Home
last modified time | relevance | path

Searched refs:radv_format_meta_fs_key (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_graphics.h580 unsigned radv_format_meta_fs_key(struct radv_device *device, VkFormat format);
Dradv_pipeline_graphics.c169 radv_format_meta_fs_key(struct radv_device *device, VkFormat format) in radv_format_meta_fs_key() function
/external/mesa3d/src/amd/vulkan/meta/
Dradv_meta_blit.c207 fs_key = radv_format_meta_fs_key(device, dst_image->vk.format); in get_pipeline()
Dradv_meta_resolve.c155 unsigned fs_key = radv_format_meta_fs_key(device, vk_format); in emit_resolve()
Dradv_meta_resolve_fs.c303 const unsigned fs_key = radv_format_meta_fs_key(device, dst_iview->vk.format); in get_color_resolve_pipeline()
Dradv_meta_blit2d.c476 const unsigned fs_key = radv_format_meta_fs_key(device, format); in get_color_pipeline()
Dradv_meta_clear.c75 const uint32_t fs_key = radv_format_meta_fs_key(device, format); in get_color_pipeline()