Home
last modified time | relevance | path

Searched refs:dedicatedAllocation (Results 1 – 15 of 15) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp800 …de::MovePtr<tcu::TestCaseGroup> dedicatedAllocation (new tcu::TestCaseGroup(testCtx, "dedicated_al… in createBufferTests() local
801 createBufferUsageCases(*dedicatedAllocation, 0u, 0u, ALLOCATION_KIND_DEDICATED); in createBufferTests()
802 buffersTests->addChild(dedicatedAllocation.release()); in createBufferTests()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl2454 VkBool32 dedicatedAllocation; member
2461 VkBool32 dedicatedAllocation; member
DvkVulkan_c.inl6572 VkBool32 dedicatedAllocation; member
6578 VkBool32 dedicatedAllocation; member
DvkStrUtilImpl.inl5577 s << "\tdedicatedAllocation = " << value.dedicatedAllocation << '\n';
5587 s << "\tdedicatedAllocation = " << value.dedicatedAllocation << '\n';
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4512 bool dedicatedAllocation,
7546 bool dedicatedAllocation, in AllocateMemoryOfType() argument
7572 dedicatedAllocation || in AllocateMemoryOfType()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4512 bool dedicatedAllocation,
7546 bool dedicatedAllocation, in AllocateMemoryOfType() argument
7572 dedicatedAllocation || in AllocateMemoryOfType()
/external/mesa3d/include/vulkan/
Dvulkan.h5425 VkBool32 dedicatedAllocation; member
5431 VkBool32 dedicatedAllocation; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h6063 VkBool32 dedicatedAllocation; member
6069 VkBool32 dedicatedAllocation; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h6063 VkBool32 dedicatedAllocation; member
6069 VkBool32 dedicatedAllocation; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h6501 VkBool32 dedicatedAllocation; member
6507 VkBool32 dedicatedAllocation; member
Dvulkan.hpp23008 : dedicatedAllocation( dedicatedAllocation_ ) in DedicatedAllocationBufferCreateInfoNV()
23030 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation()
23048 && ( dedicatedAllocation == rhs.dedicatedAllocation ); in operator ==()
23061 Bool32 dedicatedAllocation; member
23068 : dedicatedAllocation( dedicatedAllocation_ ) in DedicatedAllocationImageCreateInfoNV()
23090 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation()
23108 && ( dedicatedAllocation == rhs.dedicatedAllocation ); in operator ==()
23121 Bool32 dedicatedAllocation; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h6372 VkBool32 dedicatedAllocation; member
6378 VkBool32 dedicatedAllocation; member
Dvulkan.hpp12507 : dedicatedAllocation( dedicatedAllocation_ ) in DedicatedAllocationImageCreateInfoNV()
12529 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation()
12547 && ( dedicatedAllocation == rhs.dedicatedAllocation ); in operator ==()
12560 Bool32 dedicatedAllocation; member
12567 : dedicatedAllocation( dedicatedAllocation_ ) in DedicatedAllocationBufferCreateInfoNV()
12589 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation()
12607 && ( dedicatedAllocation == rhs.dedicatedAllocation ); in operator ==()
12620 Bool32 dedicatedAllocation; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in6569 VkBool32 dedicatedAllocation; member
6575 VkBool32 dedicatedAllocation; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp32834 dedicated_buffer_create_info.dedicatedAllocation = VK_TRUE; in TEST_F()
32838 dedicated_buffer_create_info_2.dedicatedAllocation = VK_TRUE; in TEST_F()
32955 dedicated_buffer_create_info.dedicatedAllocation = VK_TRUE; in TEST_F()