Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_mem.cpp204 Value* Builder::GATHERDD(Value* vSrc, in GATHERDD() function in SwrJit::Builder
352 GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4DD()
369 vGatherResult[0] = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4DD()
382 GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4DD()
410 vGatherComponents[swizzleIndex] = GATHERDD( in GATHER4DD()
Dbuilder_gfx_mem.cpp93 Value* BuilderGfxMem::GATHERDD(Value* vSrc, in GATHERDD() function in SwrJit::BuilderGfxMem
107 Value* vGather = Builder::GATHERDD(vSrc, pBase, vIndices, vMask, scale); in GATHERDD()
Dbuilder_gfx_mem.h90 virtual Value* GATHERDD(Value* src,
Dbuilder_mem.h133 virtual Value* GATHERDD(Value* src,
Dfetch_jit.cpp387 GATHERDD(VIMMED1(0), xpBase, pOffsets, pMask, 1, MEM_CLIENT::GFX_MEM_CLIENT_FETCH); in CreateGatherOddFormats()
955 Value* vGatherResult = GATHERDD(gatherSrc, in JitGatherVertices()
989 vGatherResult[0] = GATHERDD(gatherSrc, in JitGatherVertices()
1007 vGatherResult[1] = GATHERDD(gatherSrc, in JitGatherVertices()
1048 Value* pGather = GATHERDD(gatherSrc, in JitGatherVertices()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2907 Value *vStipple = GATHERDD(VUNDEF_I(), stipplePtr, vYstipple, in CompileFS()