Home
last modified time | relevance | path

Searched refs:mVWidth16 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp47 mVWidth16 = pJitMgr->mVWidth * 2; in Builder()
80 mSimd16Int1Ty = VectorType::get(mInt1Ty, mVWidth16); in Builder()
81 mSimd16Int16Ty = VectorType::get(mInt16Ty, mVWidth16); in Builder()
82 mSimd16Int32Ty = VectorType::get(mInt32Ty, mVWidth16); in Builder()
83 mSimd16Int64Ty = VectorType::get(mInt64Ty, mVWidth16); in Builder()
84 mSimd16FP16Ty = VectorType::get(mFP16Ty, mVWidth16); in Builder()
85 mSimd16FP32Ty = VectorType::get(mFP32Ty, mVWidth16); in Builder()
Dbuilder.h48 uint32_t mVWidth16; // vector width simd16 member
Dbuilder_misc.cpp202 return ConstantVector::getSplat(mVWidth16, cast<ConstantInt>(C(i))); in VIMMED1_16()
212 return ConstantVector::getSplat(mVWidth16, cast<ConstantInt>(C(i))); in VIMMED1_16()
222 return ConstantVector::getSplat(mVWidth16, cast<ConstantFP>(C(i))); in VIMMED1_16()
232 return ConstantVector::getSplat(mVWidth16, cast<ConstantInt>(C(i))); in VIMMED1_16()
252 return UndefValue::get(VectorType::get(mInt32Ty, mVWidth16)); in VUNDEF_I_16()
262 return UndefValue::get(VectorType::get(mFP32Ty, mVWidth16)); in VUNDEF_F_16()
289 return VECTOR_SPLAT(mVWidth16, src); in VBROADCAST_16()
Dfetch_jit.cpp166 pVtxOut = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in Create()
1183 … Value *pVtxOut2 = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in JitGatherVertices()
1266 … Value *pVtxOut2 = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in JitGatherVertices()
1342 … Value *pVtxOut2 = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in JitGatherVertices()
1435 … Value *pVtxOut2 = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in JitGatherVertices()
1554 … Value *pVtxOut2 = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in JitGatherVertices()
1621 … Value *pVtxOut2 = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in JitGatherVertices()
1742 … Value *pVtxOut2 = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in JitGatherVertices()
1769 … Value *pVtxOut2 = BITCAST(pVtxOut, PointerType::get(VectorType::get(mFP32Ty, mVWidth16), 0)); in JitGatherVertices()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp818 uint32_t vectorWidth = mVWidth16; in CompileVS()