Searched refs:vk_shader_module_handle_from_nir (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/ |
H A D | radv_meta_blit2d.c | 551 .module = vk_shader_module_handle_from_nir(vs), in create_color_pipeline() 556 .module = vk_shader_module_handle_from_nir(fs), in create_color_pipeline() 703 .module = vk_shader_module_handle_from_nir(vs), in create_depth_only_pipeline() 708 .module = vk_shader_module_handle_from_nir(fs), in create_depth_only_pipeline() 879 .module = vk_shader_module_handle_from_nir(vs), in create_stencil_only_pipeline() 884 .module = vk_shader_module_handle_from_nir(fs), in create_stencil_only_pipeline()
|
H A D | radv_meta_resolve_fs.c | 109 .module = vk_shader_module_handle_from_nir(vs), in create_resolve_pipeline() 114 .module = vk_shader_module_handle_from_nir(fs), in create_resolve_pipeline() 326 .module = vk_shader_module_handle_from_nir(vs), in create_depth_stencil_resolve_pipeline() 331 .module = vk_shader_module_handle_from_nir(fs), in create_depth_stencil_resolve_pipeline()
|
H A D | radv_meta_decompress.c | 128 .module = vk_shader_module_handle_from_nir(vs_module), in create_pipeline_gfx() 134 .module = vk_shader_module_handle_from_nir(fs_module), in create_pipeline_gfx()
|
H A D | radv_meta_fast_clear.c | 135 .module = vk_shader_module_handle_from_nir(fs_module), in create_pipeline() 370 VkShaderModule vs_module_h = vk_shader_module_handle_from_nir(vs_module); in radv_device_init_meta_fast_clear_flush_state_internal()
|
H A D | radv_meta_resolve.c | 64 .module = vk_shader_module_handle_from_nir(vs_module), in create_pipeline() 70 .module = vk_shader_module_handle_from_nir(fs_module), in create_pipeline()
|
H A D | radv_meta_blit.c | 654 .module = vk_shader_module_handle_from_nir(vs), in create_pipeline() 659 .module = vk_shader_module_handle_from_nir(fs), in create_pipeline()
|
H A D | radv_meta.c | 731 .module = vk_shader_module_handle_from_nir(nir), in radv_meta_create_compute_pipeline()
|
H A D | radv_meta_clear.c | 80 … .module = vk_shader_module_handle_from_nir(vs_nir), in create_pipeline() 86 … .module = vk_shader_module_handle_from_nir(fs_nir), in create_pipeline()
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_shader_module.h | 61 #define vk_shader_module_handle_from_nir(_nir) \ macro
|
H A D | vk_texcompress_etc2.c | 449 .module = vk_shader_module_handle_from_nir(cs), in etc2_init_pipeline()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_astc_emu.c | 208 .module = vk_shader_module_handle_from_nir(b.shader), in astc_emu_init_flush_denorm_pipeline_locked()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 67 .module = vk_shader_module_handle_from_nir(p_stage->nir), in pipeline_compute_sha1_from_nir()
|