Searched refs:vert_index (Results 1 – 1 of 1) sorted by relevance
694 Value *vert_index = unwrap(vertex_index); in swr_gs_llvm_fetch_input() local705 Value *vert_chan_index = vert_index; in swr_gs_llvm_fetch_input()709 vert_chan_index = VEXTRACT(vert_index, C(i)); in swr_gs_llvm_fetch_input()735 Value *pVector = ADD(MUL(vert_index, pInputVertStride), attrib); in swr_gs_llvm_fetch_input()997 Value *vert_index = unwrap(vertex_index); in swr_tcs_llvm_fetch_input() local1015 Value *vert_chan_index = vert_index; in swr_tcs_llvm_fetch_input()1019 vert_chan_index = VEXTRACT(vert_index, C(i)); in swr_tcs_llvm_fetch_input()1048 { C(0), C(SWR_HS_CONTEXT_vert), vert_index, in swr_tcs_llvm_fetch_input()1079 Value *vert_index = unwrap(vertex_index); in swr_tcs_llvm_fetch_output() local1096 Value *vert_chan_index = vert_index; in swr_tcs_llvm_fetch_output()[all …]