Home
last modified time | relevance | path

Searched refs:nir_foreach_shader_out_variable (Results 1 – 25 of 42) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_multiview.c193 nir_foreach_shader_out_variable(var, shader) { in nir_can_lower_multiview()
222 nir_foreach_shader_out_variable(var, shader) { in nir_lower_multiview()
Dnir_gather_xfb_info.c205 nir_foreach_shader_out_variable(var, shader) { in nir_gather_xfb_info_with_varyings()
221 nir_foreach_shader_out_variable(var, shader) { in nir_gather_xfb_info_with_varyings()
Dnir_lower_clamp_color_outputs.c71 nir_foreach_shader_out_variable(var, state->shader) { in lower_intrinsic()
Dnir_lower_alpha_test.c65 nir_foreach_shader_out_variable(var, shader) { in nir_lower_alpha_test()
Dnir_linking_helpers.c184 nir_foreach_shader_out_variable(var, producer) { in nir_remove_unused_varyings()
523 nir_foreach_shader_out_variable(var, producer) { in gather_varying_component_info()
949 nir_foreach_shader_out_variable(var, producer) { in nir_link_xfb_varyings()
1297 nir_foreach_shader_out_variable(producer_var, producer) { in nir_link_varying_precision()
1592 nir_foreach_shader_out_variable(variable, producer) { in nir_assign_linked_io_var_locations()
1618 nir_foreach_shader_out_variable(variable, producer) { in nir_assign_linked_io_var_locations()
Dnir_propagate_invariant.c204 nir_foreach_shader_out_variable(var, shader) { in nir_propagate_invariant()
Dnir_lower_clip.c183 nir_foreach_shader_out_variable(var, shader) { in find_clipvertex_and_position_outputs()
Dnir_lower_io_to_vector.c674 nir_foreach_shader_out_variable(var, shader) { in nir_vectorize_tess_levels()
Dnir_gather_info.c918 nir_foreach_shader_out_variable(var, shader) { in nir_shader_gather_info()
/third_party/mesa3d/src/gallium/drivers/i915/
D.clang-format60 - nir_foreach_shader_out_variable
/third_party/mesa3d/src/gallium/drivers/freedreno/
D.clang-format72 - nir_foreach_shader_out_variable
/third_party/mesa3d/src/freedreno/
D.clang-format72 - nir_foreach_shader_out_variable
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_writeout.c44 nir_foreach_shader_out_variable(var, nir) { in pan_nir_lower_zs_store()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnir.c491 nir_foreach_shader_out_variable(var, nir) { in gpir_compile_nir()
496 nir_foreach_shader_out_variable(var, nir) { in gpir_compile_nir()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c491 nir_foreach_shader_out_variable(var, shader) { in lower_fbfetch()
507 nir_foreach_shader_out_variable(var, s) { in check_psiz()
531 nir_foreach_shader_out_variable(var, zs->nir) in update_so_info()
849 nir_foreach_shader_out_variable(var, nir) { in zink_shader_compile()
1568 nir_foreach_shader_out_variable(var, vs->nir) { in zink_shader_tcs_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c50 nir_foreach_shader_out_variable(var, s) { in v3d_get_slot_for_driver_location()
183 nir_foreach_shader_out_variable(var, s) { in precompile_all_outputs()
215 nir_foreach_shader_out_variable(var, s) { in v3d_shader_precompile()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c468 nir_foreach_shader_out_variable(var, nir) { in brw_nir_lower_vue_outputs()
480 nir_foreach_shader_out_variable(var, nir) { in brw_nir_lower_tcs_outputs()
506 nir_foreach_shader_out_variable(var, nir) { in brw_nir_lower_fs_outputs()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c362 nir_foreach_shader_out_variable(var, c->s) { in v3d_nir_lower_logic_ops_block()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c138 nir_foreach_shader_out_variable (var, s) { in ir2_optimize_nir()
547 nir_foreach_shader_out_variable (var, ctx->nir) { in output_slot()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c579 nir_foreach_shader_out_variable(var, c->s) { in vc4_nir_lower_blend_block()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c595 nir_foreach_shader_out_variable(variable, nir) { in nir_tgsi_scan_shader()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.c636 nir_foreach_shader_out_variable(variable, nir) gather_info_output_decl(nir, variable, info); in radv_nir_shader_info_pass()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c672 nir_foreach_shader_out_variable(var, nir) { in tu_gather_xfb_info()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c920 nir_foreach_shader_out_variable(var, nir) { in ppir_compile_nir()
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c837 nir_foreach_shader_out_variable(var, b->shader) { in ptn_add_output_stores()

12