Searched refs:vIndices2 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 116 …ETCH_COMPILE_STATE &fetchState, Value *streams, Value *vIndices, Value *vIndices2, Value *pVtxOut,… 190 Value* vIndices2; in Create() local 204 …vIndices2 = LOAD(BITCAST(indices2, PointerType::get(VectorType::get(mInt8Ty, mpJitMgr->mVWidth), 0… in Create() 205 vIndices2 = Z_EXT(vIndices2, mSimdInt32Ty); in Create() 214 vIndices2 = GetSimdValid8bitIndices(indices2, pLastIndex); in Create() 228 …vIndices2 = LOAD(BITCAST(indices2, PointerType::get(VectorType::get(mInt16Ty, mpJitMgr->mVWidth), … in Create() 229 vIndices2 = Z_EXT(vIndices2, mSimdInt32Ty); in Create() 238 vIndices2 = GetSimdValid16bitIndices(indices2, pLastIndex); in Create() 249 …(fetchState.bDisableIndexOOBCheck) ? vIndices2 = LOAD(BITCAST(indices2, PointerType::get(mSimdInt3… in Create() 250 … : vIndices2 = GetSimdValid32bitIndices(indices2, pLastIndex); in Create() [all …]
|