Home
last modified time | relevance | path

Searched refs:nir_find_variable_with_driver_location (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/panfrost/util/
Dpan_lower_writeout.c95 …const nir_variable *var = nir_find_variable_with_driver_location(nir, nir_var_shader_out, nir_intr… in pan_nir_lower_zs_store()
235 …const nir_variable *var = nir_find_variable_with_driver_location(nir, nir_var_shader_out, nir_intr… in pan_nir_reorder_writeout()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_io.c234 nir_find_variable_with_driver_location(c->s, nir_var_shader_in, in vc4_nir_lower_fs_input()
281 nir_find_variable_with_driver_location(c->s, nir_var_shader_out, in vc4_nir_lower_output()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_io.c350 nir_find_variable_with_driver_location(c->s, in v3d_nir_lower_fragment_input()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c262 nir_find_variable_with_driver_location(b->shader->nir, in agx_emit_fragment_out()
290 nir_find_variable_with_driver_location(b->shader->nir, in agx_emit_load_tile()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1665 …var = nir_find_variable_with_driver_location(ctx->nir, nir_var_shader_out, nir_intrinsic_base(inst… in output_load_rt_addr()
1881 var = nir_find_variable_with_driver_location(ctx->nir, nir_var_shader_out, in emit_intrinsic()
/third_party/mesa3d/src/compiler/nir/
Dnir_range_analysis.c1251 return nir_find_variable_with_driver_location(shader, nir_var_shader_in, in lookup_input()
Dnir.c266 nir_find_variable_with_driver_location(nir_shader *shader, in nir_find_variable_with_driver_location() function
Dnir.h3921 nir_variable *nir_find_variable_with_driver_location(nir_shader *shader,
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c578 nir_find_variable_with_driver_location(b->shader->nir, in bi_emit_fragment_out()
1091 nir_find_variable_with_driver_location(b->shader->nir, in bi_emit_ld_tile()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c613 nir_variable *var = nir_find_variable_with_driver_location(nir, nir_var_shader_in, location); in decompose_attribs()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst753 - pan/mdg: Deduplicate nir_find_variable_with_driver_location