Searched defs:attrib_index (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 489 LLVMValueRef attrib_index, in swr_gs_llvm_fetch_input() 553 LLVMValueRef attrib_index, in swr_tcs_llvm_fetch_input() 574 LLVMValueRef attrib_index, in swr_tcs_llvm_fetch_output() 615 LLVMValueRef attrib_index, in swr_tcs_llvm_store_output() 653 LLVMValueRef attrib_index, in swr_tes_llvm_fetch_vtx_input() 672 LLVMValueRef attrib_index, in swr_tes_llvm_fetch_patch_input() 690 LLVMValueRef attrib_index, in swr_gs_llvm_fetch_input() 992 LLVMValueRef attrib_index, in swr_tcs_llvm_fetch_input() 1073 LLVMValueRef attrib_index, in swr_tcs_llvm_fetch_output() 1163 LLVMValueRef attrib_index, in swr_tcs_llvm_store_output() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_shader_info.c | 306 unsigned attrib_index = var->data.location + i - VERT_ATTRIB_GENERIC0; in gather_info_input_decl_vs() local
|
D | radv_nir_to_llvm.c | 1126 unsigned attrib_index = variable->data.location + i - VERT_ATTRIB_GENERIC0; in handle_vs_input_decl() local
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1733 LLVMValueRef attrib_index, in draw_gs_llvm_fetch_input() 3077 LLVMValueRef attrib_index, in draw_tcs_llvm_emit_fetch_input() 3139 LLVMValueRef attrib_index, in draw_tcs_llvm_emit_fetch_output() 3203 LLVMValueRef attrib_index, in draw_tcs_llvm_emit_store_output() 3748 LLVMValueRef attrib_index, in draw_tes_llvm_fetch_vertex_input() 3809 LLVMValueRef attrib_index, in draw_tes_llvm_fetch_patch_input()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 1125 LLVMValueRef attrib_index = NULL; in emit_fetch_gs_input() local 1213 LLVMValueRef attrib_index = NULL; in emit_fetch_tcs_input() local 1316 LLVMValueRef attrib_index = NULL; in emit_fetch_tes_input() local 1731 LLVMValueRef attrib_index = NULL; in emit_store_tcs_output() local
|