Home
last modified time | relevance | path

Searched refs:outvec (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_clear.c58 nir_ssa_def *outvec = nir_gen_rect_vertices(&vs_b, NULL, NULL); in build_color_shaders() local
59 nir_store_var(&vs_b, vs_out_pos, outvec, 0xf); in build_color_shaders()
419 nir_ssa_def *outvec = nir_gen_rect_vertices(&vs_b, z, NULL); in build_depthstencil_shader() local
420 nir_store_var(&vs_b, vs_out_pos, outvec, 0xf); in build_depthstencil_shader()
H A Dradv_meta_blit2d.c402 nir_ssa_def *outvec = nir_gen_rect_vertices(&b, NULL, NULL); in build_nir_vertex_shader() local
403 nir_store_var(&b, pos_out, outvec, 0xf); in build_nir_vertex_shader()
H A Dradv_meta_blit.c51 nir_ssa_def *outvec = nir_gen_rect_vertices(&b, NULL, NULL); in build_nir_vertex_shader() local
53 nir_store_var(&b, pos_out, outvec, 0xf); in build_nir_vertex_shader()
H A Dradv_meta.c737 nir_ssa_def *outvec = nir_gen_rect_vertices(&b, NULL, NULL); in radv_meta_build_nir_vs_generate_vertices() local
742 nir_store_var(&b, v_position, outvec, 0xf); in radv_meta_build_nir_vs_generate_vertices()

Completed in 9 milliseconds