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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_query.c620 nir_shader *tfb_cs = NULL; local in function:radv_device_init_meta_query_state_internal
630 tfb_cs = build_tfb_query_shader(device);
716 .module = vk_shader_module_handle_from_nir(tfb_cs),
758 ralloc_free(tfb_cs);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_query.c749 struct radv_shader_module tfb_cs = { .nir = NULL }; local in function:radv_device_init_meta_query_state_internal
758 tfb_cs.nir = build_tfb_query_shader(device);
851 .module = radv_shader_module_to_handle(&tfb_cs),
872 ralloc_free(tfb_cs.nir);

Completed in 6 milliseconds