| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_mem.cpp | 204 Value* Builder::GATHERDD(Value* vSrc, function in class:SwrJit::Builder 347 GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); 364 vGatherResult[0] = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); 377 GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); 405 vGatherComponents[swizzleIndex] = GATHERDD(
|
| H A D | builder_gfx_mem.h | 91 virtual Value* GATHERDD(Value* src,
|
| H A D | builder_gfx_mem.cpp | 93 Value* BuilderGfxMem::GATHERDD(Value* vSrc, function in class:SwrJit::BuilderGfxMem 107 Value* vGather = Builder::GATHERDD(vSrc, pBase, vIndices, vMask, scale);
|
| H A D | builder_mem.h | 132 virtual Value* GATHERDD(Value* src,
|
| H A D | fetch_jit.cpp | 381 pGather = GATHERDD(VIMMED1(0), xpBase, pOffsets, pMask, 1, JIT_MEM_CLIENT::GFX_MEM_CLIENT_FETCH); 950 Value* vGatherResult = GATHERDD( 980 vGatherResult[0] = GATHERDD(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, JIT_MEM_CLIENT::GFX_MEM_CLIENT_FETCH); 993 vGatherResult[1] = GATHERDD(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, JIT_MEM_CLIENT::GFX_MEM_CLIENT_FETCH); 1030 GATHERDD(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, JIT_MEM_CLIENT::GFX_MEM_CLIENT_FETCH);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_mem.cpp | 204 Value* Builder::GATHERDD(Value* vSrc, function in class:SwrJit::Builder 352 GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); 369 vGatherResult[0] = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); 382 GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); 410 vGatherComponents[swizzleIndex] = GATHERDD(
|
| H A D | builder_gfx_mem.h | 90 virtual Value* GATHERDD(Value* src,
|
| H A D | builder_gfx_mem.cpp | 93 Value* BuilderGfxMem::GATHERDD(Value* vSrc, function in class:SwrJit::BuilderGfxMem 107 Value* vGather = Builder::GATHERDD(vSrc, pBase, vIndices, vMask, scale);
|
| H A D | builder_mem.h | 133 virtual Value* GATHERDD(Value* src,
|
| H A D | fetch_jit.cpp | 387 GATHERDD(VIMMED1(0), xpBase, pOffsets, pMask, 1, MEM_CLIENT::GFX_MEM_CLIENT_FETCH); 955 Value* vGatherResult = GATHERDD(gatherSrc, 989 vGatherResult[0] = GATHERDD(gatherSrc, 1007 vGatherResult[1] = GATHERDD(gatherSrc, 1048 Value* pGather = GATHERDD(gatherSrc,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 1300 Value *vStipple = GATHERDD(VUNDEF_I(), stipplePtr, vYstipple,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 2907 Value *vStipple = GATHERDD(VUNDEF_I(), stipplePtr, vYstipple,
|