Searched refs:GATHERPS (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_mem.cpp | 184 Value* Builder::GATHERPS(Value* vSrc, in GATHERPS() function in SwrJit::Builder 283 vGatherResult[0] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4PS() 296 GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4PS() 324 vGatherComponents[swizzleIndex] = GATHERPS( in GATHER4PS()
|
D | builder_gfx_mem.cpp | 68 Value* BuilderGfxMem::GATHERPS(Value* vSrc, in GATHERPS() function in SwrJit::BuilderGfxMem 81 Value* vGather = Builder::GATHERPS(vSrc, pBase, vIndices, vMask, scale); in GATHERPS()
|
D | builder_gfx_mem.h | 84 virtual Value* GATHERPS(Value* src,
|
D | builder_mem.h | 118 virtual Value* GATHERPS(Value* src,
|
D | fetch_jit.cpp | 755 …vGatherResult[0] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_M… in JitGatherVertices() 768 …vGatherResult[1] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_M… in JitGatherVertices() 811 GATHERPS(gatherSrc, in JitGatherVertices()
|