Searched refs:attr_chan_index (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 706 Value *attr_chan_index = attr_index; in swr_gs_llvm_fetch_input() local 712 attr_chan_index = VEXTRACT(attr_index, C(i)); in swr_gs_llvm_fetch_input() 716 LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_chan_index})); in swr_gs_llvm_fetch_input() 1016 Value *attr_chan_index = attr_index; in swr_tcs_llvm_fetch_input() local 1022 attr_chan_index = VEXTRACT(attr_index, C(i)); in swr_tcs_llvm_fetch_input() 1026 LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_chan_index})); in swr_tcs_llvm_fetch_input() 1097 Value *attr_chan_index = attr_index; in swr_tcs_llvm_fetch_output() local 1107 attr_chan_index = VEXTRACT(attr_index, C(lane)); in swr_tcs_llvm_fetch_output() 1109 … lp_build_print_value(gallivm, "[TCS INOUT] Extracted attrib index: ", wrap(attr_chan_index)); in swr_tcs_llvm_fetch_output() 1128 … Value* attr_index_from_map = LOAD(GEP(iface->pPatchOutputAttribMap, {C(0), attr_chan_index})); in swr_tcs_llvm_fetch_output() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1749 LLVMValueRef attr_chan_index = attrib_index; in draw_gs_llvm_fetch_input() local 1757 attr_chan_index = LLVMBuildExtractElement(builder, in draw_gs_llvm_fetch_input() 1762 indices[1] = attr_chan_index; in draw_gs_llvm_fetch_input() 3095 LLVMValueRef attr_chan_index = attrib_index; in draw_tcs_llvm_emit_fetch_input() local 3104 attr_chan_index = LLVMBuildExtractElement(builder, in draw_tcs_llvm_emit_fetch_input() 3113 indices[1] = attr_chan_index; in draw_tcs_llvm_emit_fetch_input() 3158 LLVMValueRef attr_chan_index = attrib_index; in draw_tcs_llvm_emit_fetch_output() local 3167 attr_chan_index = LLVMBuildExtractElement(builder, in draw_tcs_llvm_emit_fetch_output() 3176 indices[1] = attr_chan_index; in draw_tcs_llvm_emit_fetch_output() 3222 LLVMValueRef attr_chan_index = attrib_index; in draw_tcs_llvm_emit_store_output() local [all …]
|