Searched refs:LOADV (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_mem.cpp | 133 LoadInst* Builder::LOADV(Value* basePtr, function in class:SwrJit::Builder 724 Value* pSrcElem = LOADV(pSrcArrayPtr, {pIndexPhi}); 725 Value* pOffsetElem = LOADV(pOffsetsArrayPtr, {pIndexPhi});
|
| H A D | builder_mem.h | 101 LoadInst* LOADV(Value* BasePtr, const std::initializer_list<Value*>& offset, const llvm::Twine& name = "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_mem.h | 102 LoadInst* LOADV(Value* BasePtr, const std::initializer_list<Value*>& offset, const llvm::Twine& name = "");
|
| H A D | builder_mem.cpp | 133 LoadInst* Builder::LOADV(Value* basePtr, function in class:SwrJit::Builder 741 Value* pSrcElem = LOADV(pSrcArrayPtr, {pIndexPhi}); 742 Value* pOffsetElem = LOADV(pOffsetsArrayPtr, {pIndexPhi});
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 1258 Value *originalVal = LOADV(attr, {C(0), unwrap(swizzle_index)}); 1379 Value *Val = LOADV(pAttr, {C(0), attrib, unwrap(swizzle_index)}); 1395 Value *Val = LOADV(pAttr, {C(0), attrib, unwrap(swizzle_index)}); 1456 Value *Val = LOADV(pAttr, {C(0), unwrap(swizzle_index)}); 1474 Value *Val = LOADV(pAttr, {C(0), unwrap(swizzle_index)}); 1826 Value *tessCoordU = LOADV(LOAD(pTesCtx, {0, SWR_DS_CONTEXT_pDomainU}), {vecIndex}, "tessCoordU"); 1828 Value *tessCoordV = LOADV(LOAD(pTesCtx, {0, SWR_DS_CONTEXT_pDomainV}), {vecIndex}, "tessCoordV");
|
Completed in 10 milliseconds