Searched refs:fill_cs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_buffer.c126 struct radv_shader_module fill_cs = { .nir = NULL }; local in function:radv_device_init_meta_buffer_state
129 fill_cs.nir = build_buffer_fill_shader(device);
216 .module = radv_shader_module_to_handle(&fill_cs),
257 ralloc_free(fill_cs.nir);
262 ralloc_free(fill_cs.nir);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_buffer.c58 nir_shader *fill_cs = build_buffer_fill_shader(device); local in function:radv_device_init_meta_buffer_state
132 .module = vk_shader_module_handle_from_nir(fill_cs),
171 ralloc_free(fill_cs);
176 ralloc_free(fill_cs);

Completed in 3 milliseconds