Home
last modified time | relevance | path

Searched refs:vert_chan_index (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1751 LLVMValueRef vert_chan_index = vertex_index; in draw_gs_llvm_fetch_input() local
1756 vert_chan_index = LLVMBuildExtractElement(builder, in draw_gs_llvm_fetch_input()
1764 indices[0] = vert_chan_index; in draw_gs_llvm_fetch_input()
3124 LLVMValueRef vert_chan_index = vertex_index; in draw_tcs_llvm_emit_fetch_input() local
3130 vert_chan_index = LLVMBuildExtractElement(builder, in draw_tcs_llvm_emit_fetch_input()
3142 indices[0] = vert_chan_index; in draw_tcs_llvm_emit_fetch_input()
3187 LLVMValueRef vert_chan_index = vertex_index; in draw_tcs_llvm_emit_fetch_output() local
3193 vert_chan_index = LLVMBuildExtractElement(builder, in draw_tcs_llvm_emit_fetch_output()
3205 indices[0] = vert_chan_index; in draw_tcs_llvm_emit_fetch_output()
3251 LLVMValueRef vert_chan_index in draw_tcs_llvm_emit_store_output() local
3808 LLVMValueRef vert_chan_index = vertex_index; draw_tes_llvm_fetch_vertex_input() local
[all...]

Completed in 6 milliseconds