Searched refs:_idx (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp187 int _idx(sm4_file file, unsigned i = 0) function in struct:sm4_to_tgsi_converter
377 label_to_sm4_insn_num.push_back(std::make_pair(label, program.label_to_insn_num[_idx(SM4_FILE_LABEL)]));
449 ureg_SVIEWINFO(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
453 ureg_LOAD(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
456 ureg_LOAD_MS(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
459 ureg_SAMPLE(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)]);
462 ureg_SAMPLE_B(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4));
465 ureg_SAMPLE_C(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURC
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp187 int _idx(sm4_file file, unsigned i = 0) function in struct:sm4_to_tgsi_converter
377 label_to_sm4_insn_num.push_back(std::make_pair(label, program.label_to_insn_num[_idx(SM4_FILE_LABEL)]));
449 ureg_SVIEWINFO(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
453 ureg_LOAD(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
456 ureg_LOAD_MS(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
459 ureg_SAMPLE(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)]);
462 ureg_SAMPLE_B(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4));
465 ureg_SAMPLE_C(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURC
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c283 int _idx = plane_idx - 6; local
284 int cdi = _idx >= 4;
285 int vidx = cdi ? _idx - 4 : _idx;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c283 int _idx = plane_idx - 6; local
284 int cdi = _idx >= 4;
285 int vidx = cdi ? _idx - 4 : _idx;
/external/opencv/ml/src/
H A Dmlann_mlp.cpp881 CvMat* _idx = 0; local
906 CV_CALL( _idx = cvCreateMat( 1, count, CV_32SC1 ));
908 _idx->data.i[i] = i;
952 CV_SWAP( _idx->data.i[j], _idx->data.i[k], tt );
956 idx = _idx->data.i[idx];
1042 cvReleaseMat( &_idx );
/external/opencv/cxcore/src/
H A Dcxutils.cpp1051 cvSort( const CvArr* _src, CvArr* _dst, CvArr* _idx, int flags ) argument
1062 CvMat istub, *idx = _idx ? cvGetMat(_idx, &istub) : 0;
H A Dcxarray.cpp1985 int* _idx = (int*)cvStackAlloc(n*sizeof(_idx[0])); local
1990 _idx[i] = idx - t*m->size[i];
1993 ptr = icvGetNodePtr( (CvSparseMat*)arr, _idx, _type, 1, 0 );
H A Dcxdatastructs.cpp2449 int is_sorted, int* _idx, void* userdata )
2548 if( _idx )
2549 *_idx = idx;
2448 cvSeqSearch( CvSeq* seq, const void* _elem, CvCmpFunc cmp_func, int is_sorted, int* _idx, void* userdata ) argument
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3086 Only encryption padding requires a PRNG. When performing signature padding the \textit{prng\_idx} parameter may be left to zero as it is not checked for validity.
3134 \textit{modulus\_bitlen}. \textit{hash\_idx} is the index into the hash descriptor table of the hash desired. PKCS \#1 allows any hash to be
3136 sized input message. \textit{prng\_idx} and \textit{prng} are the random number generator arguments required to randomize the padding process.
3164 and must match what was used during encoding. Similarly the \textit{hash\_idx} index into the hash descriptor table must match what was used
3192 \textit{hash\_idx} is the index into the hash descriptor table of the hash to use. \textit{prng\_idx} and \textit{prng} are the random
3411 The \textit{hash\_idx} parameter indicates which hash will be used to create the PSS encoding. It should be the same as the hash used to
3440 When performing a v1.5 signature the \textit{prng}, \textit{prng\_idx}, and \textit{hash\_idx} parameters are not checked and can be left to any
3487 \textbf{LTC\_PKCS\_1\_PSS} to perform a v2.1 verification. When performing a v1.5 verification the \textit{hash\_idx} paramete
[all...]

Completed in 136 milliseconds