Searched refs:pSoCtx (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | streamout_jit.cpp | 47 Value* getSOBuffer(Value* pSoCtx, uint32_t buffer) in getSOBuffer() 49 return LOAD(pSoCtx, { 0, SWR_STREAMOUT_CONTEXT_pBuffer, buffer }); in getSOBuffer() 56 Value* oob(const STREAMOUT_COMPILE_STATE& state, Value* pSoCtx, uint32_t buffer) in oob() 60 Value* pBuf = getSOBuffer(pSoCtx, buffer); in oob() 184 …EAMOUT_COMPILE_STATE& state, const STREAMOUT_STREAM& streamState, Value* pSoCtx, BasicBlock* retur… in buildStream() 195 … Value *numPrimStorageNeeded = LOAD(pSoCtx, { 0, SWR_STREAMOUT_CONTEXT_numPrimStorageNeeded }); in buildStream() 197 STORE(numPrimStorageNeeded, pSoCtx, { 0, SWR_STREAMOUT_CONTEXT_numPrimStorageNeeded }); in buildStream() 204 oobMask = OR(oobMask, oob(state, pSoCtx, buffer)); in buildStream() 214 Value* numPrimsWritten = LOAD(pSoCtx, { 0, SWR_STREAMOUT_CONTEXT_numPrimsWritten }); in buildStream() 216 STORE(numPrimsWritten, pSoCtx, { 0, SWR_STREAMOUT_CONTEXT_numPrimsWritten }); in buildStream() [all …]
|