Home
last modified time | relevance | path

Searched refs:nir_foreach_shader_out_variable_safe (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/amd/
D.clang-format51 - nir_foreach_shader_out_variable_safe
/third_party/mesa3d/src/gallium/drivers/i915/
D.clang-format55 - nir_foreach_shader_out_variable_safe
/third_party/mesa3d/src/gallium/drivers/freedreno/
D.clang-format68 - nir_foreach_shader_out_variable_safe
/third_party/mesa3d/src/freedreno/
D.clang-format68 - nir_foreach_shader_out_variable_safe
/third_party/mesa3d/src/amd/compiler/
D.clang-format57 - nir_foreach_shader_out_variable_safe
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_io.c431 nir_foreach_shader_out_variable_safe(var, c->s) { in v3d_nir_lower_io_update_output_var_base()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c936 nir_foreach_shader_out_variable_safe (var, shader) { in ir3_nir_lower_gs()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp433 nir_foreach_shader_out_variable_safe(var, shader) { in sort_fsoutput()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c1128 nir_foreach_shader_out_variable_safe(var, stage->nir) { in anv_pipeline_link_fs()
/third_party/mesa3d/src/compiler/nir/
Dnir.h708 #define nir_foreach_shader_out_variable_safe(var, shader) \ macro