Searched refs:GATHERDD (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_mem.cpp | 204 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()
|
D | builder_gfx_mem.cpp | 93 Value* BuilderGfxMem::GATHERDD(Value* vSrc, in GATHERDD() function in SwrJit::BuilderGfxMem 107 Value* vGather = Builder::GATHERDD(vSrc, pBase, vIndices, vMask, scale); in GATHERDD()
|
D | builder_gfx_mem.h | 90 virtual Value* GATHERDD(Value* src,
|
D | builder_mem.h | 133 virtual Value* GATHERDD(Value* src,
|
D | fetch_jit.cpp | 387 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/ |
D | swr_shader.cpp | 2907 Value *vStipple = GATHERDD(VUNDEF_I(), stipplePtr, vYstipple, in CompileFS()
|