Searched refs:vk_format_is_depth_or_stencil (Results 1 – 18 of 18) sorted by relevance
72 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() function
356 !vk_format_is_depth_or_stencil(format), in tu_image_view_init()579 !vk_format_is_depth_or_stencil(image->vk_format)) { in tu_CreateImage()
325 if (vk_format_is_depth_or_stencil(att[i].format)) { in tu_render_pass_add_implicit_deps()
573 vk_format_is_depth_or_stencil(info->format)) in tu_get_image_format_properties()
106 assert(!vk_format_is_depth_or_stencil(format)); in r2d_clear_value()545 assert(!vk_format_is_depth_or_stencil(format)); in r3d_clear_value()2244 if (vk_format_is_depth_or_stencil(attachment->format)) { in tu_clear_sysmem_attachment()
154 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() function
710 if (vk_format_is_depth_or_stencil(vk_format)) in get_buffer_format_features()
712 assert(vk_format_is_depth_or_stencil(vk_format)); in emit_rs_state()
117 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() function
585 vk_format_is_depth_or_stencil(info->format)) { in get_image_format_properties()606 vk_format_is_depth_or_stencil(info->format)) { in get_image_format_properties()
134 if (vk_format_is_depth_or_stencil(vk_format)) in setup_framebuffer_data()2234 if (vk_format_is_depth_or_stencil(vk_format)) in copy_buffer_to_image_tfu()2811 if (vk_format_is_depth_or_stencil(image->vk_format)) in copy_buffer_to_image_cpu()3005 if (vk_format_is_depth_or_stencil(vk_format)) in blit_tfu()4054 !vk_format_is_depth_or_stencil(dst_format)); in blit_shader()4062 if (vk_format_is_depth_or_stencil(dst_format)) { in blit_shader()
669 if (vk_format_is_depth_or_stencil(iview->vk_format)) { in v3dv_CreateImageView()
709 assert(vk_format_is_depth_or_stencil(format)); in get_depth_clear_pipeline()850 vk_format_is_depth_or_stencil(att_iview->vk_format); in emit_color_clear_rect()
366 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() function408 return !vk_format_is_depth_or_stencil(format); in vk_format_is_color()
705 if (vk_format_is_depth_or_stencil(format)) { in radv_physical_device_get_format_properties()1165 if (info->type != VK_IMAGE_TYPE_2D && vk_format_is_depth_or_stencil(format)) in radv_get_image_format_properties()
51 !vk_format_is_depth_or_stencil(format) in radv_choose_tiling()1470 if (!vk_format_is_depth_or_stencil(format) && !image->shareable) { in radv_image_create()
3513 assert(vk_format_is_depth_or_stencil(image->vk_format)); in radv_cmd_state_setup_sample_locations()
5295 !vk_format_is_depth_or_stencil(mem->image->vk_format) && in radv_alloc_memory()