Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c3824 nir_variable *vs_out_tex_coord = in get_blit_vs() local
3826 vs_out_tex_coord->data.location = VARYING_SLOT_VAR0; in get_blit_vs()
3827 vs_out_tex_coord->data.interpolation = INTERP_MODE_SMOOTH; in get_blit_vs()
3833 nir_store_var(&b, vs_out_tex_coord, tex_coord, 0xf); in get_blit_vs()