Searched defs:pVector (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp371 Value *pVector = ADD(MUL(vert_chan_index, pInputVertStride), attrib); local in function:BuilderSWR::swr_gs_llvm_fetch_input
385 Value *pVector = ADD(MUL(vert_index, pInputVertStride), attrib); local in function:BuilderSWR::swr_gs_llvm_fetch_input
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp721 Value *pVector = ADD(MUL(vert_chan_index, pInputVertStride), attrib); local in function:BuilderSWR::swr_gs_llvm_fetch_input
735 Value *pVector = ADD(MUL(vert_index, pInputVertStride), attrib); local in function:BuilderSWR::swr_gs_llvm_fetch_input

Completed in 9 milliseconds