Home
last modified time | relevance | path

Searched refs:nir_deref_mode_is (Results 1 - 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_access.c175 bool ssbo = nir_deref_mode_is(deref, nir_var_mem_ssbo); in gather_intrinsic()
273 if (nir_deref_mode_is(nir_src_as_deref(instr->src[0]), nir_var_mem_global)) in process_intrinsic()
275 else if (nir_deref_mode_is(nir_src_as_deref(instr->src[0]), nir_var_mem_ssbo)) in process_intrinsic()
H A Dnir_opt_fragdepth.c70 if (!nir_deref_mode_is(deref, nir_var_shader_out)) in nir_opt_fragdepth()
H A Dnir_opt_large_constants.c354 if (!nir_deref_mode_is(deref, nir_var_function_temp)) in nir_opt_large_constants()
375 if (!nir_deref_mode_is(deref, nir_var_function_temp)) in nir_opt_large_constants()
H A Dnir_lower_locals_to_regs.c196 if (!nir_deref_mode_is(deref, nir_var_function_temp)) in lower_locals_to_regs_block()
232 if (!nir_deref_mode_is(deref, nir_var_function_temp)) in lower_locals_to_regs_block()
H A Dnir_lower_io_to_vector.c469 if (nir_deref_mode_is(old_deref, nir_var_shader_out)) in nir_lower_io_to_vector_impl()
524 if (!nir_deref_mode_is(old_deref, nir_var_shader_out)) in nir_lower_io_to_vector_impl()
627 if (!nir_deref_mode_is(deref, nir_var_shader_out)) in nir_vectorize_tess_levels_impl()
H A Dnir_linking_helpers.c97 if (!nir_deref_mode_is(deref, nir_var_shader_out)) in tcs_add_output_reads()
593 if (!nir_deref_mode_is(deref, nir_var_shader_in)) in gather_varying_component_info()
654 if (!nir_deref_mode_is(deref, nir_var_shader_out)) in gather_varying_component_info()
1063 if (!nir_deref_mode_is(in_deref, nir_var_shader_in)) in replace_varying_input_by_constant_load()
1115 if (!nir_deref_mode_is(in_deref, nir_var_shader_in)) in replace_duplicate_input()
1164 if (!nir_deref_mode_is(deref, nir_var_uniform)) in is_direct_uniform_load()
1255 if (!nir_deref_mode_is(in_deref, nir_var_shader_in)) in replace_varying_input_by_uniform_load()
1381 if (!nir_deref_mode_is(out_deref, nir_var_shader_out)) in nir_link_opt_varyings()
H A Dnir_lower_blend.c434 if (!nir_deref_mode_is(deref, nir_var_shader_out)) in nir_lower_blend_instr()
454 if (!nir_deref_mode_is(deref, nir_var_shader_out)) in nir_lower_blend_instr()
H A Dnir_lower_io_arrays_to_elements.c251 if (!nir_deref_mode_is(deref, mode)) in create_indirects_mask()
H A Dnir_opt_constant_folding.c116 if (!nir_deref_mode_is(deref, nir_var_mem_constant)) in const_value_for_deref()
H A Dnir_lower_system_values.c124 if (!nir_deref_mode_is(deref, nir_var_system_value)) in lower_system_value_instr()
H A Dnir_opt_gcm.c280 nir_deref_mode_is(nir_src_as_deref(intrin->src[0]), in pin_intrinsic()
/third_party/mesa3d/src/imagination/rogue/nir/
H A Drogue_nir_pfo.c73 if (!nir_deref_mode_is(deref, nir_var_shader_out)) in rogue_nir_pfo()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_rt.c116 if (nir_deref_mode_is(deref, nir_var_shader_call_data)) { in lower_rt_io_derefs()
129 } else if (nir_deref_mode_is(deref, nir_var_ray_hit_attrib)) { in lower_rt_io_derefs()
148 if (nir_deref_mode_is(deref, nir_var_function_temp) && in lower_rt_io_derefs()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_buffers.c86 if (nir_deref_mode_is(deref, nir_var_mem_ubo)) { in get_block_array_index()
90 assert(nir_deref_mode_is(deref, nir_var_mem_ssbo)); in get_block_array_index()
H A Dgl_nir_opt_dead_builtin_varyings.c219 if (!nir_deref_mode_is(deref, info->mode)) in get_varying_info()
441 if (!nir_deref_mode_is(deref, info->mode)) in replace_varyings()
H A Dglsl_to_nir.cpp1847 if (nir_deref_mode_is(this->deref, nir_var_shader_out)) in evaluate_rvalue()
1891 if (nir_deref_mode_is(this->deref, nir_var_shader_in)) { in visit()
1912 assert(nir_deref_mode_is(this->deref, nir_var_shader_temp)); in visit()
2502 if (!nir_deref_mode_is(sampler_deref, nir_var_uniform) || in visit()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_nir_lower_multiview.c46 if (!nir_deref_mode_is(deref, nir_var_shader_out)) in lower_multiview_mask()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c170 if (!nir_deref_mode_is(deref, nir_var_uniform)) in lower_builtin_instr()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c124 if (!nir_deref_mode_is(deref, nir_var_shader_temp)) in lower_load_deref()
610 assert(nir_deref_mode_is(deref, nir_var_mem_constant)); in ubo_to_temp_update_entry()
650 if (!nir_deref_mode_is(deref, nir_var_mem_constant) || in dxil_nir_lower_ubo_to_temp()
701 if (nir_deref_mode_is(deref, nir_var_mem_constant) && in dxil_nir_lower_ubo_to_temp()
861 assert(nir_deref_mode_is(deref, nir_var_mem_ssbo)); in lower_deref_ssbo()
906 if (!nir_deref_mode_is(deref, nir_var_mem_ssbo) || in dxil_nir_lower_deref_ssbo()
1386 if (!nir_deref_mode_is(deref, nir_var_system_value)) in lower_system_value_to_zero_filter()
/third_party/mesa3d/src/compiler/spirv/
H A Dnir_load_libclc.c289 assert(nir_deref_mode_is(deref, nir_var_mem_global)); in libclc_add_generic_variants()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_point_sprite.c133 if (nir_deref_mode_is(deref, nir_var_shader_out)) { in lower_store()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c90 if (!nir_deref_mode_is(deref, nir_var_shader_in)) in r600_instr_can_rewrite()
H A Dsfn_nir_lower_fs_out_to_vector.cpp426 if (!nir_deref_mode_is(deref, nir_var_shader_out)) in instr_can_rewrite_type()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c715 if (nir_deref_mode_is(deref, nir_var_mem_ssbo)) { in try_lower_direct_buffer_intrinsic()
735 assert(nir_deref_mode_is(deref, nir_var_mem_ubo)); in try_lower_direct_buffer_intrinsic()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.c781 if (nir_deref_mode_is(deref, nir_var_shader_call_data)) { in lower_rt_derefs()
788 } else if (nir_deref_mode_is(deref, nir_var_ray_hit_attrib)) { in lower_rt_derefs()

Completed in 27 milliseconds

12