Searched refs:pInputVertStride (Results 1 – 1 of 1) sorted by relevance
719 Value *pInputVertStride = LOAD(iface->pGsCtx, {0, SWR_GS_CONTEXT_inputVertStride}); in swr_gs_llvm_fetch_input() local721 Value *pVector = ADD(MUL(vert_chan_index, pInputVertStride), attrib); in swr_gs_llvm_fetch_input()733 Value *pInputVertStride = LOAD(iface->pGsCtx, {0, SWR_GS_CONTEXT_inputVertStride}); in swr_gs_llvm_fetch_input() local735 Value *pVector = ADD(MUL(vert_index, pInputVertStride), attrib); in swr_gs_llvm_fetch_input()