Home
last modified time | relevance | path

Searched refs:GATHERDD (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp677 … Value *Builder::GATHERDD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, uint8_t scale) in GATHERDD() function in SwrJit::Builder
742 Value *gather0 = GATHERDD(src0, pBase, indices0, mask0, scale); in GATHERDD_16()
743 Value *gather1 = GATHERDD(src1, pBase, indices1, mask1, scale); in GATHERDD_16()
1156 Value* vGatherResult = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4DD()
1173 vGatherResult[0] = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4DD()
1185 vGatherResult[1] = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4DD()
1214 …vGatherComponents[swizzleIndex] = GATHERDD(vGatherComponents[swizzleIndex], pSrcBase, byteOffsets,… in GATHER4DD()
Dbuilder_misc.h143 Value *GATHERDD(Value* src, Value* pBase, Value* indices, Value* mask, uint8_t scale = 1);
Dfetch_jit.cpp752 pGather = GATHERDD(VIMMED1(0), pBase, pOffsets, pMask); in CreateGatherOddFormats()
1562 … Value *vGatherResult = GATHERDD(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices()
1635 vGatherResult[0] = GATHERDD(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices()
1648 vGatherResult[1] = GATHERDD(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices()
1703 … Value* pGather = GATHERDD(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1289 Value *vStipple = GATHERDD(VUNDEF_I(), stipplePtr, vYstipple, in CompileFS()