Searched refs:pSoCtx (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dstreamout_jit.cpp48 Value* getSOBuffer(Value* pSoCtx, uint32_t buffer) argument
50 return LOAD(pSoCtx, {0, SWR_STREAMOUT_CONTEXT_pBuffer, buffer});
56 Value* oob(const STREAMOUT_COMPILE_STATE& state, Value* pSoCtx, uint32_t buffer) argument
60 Value* pBuf = getSOBuffer(pSoCtx, buffer);
181 Value* pSoCtx,
194 Value* numPrimStorageNeeded = LOAD(pSoCtx, {0, SWR_STREAMOUT_CONTEXT_numPrimStorageNeeded});
196 STORE(numPrimStorageNeeded, pSoCtx, {0, SWR_STREAMOUT_CONTEXT_numPrimStorageNeeded});
203 oobMask = OR(oobMask, oob(state, pSoCtx, buffer));
213 Value* numPrimsWritten = LOAD(pSoCtx, {0, SWR_STREAMOUT_CONTEXT_numPrimsWritten});
215 STORE(numPrimsWritten, pSoCtx, {
179 buildStream(const STREAMOUT_COMPILE_STATE & state,const STREAMOUT_STREAM & streamState,Value * pSoCtx,BasicBlock * returnBB,Function * soFunc) argument
296 Value* pSoCtx = &*argitr++; local in function:StreamOutJit::Create
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dstreamout_jit.cpp48 Value* getSOBuffer(Value* pSoCtx, uint32_t buffer) argument
50 return LOAD(pSoCtx, {0, SWR_STREAMOUT_CONTEXT_pBuffer, buffer});
56 Value* oob(const STREAMOUT_COMPILE_STATE& state, Value* pSoCtx, uint32_t buffer) argument
60 Value* pBuf = getSOBuffer(pSoCtx, buffer);
181 Value* pSoCtx,
194 Value* numPrimStorageNeeded = LOAD(pSoCtx, {0, SWR_STREAMOUT_CONTEXT_numPrimStorageNeeded});
196 STORE(numPrimStorageNeeded, pSoCtx, {0, SWR_STREAMOUT_CONTEXT_numPrimStorageNeeded});
203 oobMask = OR(oobMask, oob(state, pSoCtx, buffer));
213 Value* numPrimsWritten = LOAD(pSoCtx, {0, SWR_STREAMOUT_CONTEXT_numPrimsWritten});
215 STORE(numPrimsWritten, pSoCtx, {
179 buildStream(const STREAMOUT_COMPILE_STATE & state,const STREAMOUT_STREAM & streamState,Value * pSoCtx,BasicBlock * returnBB,Function * soFunc) argument
295 Value* pSoCtx = &*argitr++; local in function:StreamOutJit::Create
[all...]

Completed in 2 milliseconds