Home
last modified time | relevance | path

Searched refs:nir_intrinsic_from_system_value (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_system_values.c222 nir_intrinsic_from_system_value(var->data.location); in lower_system_value_instr()
303 nir_intrinsic_from_system_value(var->data.location); in lower_system_value_instr()
H A Dnir_divergence_analysis.c894 nir_intrinsic_from_system_value(var->data.location); in nir_variable_is_uniform()
H A Dnir.c2206 nir_intrinsic_from_system_value(gl_system_value val) in nir_intrinsic_from_system_value() function
H A Dnir_opt_varyings.c2472 if (intr->intrinsic == nir_intrinsic_from_system_value(sysval)) in is_sysval()
H A Dnir.h6827 nir_intrinsic_op nir_intrinsic_from_system_value(gl_system_value val);
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c1175 nir_intrinsic_op value_op = nir_intrinsic_from_system_value(value); in lower_system_value_to_zero_filter()