Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dvk_format.h343 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() function
385 return !vk_format_is_depth_or_stencil(format); in vk_format_is_color()
Dradv_formats.c572 if (vk_format_is_depth_or_stencil(format)) { in radv_physical_device_get_format_properties()
1066 if (info->type != VK_IMAGE_TYPE_2D && vk_format_is_depth_or_stencil(info->format)) in radv_get_image_format_properties()
Dradv_image.c49 !vk_format_is_depth_or_stencil(pCreateInfo->format) in radv_choose_tiling()
/external/mesa3d/src/intel/vulkan/
Dvk_format_info.h89 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() function
Danv_formats.c635 if (vk_format_is_depth_or_stencil(vk_format)) in get_buffer_format_features()
DgenX_pipeline.c505 assert(vk_format_is_depth_or_stencil(vk_format)); in emit_rs_state()