Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_input_attachments.c34 nir_find_variable_with_location(b->shader, nir_var_shader_in, in load_frag_coord()
66 nir_find_variable_with_location(b->shader, nir_var_shader_in, slot); in load_layer_id()
Dnir_lower_point_size_mov.c76 nir_find_variable_with_location(shader, nir_var_shader_out, in nir_lower_point_size_mov()
Dnir_lower_bitmap.c59 nir_find_variable_with_location(shader, nir_var_shader_in, in get_texcoord()
Dnir_lower_texcoord_replace.c77 nir_variable *pntc = nir_find_variable_with_location(b.shader, in nir_lower_texcoord_replace_impl()
Dnir_lower_two_sided_color.c70 nir_find_variable_with_location(shader, nir_var_shader_in, in create_face_input()
Dnir_linking_helpers.c1302 nir_variable *consumer_var = nir_find_variable_with_location(consumer, in nir_link_varying_precision()
Dnir.c253 nir_find_variable_with_location(nir_shader *shader, in nir_find_variable_with_location() function
Dnir.h3917 nir_variable *nir_find_variable_with_location(nir_shader *shader,
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_lower_input_attachments.c32 nir_find_variable_with_location(b->shader, nir_var_shader_in, in load_frag_coord()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_shader.c384 nir_find_variable_with_location(nir, nir_var_shader_out, FRAG_RESULT_DATA0 + rt); in panvk_lower_blend()
386 outvar = nir_find_variable_with_location(nir, nir_var_shader_out, FRAG_RESULT_COLOR); in panvk_lower_blend()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1266 nir_variable *pos = nir_find_variable_with_location(nir, nir_var_shader_out, VARYING_SLOT_POS); in agx_remap_varyings_vs()
1285 nir_variable *psiz = nir_find_variable_with_location(nir, nir_var_shader_out, VARYING_SLOT_PSIZ); in agx_remap_varyings_vs()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c346 …nir_variable *var = nir_find_variable_with_location(shader, nir_var_shader_out, FRAG_RESULT_DATA1); in lower_dual_blend()
544 var = nir_find_variable_with_location(zs->nir, nir_var_shader_out, slot--); in update_so_info()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c759 nir_find_variable_with_location(s, nir_var_shader_in, location); in v3d_update_compiled_vs()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c769 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_in, VARYING_SLOT_LAYER); in find_layer_in_var()
Dradv_pipeline.c2406nir_find_variable_with_location(ordered_shaders[i], nir_var_shader_out, VARYING_SLOT_PSIZ); in radv_link_shaders()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c363 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_out, in iris_fix_edge_flags()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c336 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_out, in crocus_fix_edge_flags()
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c3795 nir_find_variable_with_location(c->s, nir_var_shader_in, in nir_to_vir()