Searched refs:fs_module (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c119 struct radv_shader_module fs_module = { local in function:create_pipeline
123 if (!fs_module.nir) {
142 .module = radv_shader_module_to_handle(&fs_module),
233 ralloc_free(fs_module.nir);
H A Dradv_meta_resolve.c117 struct radv_shader_module fs_module = { local in function:create_pipeline
121 if (!fs_module.nir) {
159 .module = radv_shader_module_to_handle(&fs_module),
234 ralloc_free(fs_module.nir);
H A Dradv_meta_fast_clear.c258 struct radv_shader_module fs_module = { local in function:create_pipeline
262 if (!fs_module.nir) {
278 .module = radv_shader_module_to_handle(&fs_module),
458 ralloc_free(fs_module.nir);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c250 nir_shader *fs_module = radv_meta_build_nir_fs_noop(); local in function:create_pipeline
252 if (!vs_module || !fs_module) {
277 .module = vk_shader_module_handle_from_nir(fs_module),
361 ralloc_free(fs_module);
H A Dradv_meta_fast_clear.c244 nir_shader *fs_module = radv_meta_build_nir_fs_noop(); local in function:create_pipeline
246 if (!fs_module) {
262 .module = vk_shader_module_handle_from_nir(fs_module),
448 ralloc_free(fs_module);
H A Dradv_meta_resolve.c137 nir_shader *fs_module = build_nir_fs(); local in function:create_pipeline
138 if (!fs_module) {
176 .module = vk_shader_module_handle_from_nir(fs_module),
257 ralloc_free(fs_module);

Completed in 11 milliseconds