Searched refs:vs_m (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c478 struct vk_shader_module vs_m; local in function:create_pipeline
483 v3dv_shader_module_internal_init(device, &vs_m, vs_nir);
486 stages[stage_count].module = vk_shader_module_to_handle(&vs_m);
H A Dv3dv_meta_copy.c3351 struct vk_shader_module vs_m; local in function:create_pipeline
3357 v3dv_shader_module_internal_init(device, &vs_m, vs_nir);
3364 .module = vk_shader_module_to_handle(&vs_m),
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_clear.c111 struct radv_shader_module vs_m = { .nir = vs_nir }; local in function:create_pipeline
123 .module = radv_shader_module_to_handle(&vs_m),

Completed in 16 milliseconds