Searched defs:vs_b (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/amd/vulkan/
H A Dradv_meta_clear.c53 nir_builder vs_b; local
56 nir_builder_init_simple_shader(&vs_b, NULL, MESA_SHADER_VERTEX, NULL);
59 vs_b.shader->info->name = ralloc_strdup(vs_b.shader, "meta_clear_color_vs");
66 nir_variable_create(vs_b.shader, nir_var_shader_in, position_type,
71 nir_variable_create(vs_b.shader, nir_var_shader_out, position_type,
76 nir_variable_create(vs_b.shader, nir_var_shader_in, color_type,
81 nir_variable_create(vs_b.shader, nir_var_shader_out, color_type,
97 nir_copy_var(&vs_b, vs_out_pos, vs_in_pos);
98 nir_copy_var(&vs_b, vs_out_colo
469 nir_builder vs_b, fs_b; local
[all...]

Completed in 146 milliseconds