Searched defs:tex_pos_in (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 88 nir_variable *tex_pos_in = nir_variable_create(b.shader, nir_var_shader_in, vec4, "v_tex_pos"); in build_nir_copy_fragment_shader() local 136 nir_variable *tex_pos_in = nir_variable_create(b.shader, nir_var_shader_in, vec4, "v_tex_pos"); in build_nir_copy_fragment_shader_depth() local 184 nir_variable *tex_pos_in = nir_variable_create(b.shader, nir_var_shader_in, vec4, "v_tex_pos"); in build_nir_copy_fragment_shader_stencil() local
|
D | radv_meta_blit2d.c | 567 nir_variable *tex_pos_in = nir_variable_create(b.shader, nir_var_shader_in, vec2, "v_tex_pos"); in build_nir_copy_fragment_shader() local 590 nir_variable *tex_pos_in = nir_variable_create(b.shader, nir_var_shader_in, vec2, "v_tex_pos"); in build_nir_copy_fragment_shader_depth() local 613 nir_variable *tex_pos_in = nir_variable_create(b.shader, nir_var_shader_in, vec2, "v_tex_pos"); in build_nir_copy_fragment_shader_stencil() local
|