Searched defs:indir_index (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 1092 LLVMValueRef indir_index = indirect ? get_src(bld_base, offset) : NULL; in visit_load_input() local 1115 LLVMValueRef indir_index = indirect ? get_src(bld_base, offset) : NULL; in visit_store_output() local 1135 LLVMValueRef indir_index; in visit_load_var() local 1172 LLVMValueRef indir_index, indir_vertex_index = NULL; in visit_store_var() local 1269 LLVMValueRef indir_index; in visit_load_image() local 1303 LLVMValueRef indir_index; in visit_store_image() local 1344 LLVMValueRef indir_index; in visit_atomic_image() local 1414 LLVMValueRef indir_index; in visit_image_size() local 1434 LLVMValueRef indir_index; in visit_image_samples() local 1554 LLVMValueRef indir_index; in visit_interp() local
|
D | lp_bld_nir_soa.c | 320 LLVMValueRef indir_index, in emit_load_var() 543 LLVMValueRef indir_index, in emit_store_tcs_chan() 611 LLVMValueRef indir_index, in emit_store_var() 1835 LLVMValueRef indir_index, in emit_interp_at()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 440 LLVMValueRef indir_index, in lp_build_interp_soa_indirect() 514 LLVMValueRef indir_index, in lp_build_interp_soa()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 1607 union tgsi_exec_channel indir_index; in get_index_registers() local 1667 union tgsi_exec_channel indir_index; in get_index_registers() local 1790 union tgsi_exec_channel indir_index; in store_dest_dstret() local 1841 union tgsi_exec_channel indir_index; in store_dest_dstret() local 2212 union tgsi_exec_channel indir_index, index2; in fetch_sampler_unit() local 4014 union tgsi_exec_channel indir_index, index2; in fetch_store_img_unit() local
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 463 LLVMValueRef indir_index) in get_tcs_tes_buffer_address_params() 482 LLVMValueRef indir_index) in get_dw_address() 508 LLVMValueRef indir_index, in load_tcs_varyings()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 2168 LLVMValueRef indir_index = NULL; in visit_store_output() local 3165 LLVMValueRef indir_index = NULL; in visit_load() local
|