Searched defs:attrib_index (Results 1 – 5 of 5) sorted by relevance
/third_party/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 …]
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader_info.c | 356 unsigned attrib_index = var->data.location + i - VERT_ATTRIB_GENERIC0; in gather_info_input_decl_vs() local
|
D | radv_nir_to_llvm.c | 686 unsigned attrib_index = driver_location - VERT_ATTRIB_GENERIC0; in load_vs_input() local
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1756 LLVMValueRef attrib_index, in draw_gs_llvm_fetch_input() 3123 LLVMValueRef attrib_index, in draw_tcs_llvm_emit_fetch_input() 3185 LLVMValueRef attrib_index, in draw_tcs_llvm_emit_fetch_output() 3249 LLVMValueRef attrib_index, in draw_tcs_llvm_emit_store_output() 3802 LLVMValueRef attrib_index, in draw_tes_llvm_fetch_vertex_input() 3863 LLVMValueRef attrib_index, in draw_tes_llvm_fetch_patch_input()
|
/third_party/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
|