Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c54 nir_variable *tex_pos_out = nir_variable_create(b.shader, nir_var_shader_out, in build_nir_vertex_shader() local
56 tex_pos_out->data.location = VARYING_SLOT_VAR0; in build_nir_vertex_shader()
57 tex_pos_out->data.interpolation = INTERP_MODE_SMOOTH; in build_nir_vertex_shader()
105 nir_store_var(&b, tex_pos_out, out_tex_vec, 0xf); in build_nir_vertex_shader()
Dradv_meta_blit2d.c440 nir_variable *tex_pos_out = nir_variable_create(b.shader, nir_var_shader_out, in build_nir_vertex_shader() local
442 tex_pos_out->data.location = VARYING_SLOT_VAR0; in build_nir_vertex_shader()
443 tex_pos_out->data.interpolation = INTERP_MODE_SMOOTH; in build_nir_vertex_shader()
480 nir_store_var(&b, tex_pos_out, out_tex_vec, 0x3); in build_nir_vertex_shader()