Home
last modified time | relevance | path

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

/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/panfrost/util/
Dpan_lower_writeout.c161 …const nir_variable *var = nir_find_variable_with_driver_location(nir, nir_var_shader_out, nir_intr… in pan_nir_lower_zs_store()
/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.c338 nir_find_variable_with_driver_location(b->shader->nir, in agx_emit_fragment_out()
375 nir_find_variable_with_driver_location(b->shader->nir, in agx_emit_load_tile()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1751 …var = nir_find_variable_with_driver_location(ctx->nir, nir_var_shader_out, nir_intrinsic_base(inst… in output_load_rt_addr()
1980nir_find_variable_with_driver_location(ctx->nir, nir_var_shader_out, in emit_intrinsic()
/third_party/mesa3d/src/compiler/nir/
Dnir_range_analysis.c1288 return nir_find_variable_with_driver_location(shader, nir_var_shader_in, in lookup_input()
Dnir.c353 nir_find_variable_with_driver_location(nir_shader *shader, in nir_find_variable_with_driver_location() function
Dnir.h3801 nir_variable *nir_find_variable_with_driver_location(nir_shader *shader,
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c846 nir_find_variable_with_driver_location(b->shader->nir, in bi_emit_fragment_out()
1555 nir_find_variable_with_driver_location(b->shader->nir, in bi_emit_ld_tile()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1017 nir_variable *var = nir_find_variable_with_driver_location(nir, nir_var_shader_in, location); in decompose_attribs()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c3253 …nir_variable *var = nir_find_variable_with_driver_location(ctx->shader, nir_var_shader_in, nir_int… in emit_load_input_via_intrinsic()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst753 - pan/mdg: Deduplicate nir_find_variable_with_driver_location