Searched refs:nir_foreach_variable_with_modes_safe (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_global_vars_to_local.c86 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_temp) {
H A Dnir_split_per_member_structs.c162 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_in |
H A Dnir_lower_io_to_temporaries.c319 nir_foreach_variable_with_modes_safe(var, shader, mode) {
H A Dnir_linking_helpers.c143 nir_foreach_variable_with_modes_safe(var, shader, mode) {
292 nir_foreach_variable_with_modes_safe(var, shader, mode) {
1402 nir_foreach_variable_with_modes_safe(var, shader, mode) {
H A Dnir_lower_system_values.c246 nir_foreach_variable_with_modes_safe(var, shader, nir_var_system_value)
H A Dnir.h695 #define nir_foreach_variable_with_modes_safe(var, shader, modes) \ macro
703 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_in)
709 nir_foreach_variable_with_modes_safe(var, shader, nir_var_shader_out)
715 nir_foreach_variable_with_modes_safe(var, shader, nir_var_uniform)
H A Dnir.c309 nir_foreach_variable_with_modes_safe(var, shader, modes) {
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dcmdline.c64 nir_foreach_variable_with_modes_safe (var, nir, mode) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/standalone/
H A Dlima_compiler_cmdline.c66 nir_foreach_variable_with_modes_safe(var, nir, mode) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dcmdline.c96 nir_foreach_variable_with_modes_safe (var, nir, mode) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_lower_int_cubemap_to_array.c262 nir_foreach_variable_with_modes_safe(var, s, nir_var_uniform) {
H A Dd3d12_nir_passes.c477 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) {
511 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c85 nir_foreach_variable_with_modes_safe (var, nir, mode) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_compiler.c761 nir_foreach_variable_with_modes_safe(var, producer, nir_var_shader_out) {
769 nir_foreach_variable_with_modes_safe(var, consumer, nir_var_shader_in) {
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir.c1545 nir_foreach_variable_with_modes_safe(var, s, nir_var_shader_out) {
1580 nir_foreach_variable_with_modes_safe(var, s, modes) {
H A Dnir_to_dxil.c4401 nir_foreach_variable_with_modes_safe(var, s, nir_var_uniform) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c814 nir_foreach_variable_with_modes_safe(var, nir, modes) {
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler.c929 nir_foreach_variable_with_modes_safe(var, nir, nir_var_uniform) {

Completed in 42 milliseconds