Searched refs:nir_foreach_shader_out_variable_safe (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_io.c431 nir_foreach_shader_out_variable_safe(var, c->s) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp433 nir_foreach_shader_out_variable_safe(var, shader) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c936 nir_foreach_shader_out_variable_safe (var, shader) {
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c1128 nir_foreach_shader_out_variable_safe(var, stage->nir) {
1166 nir_foreach_shader_out_variable_safe(var, stage->nir) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir.h708 #define nir_foreach_shader_out_variable_safe(var, shader) \ macro

Completed in 18 milliseconds