Home
last modified time | relevance | path

Searched refs:GATHERPS (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_mem.cpp184 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()
Dbuilder_gfx_mem.cpp68 Value* BuilderGfxMem::GATHERPS(Value* vSrc, in GATHERPS() function in SwrJit::BuilderGfxMem
81 Value* vGather = Builder::GATHERPS(vSrc, pBase, vIndices, vMask, scale); in GATHERPS()
Dbuilder_gfx_mem.h84 virtual Value* GATHERPS(Value* src,
Dbuilder_mem.h118 virtual Value* GATHERPS(Value* src,
Dfetch_jit.cpp755 …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()