Home
last modified time | relevance | path

Searched refs:dedicatedAllocation (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp777 de::MovePtr<tcu::TestCaseGroup> dedicatedAllocation (new tcu::TestCaseGroup(testCtx, "dedicated_alloc")); in createBufferTests()
778 createBufferUsageCases(*dedicatedAllocation, 0u, 0u, ALLOCATION_KIND_DEDICATED); in createBufferTests()
779 buffersTests->addChild(dedicatedAllocation.release()); in createBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferTests.cpp780 de::MovePtr<tcu::TestCaseGroup> dedicatedAllocation (new tcu::TestCaseGroup(testCtx, "dedicated_alloc", "Dedicated allocation of memory.")); in createBufferTests()
781 createBufferUsageCases(*dedicatedAllocation, 0u, 0u, ALLOCATION_KIND_DEDICATED); in createBufferTests()
782 buffersTests->addChild(dedicatedAllocation.release()); in createBufferTests()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h8012 bool dedicatedAllocation,
16118 bool dedicatedAllocation,
16151 dedicatedAllocation ||
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h8474 VkBool32 dedicatedAllocation; member
8480 VkBool32 dedicatedAllocation; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp15975 VULKAN_HPP_NOEXCEPT : dedicatedAllocation( dedicatedAllocation_ )
16007 dedicatedAllocation = dedicatedAllocation_;
16027 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( dedicatedAllocation == rhs.dedicatedAllocation );
16039 VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation = {}; member
16067 : dedicatedAllocation( dedicatedAllocation_ )
16098 dedicatedAllocation = dedicatedAllocation_;
16118 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( dedicatedAllocation == rhs.dedicatedAllocation );
16130 VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation member
[all...]
H A Dvulkan_core.h8789 VkBool32 dedicatedAllocation; member
8795 VkBool32 dedicatedAllocation; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h9883 VkBool32 dedicatedAllocation; member
9889 VkBool32 dedicatedAllocation; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h8949 VkBool32 dedicatedAllocation; member
8955 VkBool32 dedicatedAllocation; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h11686 VkBool32 dedicatedAllocation; member
11692 VkBool32 dedicatedAllocation; member
H A Dvulkan_hash.hpp3078 VULKAN_HPP_HASH_COMBINE( seed, dedicatedAllocationBufferCreateInfoNV.dedicatedAllocation );
3091 VULKAN_HPP_HASH_COMBINE( seed, dedicatedAllocationImageCreateInfoNV.dedicatedAllocation );
H A Dvulkan_structs.hpp22330 , dedicatedAllocation( dedicatedAllocation_ ) in dedicatedAllocation() function
22360 dedicatedAllocation = dedicatedAllocation_;
22383 return std::tie( sType, pNext, dedicatedAllocation );
22395 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( dedicatedAllocation == rhs.dedicatedAllocation );
22408 VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation = {}; member
22428 , dedicatedAllocation( dedicatedAllocation_ ) in dedicatedAllocation() function
22458 dedicatedAllocation = dedicatedAllocation_;
22481 return std::tie( sType, pNext, dedicatedAllocation );
22493 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( dedicatedAllocation
22506 VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation = {}; global() member
[all...]

Completed in 381 milliseconds