Home
last modified time | relevance | path

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

/external/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()
236 …const nir_variable *var = nir_find_variable_with_driver_location(nir, nir_var_shader_out, nir_intr… in pan_nir_reorder_writeout()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_io.c243 nir_find_variable_with_driver_location(c->s, nir_var_shader_in, in vc4_nir_lower_fs_input()
290 nir_find_variable_with_driver_location(c->s, nir_var_shader_out, in vc4_nir_lower_output()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1446 …var = nir_find_variable_with_driver_location(ctx->nir, nir_var_shader_out, nir_intrinsic_base(inst… in output_load_rt_addr()
1652 var = nir_find_variable_with_driver_location(ctx->nir, nir_var_shader_out, in emit_intrinsic()
/external/mesa3d/src/compiler/nir/
Dnir_range_analysis.c1150 return nir_find_variable_with_driver_location(shader, nir_var_shader_in, in lookup_input()
Dnir.c251 nir_find_variable_with_driver_location(nir_shader *shader, in nir_find_variable_with_driver_location() function
Dnir.h3662 nir_variable *nir_find_variable_with_driver_location(nir_shader *shader,
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c331 nir_find_variable_with_driver_location(ctx->nir, nir_var_shader_out, in bi_emit_frag_out()
/external/mesa3d/docs/relnotes/
D20.3.0.rst753 - pan/mdg: Deduplicate nir_find_variable_with_driver_location