Searched refs:GATHERPS (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 592 … Value *Builder::GATHERPS(Value *vSrc, Value *pBase, Value *vIndices, Value *vMask, uint8_t scale) in GATHERPS() function in SwrJit::Builder 660 Value *gather0 = GATHERPS(src0, pBase, indices0, mask0, scale); in GATHERPS_16() 661 Value *gather1 = GATHERPS(src1, pBase, indices1, mask1, scale); in GATHERPS_16() 1095 vGatherResult[0] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4PS() 1107 … vGatherResult[1] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4PS() 1135 …vGatherComponents[swizzleIndex] = GATHERPS(vGatherComponents[swizzleIndex], pSrcBase, byteOffsets,… in GATHER4PS()
|
D | builder_misc.h | 137 Value *GATHERPS(Value *src, Value *pBase, Value *indices, Value *mask, uint8_t scale = 1);
|
D | fetch_jit.cpp | 1280 vGatherResult[0] = GATHERPS(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices() 1293 vGatherResult[1] = GATHERPS(gatherSrc, pStreamBase, vOffsets, vGatherMask); in JitGatherVertices() 1364 …vVertexElements[currentVertexElement++] = GATHERPS(gatherSrc, pStreamBase, vShiftedOffsets, vGathe… in JitGatherVertices()
|