Searched refs:VUNDEF (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.h | 72 Value *VUNDEF(Type* t); 80 Value *VUNDEF(Type* ty, uint32_t size);
|
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()
|
D | builder_misc.cpp | 240 Value *Builder::VUNDEF(Type* t) in VUNDEF() function in SwrJit::Builder 265 Value *Builder::VUNDEF(Type *ty, uint32_t size) in VUNDEF() function in SwrJit::Builder
|