Searched refs:nir_find_variable_with_driver_location (Results 1 – 8 of 8) sorted by relevance
| /external/mesa3d/src/panfrost/util/ |
| D | pan_lower_writeout.c | 95 …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/ |
| D | vc4_nir_lower_io.c | 243 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/ |
| D | midgard_compile.c | 1446 …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/ |
| D | nir_range_analysis.c | 1150 return nir_find_variable_with_driver_location(shader, nir_var_shader_in, in lookup_input()
|
| D | nir.c | 251 nir_find_variable_with_driver_location(nir_shader *shader, in nir_find_variable_with_driver_location() function
|
| D | nir.h | 3662 nir_variable *nir_find_variable_with_driver_location(nir_shader *shader,
|
| /external/mesa3d/src/panfrost/bifrost/ |
| D | bifrost_compile.c | 331 nir_find_variable_with_driver_location(ctx->nir, nir_var_shader_out, in bi_emit_frag_out()
|
| /external/mesa3d/docs/relnotes/ |
| D | 20.3.0.rst | 753 - pan/mdg: Deduplicate nir_find_variable_with_driver_location
|