Home
last modified time | relevance | path

Searched refs:vs_out_pos (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c55 nir_variable *vs_out_pos = in build_color_shaders() local
58 vs_out_pos->data.location = VARYING_SLOT_POS; in build_color_shaders()
76 nir_store_var(&vs_b, vs_out_pos, outvec, 0xf); in build_color_shaders()
523 nir_variable *vs_out_pos = in build_depthstencil_shader() local
526 vs_out_pos->data.location = VARYING_SLOT_POS; in build_depthstencil_shader()
558 nir_store_var(&vs_b, vs_out_pos, outvec, 0xf); in build_depthstencil_shader()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_clear.c138 nir_variable *vs_out_pos = in get_clear_rect_vs() local
140 vs_out_pos->data.location = VARYING_SLOT_POS; in get_clear_rect_vs()
143 nir_store_var(&b, vs_out_pos, pos, 0xf); in get_clear_rect_vs()
Dv3dv_meta_copy.c3502 nir_variable *vs_out_pos = in get_blit_vs() local
3504 vs_out_pos->data.location = VARYING_SLOT_POS; in get_blit_vs()
3512 nir_store_var(&b, vs_out_pos, pos, 0xf); in get_blit_vs()