Searched refs:nir_find_variable_with_location (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_point_size_mov.c76 nir_find_variable_with_location(shader, nir_var_shader_out,
H A Dnir_lower_bitmap.c59 nir_find_variable_with_location(shader, nir_var_shader_in,
H A Dnir_lower_input_attachments.c34 nir_find_variable_with_location(b->shader, nir_var_shader_in,
66 nir_find_variable_with_location(b->shader, nir_var_shader_in, slot);
H A Dnir_lower_texcoord_replace.c77 nir_variable *pntc = nir_find_variable_with_location(b.shader,
H A Dnir_lower_two_sided_color.c70 nir_find_variable_with_location(shader, nir_var_shader_in,
H A Dnir_linking_helpers.c1302 nir_variable *consumer_var = nir_find_variable_with_location(consumer,
H A Dnir.c253 nir_find_variable_with_location(nir_shader *shader, function in typeref:typename:nir_variable *
H A Dnir.h3917 nir_variable *nir_find_variable_with_location(nir_shader *shader,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_lower_input_attachments.c32 nir_find_variable_with_location(b->shader, nir_var_shader_in,
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c384 nir_find_variable_with_location(nir, nir_var_shader_out, FRAG_RESULT_DATA0 + rt);
386 outvar = nir_find_variable_with_location(nir, nir_var_shader_out, FRAG_RESULT_COLOR);
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c1266 nir_variable *pos = nir_find_variable_with_location(nir, nir_var_shader_out, VARYING_SLOT_POS);
1285 nir_variable *psiz = nir_find_variable_with_location(nir, nir_var_shader_out, VARYING_SLOT_PSIZ);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_compiler.c346 nir_variable *var = nir_find_variable_with_location(shader, nir_var_shader_out, FRAG_RESULT_DATA1);
544 var = nir_find_variable_with_location(zs->nir, nir_var_shader_out, slot--);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_program.c759 nir_find_variable_with_location(s, nir_var_shader_in, location);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c769 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_in, VARYING_SLOT_LAYER);
H A Dradv_pipeline.c2406 nir_find_variable_with_location(ordered_shaders[i], nir_var_shader_out, VARYING_SLOT_PSIZ);
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dnir_to_vir.c3795 nir_find_variable_with_location(c->s, nir_var_shader_in,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c336 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_out,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_program.c363 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_out,

Completed in 57 milliseconds