Searched refs:tex_pos_out (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit2d.c | 398 nir_variable *tex_pos_out = nir_variable_create(b.shader, nir_var_shader_out, vec2, "v_tex_pos"); in build_nir_vertex_shader() local 399 tex_pos_out->data.location = VARYING_SLOT_VAR0; in build_nir_vertex_shader() 400 tex_pos_out->data.interpolation = INTERP_MODE_SMOOTH; in build_nir_vertex_shader() 422 nir_store_var(&b, tex_pos_out, out_tex_vec, 0x3); in build_nir_vertex_shader()
|
H A D | radv_meta_blit.c | 47 nir_variable *tex_pos_out = nir_variable_create(b.shader, nir_var_shader_out, vec4, "v_tex_pos"); in build_nir_vertex_shader() local 48 tex_pos_out->data.location = VARYING_SLOT_VAR0; in build_nir_vertex_shader() 49 tex_pos_out->data.interpolation = INTERP_MODE_SMOOTH; in build_nir_vertex_shader() 77 nir_store_var(&b, tex_pos_out, out_tex_vec, 0xf); in build_nir_vertex_shader()
|
Completed in 4 milliseconds