Home
last modified time | relevance | path

Searched refs:VUNDEF (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h72 Value *VUNDEF(Type* t);
80 Value *VUNDEF(Type* ty, uint32_t size);
Dfetch_jit.cpp1399 … 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()
Dbuilder_misc.cpp240 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