Home
last modified time | relevance | path

Searched refs:VK_SYSTEM_ALLOCATION_SCOPE_CACHE (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPipelineCache.hpp47 static constexpr VkSystemAllocationScope GetAllocationScope() { return VK_SYSTEM_ALLOCATION_SCOPE_CACHE; } in GetAllocationScope()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_cache.c352 vk_alloc(&cache->alloc, size, 8, VK_SYSTEM_ALLOCATION_SCOPE_CACHE); in radv_create_shaders_from_pipeline_cache()
491 entry = vk_alloc(&cache->alloc, size, 8, VK_SYSTEM_ALLOCATION_SCOPE_CACHE); in radv_pipeline_cache_insert_shaders()
594 dest_entry = vk_alloc(&cache->alloc, size_of_entry, 8, VK_SYSTEM_ALLOCATION_SCOPE_CACHE); in radv_pipeline_cache_load()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp3023 | (1u << VK_SYSTEM_ALLOCATION_SCOPE_CACHE) in createSingleAllocCallbacksTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp3023 | (1u << VK_SYSTEM_ALLOCATION_SCOPE_CACHE) in createSingleAllocCallbacksTest()
/third_party/glfw/deps/glad/
H A Dvulkan.h1384 VK_SYSTEM_ALLOCATION_SCOPE_CACHE = 2, enumerator
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp2082 eCache = VK_SYSTEM_ALLOCATION_SCOPE_CACHE,
H A Dvulkan_core.h1407 VK_SYSTEM_ALLOCATION_SCOPE_CACHE = 2, enumerator
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h574 VK_SYSTEM_ALLOCATION_SCOPE_CACHE = 2, enumerator
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h1059 VK_SYSTEM_ALLOCATION_SCOPE_CACHE = 2, enumerator
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h1311 VK_SYSTEM_ALLOCATION_SCOPE_CACHE = 2, enumerator
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h1141 VK_SYSTEM_ALLOCATION_SCOPE_CACHE = 2, enumerator
H A Dvulkan_enums.hpp2910 eCache = VK_SYSTEM_ALLOCATION_SCOPE_CACHE,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h1171 VK_SYSTEM_ALLOCATION_SCOPE_CACHE = 2, enumerator

Completed in 471 milliseconds