Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
Dsm4_to_tgsi.cpp187 int _idx(sm4_file file, unsigned i = 0) in _idx() function
377 …label_to_sm4_insn_num.push_back(std::make_pair(label, program.label_to_insn_num[_idx(SM4_FILE_LABE… in translate_insns()
449 ureg_SVIEWINFO(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]); in translate_insns()
453 ureg_LOAD(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]); in translate_insns()
456 ureg_LOAD_MS(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]); in translate_insns()
459 …ureg_SAMPLE(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_S… in translate_insns()
462 …ureg_SAMPLE_B(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE… in translate_insns()
465 …ureg_SAMPLE_C(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE… in translate_insns()
468 …ureg_SAMPLE_C_LZ(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_F… in translate_insns()
471 …ureg_SAMPLE_D(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE… in translate_insns()
[all …]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
Dsm4_to_tgsi.cpp187 int _idx(sm4_file file, unsigned i = 0) in _idx() function
377 …label_to_sm4_insn_num.push_back(std::make_pair(label, program.label_to_insn_num[_idx(SM4_FILE_LABE… in translate_insns()
449 ureg_SVIEWINFO(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]); in translate_insns()
453 ureg_LOAD(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]); in translate_insns()
456 ureg_LOAD_MS(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]); in translate_insns()
459 …ureg_SAMPLE(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_S… in translate_insns()
462 …ureg_SAMPLE_B(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE… in translate_insns()
465 …ureg_SAMPLE_C(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE… in translate_insns()
468 …ureg_SAMPLE_C_LZ(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_F… in translate_insns()
471 …ureg_SAMPLE_D(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE… in translate_insns()
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c283 int _idx = plane_idx - 6; in getclipdist() local
284 int cdi = _idx >= 4; in getclipdist()
285 int vidx = cdi ? _idx - 4 : _idx; in getclipdist()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c283 int _idx = plane_idx - 6; in getclipdist() local
284 int cdi = _idx >= 4; in getclipdist()
285 int vidx = cdi ? _idx - 4 : _idx; in getclipdist()
/external/opencv/ml/src/
Dmlann_mlp.cpp881 CvMat* _idx = 0; in train_backprop() local
906 CV_CALL( _idx = cvCreateMat( 1, count, CV_32SC1 )); in train_backprop()
908 _idx->data.i[i] = i; in train_backprop()
952 CV_SWAP( _idx->data.i[j], _idx->data.i[k], tt ); in train_backprop()
956 idx = _idx->data.i[idx]; in train_backprop()
1042 cvReleaseMat( &_idx ); in train_backprop()
/external/opencv/cxcore/src/
Dcxutils.cpp1051 cvSort( const CvArr* _src, CvArr* _dst, CvArr* _idx, int flags ) in cvSort() argument
1062 CvMat istub, *idx = _idx ? cvGetMat(_idx, &istub) : 0; in cvSort()
Dcxarray.cpp1985 int* _idx = (int*)cvStackAlloc(n*sizeof(_idx[0])); in cvPtr1D() local
1990 _idx[i] = idx - t*m->size[i]; in cvPtr1D()
1993 ptr = icvGetNodePtr( (CvSparseMat*)arr, _idx, _type, 1, 0 ); in cvPtr1D()
Dcxdatastructs.cpp2449 int is_sorted, int* _idx, void* userdata ) in cvSeqSearch() argument
2548 if( _idx ) in cvSeqSearch()
2549 *_idx = idx; in cvSeqSearch()
/external/dropbear/libtomcrypt/
Dcrypt.tex3086 Only encryption padding requires a PRNG. When performing signature padding the \textit{prng\_idx} …
3134 \textit{modulus\_bitlen}. \textit{hash\_idx} is the index into the hash descriptor table of the ha…
3136 …sized input message. \textit{prng\_idx} and \textit{prng} are the random number generator argumen…
3164 and must match what was used during encoding. Similarly the \textit{hash\_idx} index into the hash…
3192 \textit{hash\_idx} is the index into the hash descriptor table of the hash to use. \textit{prng\_i…
3411 The \textit{hash\_idx} parameter indicates which hash will be used to create the PSS encoding. It …
3440 When performing a v1.5 signature the \textit{prng}, \textit{prng\_idx}, and \textit{hash\_idx} para…
3487 … v2.1 verification. When performing a v1.5 verification the \textit{hash\_idx} parameter is ignor…
4787 on the password. The \textit{hash\_idx} is the index of the hash you wish to use in the descriptor…
4811 on the password. The \textit{hash\_idx} is the index of the hash you wish to use in the descriptor…