Searched refs:mInt1Ty (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.cpp | 58 mInt1Ty = Type::getInt1Ty(pJitMgr->mContext); in Builder() 69 mSimdInt1Ty = VectorType::get(mInt1Ty, mVWidth); in Builder() 80 mSimd16Int1Ty = VectorType::get(mInt1Ty, mVWidth16); in Builder()
|
D | builder.h | 53 Type* mInt1Ty; member
|
D | fetch_jit.cpp | 1399 … Value *vMaskLo = VSHUFFLE(vGatherMask, VUNDEF(mInt1Ty, 8), C({ 0, 1, 2, 3 })); in JitGatherVertices() 1400 … Value *vMaskLo2 = VSHUFFLE(vGatherMask2, VUNDEF(mInt1Ty, 8), C({ 0, 1, 2, 3 })); in JitGatherVertices() 1401 … Value *vMaskHi = VSHUFFLE(vGatherMask, VUNDEF(mInt1Ty, 8), C({ 4, 5, 6, 7 })); in JitGatherVertices() 1402 … Value *vMaskHi2 = VSHUFFLE(vGatherMask2, VUNDEF(mInt1Ty, 8), C({ 4, 5, 6, 7 })); in JitGatherVertices() 1451 … Value *vMaskLo = VSHUFFLE(vGatherMask, VUNDEF(mInt1Ty, 8), C({0, 1, 2, 3})); in JitGatherVertices() 1452 … Value *vMaskHi = VSHUFFLE(vGatherMask, VUNDEF(mInt1Ty, 8), C({4, 5, 6, 7})); in JitGatherVertices()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 411 Value *vMask1 = TRUNC(vMask, VectorType::get(mInt1Ty, mVWidth)); in swr_gs_llvm_emit_vertex() 477 Value *vMask1 = TRUNC(vMask, VectorType::get(mInt1Ty, 8)); in swr_gs_llvm_end_primitive() 495 vMask1 = TRUNC(mask, VectorType::get(mInt1Ty, 8)); in swr_gs_llvm_end_primitive()
|