Searched refs:radv_format_meta_fs_key (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_resolve.c | 218 unsigned fs_key = radv_format_meta_fs_key(device, format); in radv_device_init_meta_resolve_state() 239 unsigned fs_key = radv_format_meta_fs_key(device, vk_format); in emit_resolve() 367 unsigned fs_key = radv_format_meta_fs_key(device, dst_image->vk.format); in radv_meta_resolve_hardware_image() 627 cmd_buffer->device, radv_format_meta_fs_key(cmd_buffer->device, dest_iview->vk.format)); in radv_cmd_buffer_resolve_subpass_hw()
|
H A D | radv_meta_blit2d.c | 241 unsigned fs_key = radv_format_meta_fs_key(device, dst_temps.iview.vk.format); in radv_meta_blit2d_normal_dst() 631 unsigned fs_key = radv_format_meta_fs_key(device, format); in blit2d_init_color_pipeline()
|
H A D | radv_meta_blit.c | 272 fs_key = radv_format_meta_fs_key(device, dest_image->vk.format); in meta_emit_blit() 836 unsigned key = radv_format_meta_fs_key(device, format); in radv_device_init_meta_blit_color()
|
H A D | radv_meta_resolve_fs.c | 120 unsigned fs_key = radv_format_meta_fs_key(device, format); in create_resolve_pipeline() 617 unsigned fs_key = radv_format_meta_fs_key(cmd_buffer->device, dst_iview->vk.format); in radv_get_resolve_pipeline()
|
H A D | radv_meta_clear.c | 341 fs_key = radv_format_meta_fs_key(device, format); in emit_color_clear() 1192 unsigned fs_key = radv_format_meta_fs_key(device, format); in radv_device_init_meta_clear_state()
|
H A D | radv_private.h | 1889 unsigned radv_format_meta_fs_key(struct radv_device *device, VkFormat format);
|
H A D | radv_pipeline.c | 598 * radv_format_meta_fs_key(radv_fs_key_format_exemplars[i]) == i. 616 radv_format_meta_fs_key(struct radv_device *device, VkFormat format) in radv_format_meta_fs_key() function
|
Completed in 26 milliseconds