Home
last modified time | relevance | path

Searched refs:vert_index (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp694 Value *vert_index = unwrap(vertex_index); in swr_gs_llvm_fetch_input() local
705 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() local
1015 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() local
1096 Value *vert_chan_index = vert_index; in swr_tcs_llvm_fetch_output()
[all …]