Home
last modified time | relevance | path

Searched refs:nir_var_system_value (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_passthrough_tcs.c46 nir_create_variable_with_location(b.shader, nir_var_system_value, in nir_create_passthrough_tcs_impl()
57 nir_create_variable_with_location(b.shader, nir_var_system_value, in nir_create_passthrough_tcs_impl()
H A Dnir_lower_wpos_ytransform.c330 (var->data.mode == nir_var_system_value && in lower_wpos_ytransform_instr()
334 } else if (var->data.mode == nir_var_system_value && in lower_wpos_ytransform_instr()
H A Dnir_lower_system_values.c122 if (!nir_deref_mode_is(deref, nir_var_system_value)) in lower_system_value_instr()
160 if (!nir_deref_mode_is(deref, nir_var_system_value)) in lower_system_value_instr()
367 nir_foreach_variable_with_modes_safe(var, shader, nir_var_system_value) in nir_lower_system_values()
H A Dnir_lower_view_index_to_device_index.c13 nir_foreach_variable_with_modes(var, shader, nir_var_system_value) { in nir_lower_view_index_to_device_index()
H A Dnir_lower_sysvals_to_varyings.c40 nir_foreach_variable_with_modes(var, shader, nir_var_system_value) { in nir_lower_sysvals_to_varyings()
H A Dnir_lower_pntc_ytransform.c93 (var->data.mode == nir_var_system_value && in lower_pntc_ytransform_block()
H A Dnir_split_per_member_structs.c163 …iable_with_modes_safe(var, shader, nir_var_shader_in | nir_var_shader_out | nir_var_system_value) { in nir_split_per_member_structs()
H A Dnir_lower_variable_initializers.c105 nir_var_system_value; in nir_lower_variable_initializers()
H A Dnir_print.c704 case nir_var_system_value: in get_variable_mode_str()
774 if (mode == nir_var_system_value) in get_location_str()
861 nir_var_system_value | in print_var_decl()
892 if (var->data.mode & nir_var_system_value) { in print_var_decl()
H A Dnir.c241 case nir_var_system_value: in nir_shader_add_variable()
339 case nir_var_system_value: in nir_create_variable_with_location()
359 case nir_var_system_value: in nir_create_variable_with_location()
H A Dnir_opt_load_store_vectorize.c589 restrict_modes |= nir_var_system_value | nir_var_mem_shared; in create_entry()
978 if (mode & (nir_var_uniform | nir_var_system_value | in check_for_aliasing()
H A Dnir_divergence_analysis.c888 if (var->data.mode == nir_var_system_value) { in nir_variable_is_uniform()
H A Dnir.h179 nir_var_system_value = (1 << 0), enumerator
212 nir_var_system_value | nir_var_mem_constant |
221 nir_var_shader_out | nir_var_system_value,
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_linker.c341 case nir_var_system_value: in gl_nir_mode_string()
600 if (in->data.mode == nir_var_system_value && in create_shader_variable()
605 (in->data.mode == nir_var_system_value && in create_shader_variable()
611 (in->data.mode == nir_var_system_value && in create_shader_variable()
813 case nir_var_system_value: in add_vars_with_modes()
899 nir, nir_var_shader_in | nir_var_system_value, in add_interface_variables()
2434 is_sysval ? nir_var_system_value : nir_var_shader_in; in find_frag_builtin()
3032 nir_var_system_value, in gl_nir_link_glsl()
3038 if (var->data.mode == nir_var_system_value && in gl_nir_link_glsl()
H A Dglsl_to_nir.cpp455 var->data.mode = nir_var_system_value; in visit()
479 var->data.mode = nir_var_system_value; in visit()
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_nir.c191 nir_var_shader_in | nir_var_shader_out | nir_var_system_value | in vk_spirv_to_nir()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_nir_builtins.c121 in = nir_create_variable_with_location(b.shader, nir_var_system_value, in st_nir_make_passthrough_shader()
H A Dst_pbo.c303 nir_variable *instance_id = nir_create_variable_with_location(b.shader, nir_var_system_value, in st_pbo_create_vs()
423 fragcoord = nir_create_variable_with_location(b.shader, nir_var_system_value, in create_fs()
/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprog_to_nir.c753 c->input_vars[i] = nir_create_variable_with_location(shader, nir_var_system_value, in setup_registers_and_variables()
796 c->sysval_vars[i] = nir_create_variable_with_location(b->shader, nir_var_system_value, in setup_registers_and_variables()
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c135 (var->data.mode & (nir_var_shader_in | nir_var_system_value)); in get_additional_semantic_info()
615 s, nir_var_system_value, in process_input_signature()
/aosp_15_r20/external/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c142 nir_var_shader_in | nir_var_shader_out | nir_var_system_value | in dxil_spirv_nir_prep()
991 nir_var_system_value | nir_var_mem_shared, in dxil_spirv_nir_passes()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c310 var->data.mode = nir_var_system_value; in ttn_emit_declaration()
318 var->data.mode = nir_var_system_value; in ttn_emit_declaration()
326 var->data.mode = nir_var_system_value; in ttn_emit_declaration()
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c864 vtn_assert(*mode == nir_var_system_value || *mode == nir_var_shader_in || in set_mode_system_value()
869 *mode = nir_var_system_value; in set_mode_system_value()
977 *mode = nir_var_system_value; in vtn_get_builtin_location()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c811 nir_foreach_variable_with_modes_safe(var, s, nir_var_system_value) { in d3d12_disable_multisampling()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_nir.c351 nir_create_variable_with_location(b.shader, nir_var_system_value, in si_get_blitter_vs()

12