Home
last modified time | relevance | path

Searched refs:VK_IMAGE_LAYOUT_MAX_ENUM (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c1363 VkImageLayout layout = VK_IMAGE_LAYOUT_MAX_ENUM; in can_use_attachment_initial_layout()
1364 VkImageLayout stencil_layout = VK_IMAGE_LAYOUT_MAX_ENUM; in can_use_attachment_initial_layout()
1372 if (layout == VK_IMAGE_LAYOUT_MAX_ENUM) in can_use_attachment_initial_layout()
1379 if (stencil_layout == VK_IMAGE_LAYOUT_MAX_ENUM) in can_use_attachment_initial_layout()
1386 if (layout != VK_IMAGE_LAYOUT_MAX_ENUM) in can_use_attachment_initial_layout()
1391 if (stencil_layout != VK_IMAGE_LAYOUT_MAX_ENUM) in can_use_attachment_initial_layout()
Dvk_image.c631 case VK_IMAGE_LAYOUT_MAX_ENUM: in vk_image_layout_is_read_only()
1027 case VK_IMAGE_LAYOUT_MAX_ENUM: in vk_image_layout_to_usage_flags()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp1887 .initialLayout = VK_IMAGE_LAYOUT_MAX_ENUM, in generateColorBufferVkImageCreateInfo_locked()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h1345 VK_IMAGE_LAYOUT_MAX_ENUM = 0x7FFFFFFF enumerator