Home
last modified time | relevance | path

Searched refs:VK_ERROR_FRAGMENTED_POOL (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfundamentals.adoc1359 * ename:VK_ERROR_FRAGMENTED_POOL A pool allocation has failed due to
1397 ename:VK_ERROR_FRAGMENTED_POOL should: be returned instead.
Ddescriptorsets.adoc2883 ename:VK_ERROR_FRAGMENTED_POOL does not imply its usual meaning:
2906 effectively means ename:VK_ERROR_FRAGMENTED_POOL, and try to create a new
2908 If ename:VK_ERROR_FRAGMENTED_POOL is the actual return value, it adds
2911 The reason for this is that ename:VK_ERROR_FRAGMENTED_POOL was only added in
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp257 eErrorFragmentedPool = VK_ERROR_FRAGMENTED_POOL,
Dvk_enum_string_helper.h56 case VK_ERROR_FRAGMENTED_POOL: in string_VkResult()
Dvulkan_enums.hpp257 eErrorFragmentedPool = VK_ERROR_FRAGMENTED_POOL,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h158 VK_ERROR_FRAGMENTED_POOL = -12, enumerator
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc10735 to return ename:VK_ERROR_FRAGMENTED_POOL or
12049 ename:VK_ERROR_FRAGMENTED_POOL, and a Note explaining the situation