/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_passthrough_tcs.c | 46 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 D | nir_lower_wpos_ytransform.c | 330 (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 D | nir_lower_system_values.c | 122 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 D | nir_lower_view_index_to_device_index.c | 13 nir_foreach_variable_with_modes(var, shader, nir_var_system_value) { in nir_lower_view_index_to_device_index()
|
H A D | nir_lower_sysvals_to_varyings.c | 40 nir_foreach_variable_with_modes(var, shader, nir_var_system_value) { in nir_lower_sysvals_to_varyings()
|
H A D | nir_lower_pntc_ytransform.c | 93 (var->data.mode == nir_var_system_value && in lower_pntc_ytransform_block()
|
H A D | nir_split_per_member_structs.c | 163 …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 D | nir_lower_variable_initializers.c | 105 nir_var_system_value; in nir_lower_variable_initializers()
|
H A D | nir_print.c | 704 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 D | nir.c | 241 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 D | nir_opt_load_store_vectorize.c | 589 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 D | nir_divergence_analysis.c | 888 if (var->data.mode == nir_var_system_value) { in nir_variable_is_uniform()
|
H A D | nir.h | 179 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 D | gl_nir_linker.c | 341 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 D | glsl_to_nir.cpp | 455 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 D | vk_nir.c | 191 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 D | st_nir_builtins.c | 121 in = nir_create_variable_with_location(b.shader, nir_var_system_value, in st_nir_make_passthrough_shader()
|
H A D | st_pbo.c | 303 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 D | prog_to_nir.c | 753 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 D | dxil_signature.c | 135 (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 D | dxil_spirv_nir.c | 142 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 D | tgsi_to_nir.c | 310 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 D | vtn_variables.c | 864 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 D | d3d12_nir_passes.c | 811 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 D | si_shaderlib_nir.c | 351 nir_create_variable_with_location(b.shader, nir_var_system_value, in si_get_blitter_vs()
|