Searched refs:pInputVertStride (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 369 Value *pInputVertStride = LOAD(iface->pGsCtx, {0, SWR_GS_CONTEXT_inputVertStride}); local in function:BuilderSWR::swr_gs_llvm_fetch_input 371 Value *pVector = ADD(MUL(vert_chan_index, pInputVertStride), attrib); 383 Value *pInputVertStride = LOAD(iface->pGsCtx, {0, SWR_GS_CONTEXT_inputVertStride}); local in function:BuilderSWR::swr_gs_llvm_fetch_input 385 Value *pVector = ADD(MUL(vert_index, pInputVertStride), attrib);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 719 Value *pInputVertStride = LOAD(iface->pGsCtx, {0, SWR_GS_CONTEXT_inputVertStride}); local in function:BuilderSWR::swr_gs_llvm_fetch_input 721 Value *pVector = ADD(MUL(vert_chan_index, pInputVertStride), attrib); 733 Value *pInputVertStride = LOAD(iface->pGsCtx, {0, SWR_GS_CONTEXT_inputVertStride}); local in function:BuilderSWR::swr_gs_llvm_fetch_input 735 Value *pVector = ADD(MUL(vert_index, pInputVertStride), attrib);
|
Completed in 9 milliseconds