Home
last modified time | relevance | path

Searched refs:vs_module (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/
H A Dradv_meta_decompress.c105 nir_shader *vs_module = radv_meta_build_nir_vs_generate_vertices(device); in create_pipeline_gfx() local
128 .module = vk_shader_module_handle_from_nir(vs_module), in create_pipeline_gfx()
216 ralloc_free(vs_module); in create_pipeline_gfx()
H A Dradv_meta_fast_clear.c364 nir_shader *vs_module = radv_meta_build_nir_vs_generate_vertices(device); in radv_device_init_meta_fast_clear_flush_state_internal() local
370 VkShaderModule vs_module_h = vk_shader_module_handle_from_nir(vs_module); in radv_device_init_meta_fast_clear_flush_state_internal()
380 ralloc_free(vs_module); in radv_device_init_meta_fast_clear_flush_state_internal()
H A Dradv_meta_resolve.c43 nir_shader *vs_module = radv_meta_build_nir_vs_generate_vertices(device); in create_pipeline() local
64 .module = vk_shader_module_handle_from_nir(vs_module), in create_pipeline()
146 ralloc_free(vs_module); in create_pipeline()