Searched refs:nir_var_system_value (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_sysvals_to_varyings.c40 nir_foreach_variable_with_modes(var, shader, nir_var_system_value) {
H A Dnir_lower_pntc_ytransform.c99 (var->data.mode == nir_var_system_value &&
H A Dnir_lower_variable_initializers.c103 nir_var_system_value;
H A Dnir_split_per_member_structs.c164 nir_var_system_value) {
H A Dnir_lower_wpos_ytransform.c310 (var->data.mode == nir_var_system_value &&
314 } else if (var->data.mode == nir_var_system_value &&
H A Dnir_lower_system_values.c124 if (!nir_deref_mode_is(deref, nir_var_system_value))
246 nir_foreach_variable_with_modes_safe(var, shader, nir_var_system_value)
H A Dnir_opt_load_store_vectorize.c613 restrict_modes |= nir_var_system_value | nir_var_mem_shared;
986 if (mode & (nir_var_uniform | nir_var_system_value |
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_constant_initializers.c109 if ((modes & nir_var_system_value) && function->is_entrypoint)
H A Dnir_remove_dead_variables.c183 if (modes & nir_var_system_value)
H A Dnir_lower_wpos_ytransform.c332 (var->data.mode == nir_var_system_value &&
336 } else if (var->data.mode == nir_var_system_value &&
H A Dnir_opt_find_array_copies.c269 nir_var_shader_in | nir_var_uniform | nir_var_system_value;
H A Dnir_lower_system_values.c139 if (deref->mode != nir_var_system_value)
H A Dnir_linking_helpers.c49 var->data.mode == nir_var_system_value);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_nir_builtins.c112 in = nir_variable_create(b.shader, nir_var_system_value,
H A Dst_pbo.c320 nir_var_system_value,
443 nir_variable_create(b.shader, pos_is_sysval ? nir_var_system_value :
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_linker.c114 if (in->data.mode == nir_var_system_value &&
119 (in->data.mode == nir_var_system_value &&
125 (in->data.mode == nir_var_system_value &&
325 case nir_var_system_value:
409 nir, nir_var_shader_in | nir_var_system_value,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_nir_builtins.c123 in = nir_variable_create(b.shader, nir_var_system_value,
H A Dst_pbo.c454 nir_variable_create(b.shader, pos_is_sysval ? nir_var_system_value :
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_signature.c527 s, nir_var_system_value,
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c496 nir_var_system_value | nir_var_mem_shared,
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_variables.c779 vtn_assert(*mode == nir_var_system_value || *mode == nir_var_shader_in);
780 *mode = nir_var_system_value;
882 *mode = nir_var_system_value;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_to_nir.cpp445 var->data.mode = nir_var_system_value;
450 var->data.mode = nir_var_system_value;
495 var->data.mode = nir_var_system_value;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c328 var->data.mode = nir_var_system_value;
336 var->data.mode = nir_var_system_value;
344 var->data.mode = nir_var_system_value;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.c312 nir_var_shader_in | nir_var_shader_out | nir_var_system_value);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_to_nir.c910 nir_variable_create(shader, nir_var_system_value, glsl_vec4_type(),

Completed in 51 milliseconds

12