Searched refs:vert_chan_index (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 705 Value *vert_chan_index = vert_index; in swr_gs_llvm_fetch_input() local 709 vert_chan_index = VEXTRACT(vert_index, C(i)); in swr_gs_llvm_fetch_input() 721 Value *pVector = ADD(MUL(vert_chan_index, pInputVertStride), attrib); in swr_gs_llvm_fetch_input() 1015 Value *vert_chan_index = vert_index; in swr_tcs_llvm_fetch_input() local 1019 vert_chan_index = VEXTRACT(vert_index, C(i)); in swr_tcs_llvm_fetch_input() 1029 { C(0), C(SWR_HS_CONTEXT_vert), vert_chan_index, in swr_tcs_llvm_fetch_input() 1035 lp_build_print_value(gallivm, "[TCS IN][VTX] vert_chan_index: ", wrap(vert_chan_index)); in swr_tcs_llvm_fetch_input() 1096 Value *vert_chan_index = vert_index; in swr_tcs_llvm_fetch_output() local 1100 vert_chan_index = VEXTRACT(vert_index, C(lane)); in swr_tcs_llvm_fetch_output() 1102 … lp_build_print_value(gallivm, "[TCS INOUT] Extracted vertex index: ", wrap(vert_chan_index)); in swr_tcs_llvm_fetch_output() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1748 LLVMValueRef vert_chan_index = vertex_index; in draw_gs_llvm_fetch_input() local 1753 vert_chan_index = LLVMBuildExtractElement(builder, in draw_gs_llvm_fetch_input() 1761 indices[0] = vert_chan_index; in draw_gs_llvm_fetch_input() 3094 LLVMValueRef vert_chan_index = vertex_index; in draw_tcs_llvm_emit_fetch_input() local 3100 vert_chan_index = LLVMBuildExtractElement(builder, in draw_tcs_llvm_emit_fetch_input() 3112 indices[0] = vert_chan_index; in draw_tcs_llvm_emit_fetch_input() 3157 LLVMValueRef vert_chan_index = vertex_index; in draw_tcs_llvm_emit_fetch_output() local 3163 vert_chan_index = LLVMBuildExtractElement(builder, in draw_tcs_llvm_emit_fetch_output() 3175 indices[0] = vert_chan_index; in draw_tcs_llvm_emit_fetch_output() 3221 … LLVMValueRef vert_chan_index = vertex_index ? vertex_index : lp_build_const_int32(gallivm, 0); in draw_tcs_llvm_emit_store_output() local [all …]
|