Home
last modified time | relevance | path

Searched refs:vk_format_is_depth_or_stencil (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c761 if (vk_format_is_depth_or_stencil(format)) { in radv_physical_device_get_format_properties()
883 if (vk_format_is_depth_or_stencil(format)) { in radv_physical_device_get_format_properties()
1208 if (vk_format_is_compressed(format) || vk_format_is_depth_or_stencil(format)) in radv_get_modifier_flags()
1249 if (vk_format_is_compressed(format) || vk_format_is_depth_or_stencil(format)) { in radv_list_drm_format_modifiers()
1306 if (vk_format_is_compressed(format) || vk_format_is_depth_or_stencil(format)) { in radv_list_drm_format_modifiers_2()
1500 if (info->type != VK_IMAGE_TYPE_2D && vk_format_is_depth_or_stencil(format)) in radv_get_image_format_properties()
1636 info->tiling != VK_IMAGE_TILING_OPTIMAL || vk_format_is_depth_or_stencil(format)) in radv_get_image_format_properties()
Dradv_image.c54 if (!vk_format_is_compressed(format) && !vk_format_is_depth_or_stencil(format) && in radv_choose_tiling()
1876 if (!vk_format_is_depth_or_stencil(format) && !image->shareable && in radv_image_create()
Dradv_cmd_buffer.c4353 if (vk_format_is_depth_or_stencil(image->vk.format)) { in radv_src_access_flush()
4698 assert(vk_format_is_depth_or_stencil(image->vk.format)); in radv_cmd_state_setup_sample_locations()
Dradv_device.c5541 !vk_format_is_depth_or_stencil(mem->image->vk.format) && mem->image->info.samples == 1 && in radv_alloc_memory()
/third_party/mesa3d/src/vulkan/util/
Dvk_format.h49 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() function
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_formats.c415 vk_format_is_depth_or_stencil(info->format)) { in get_image_format_properties()
437 vk_format_is_depth_or_stencil(info->format)) { in get_image_format_properties()
Dv3dv_image.c544 if (vk_format_is_depth_or_stencil(iview->vk.view_format)) { in create_image_view()
Dv3dv_meta_clear.c917 assert(vk_format_is_depth_or_stencil(format)); in get_depth_clear_pipeline()
Dv3dv_meta_copy.c2662 if (vk_format_is_depth_or_stencil(image->vk.format)) in copy_buffer_to_image_cpu()
3811 !vk_format_is_depth_or_stencil(dst_format)); in blit_shader()
3820 if (vk_format_is_depth_or_stencil(dst_format)) { in blit_shader()
Dv3dvx_meta_common.c1365 if (vk_format_is_depth_or_stencil(vk_format)) in v3dX()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c275 if (vk_format_is_depth_or_stencil(vk_format)) in tu_physical_device_get_format_properties()
406 vk_format_is_depth_or_stencil(info->format)) in tu_get_image_format_properties()
Dtu_image.c388 !vk_format_is_depth_or_stencil(image->vk.format)) { in tu_image_init()
Dtu_clear_blit.c2311 (vk_format_is_depth_or_stencil(src->image->vk.format) && in tu_resolve_sysmem()
2312 vk_format_is_depth_or_stencil(dst->image->vk.format))); in tu_resolve_sysmem()
2919 if (vk_format_is_depth_or_stencil(attachment->format)) { in tu_clear_sysmem_attachment()
2964 vk_format_is_depth_or_stencil(attachment->format))); in tu_emit_blit()
Dtu_pass.c398 if (vk_format_is_depth_or_stencil(att[i].format)) { in tu_render_pass_add_implicit_deps()
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c492 if (vk_format_is_depth_or_stencil(vk_format)) in anv_get_format_plane()
848 if (vk_format_is_depth_or_stencil(vk_format)) in get_buffer_format_features2()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_image.c122 assert(!vk_format_is_depth_or_stencil(pCreateInfo->format)); in dzn_image_create()
228 if (!vk_format_is_depth_or_stencil(format)) in dzn_image_get_dxgi_format()
Ddzn_device.c592 vk_format_is_depth_or_stencil(format) ? in dzn_physical_device_get_format_support()
753 if (vk_format_is_depth_or_stencil(format)) in dzn_physical_device_get_format_properties()
805 vk_format_is_depth_or_stencil(info->format)) in dzn_physical_device_get_image_format_properties()
Ddzn_cmd_buffer.c1393 if (vk_format_is_depth_or_stencil(view->vk.format)) { in dzn_cmd_buffer_clear_attachment()
1970 vk_format_is_depth_or_stencil(dst->vk.format) ? in dzn_cmd_buffer_blit_set_pipeline()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_render_pass.c2314 if (vk_format_is_depth_or_stencil(att_state->image_view->format) && in vk_common_CmdBeginRenderPass2()