Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp702 …de::MovePtr<tcu::TestCaseGroup> dedicatedAllocation (new tcu::TestCaseGroup(testCtx, "dedicate… in createBufferTests() local
716dedicatedAllocation->addChild(new DedicatedAllocationBuffersTestCase(testCtx, testName.str(), test… in createBufferTests()
719 buffersTests->addChild(dedicatedAllocation.release()); in createBufferTests()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp8550 , dedicatedAllocation( dedicatedAllocation_ ) in DedicatedAllocationImageCreateInfoNV()
8579 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation()
8592 && ( dedicatedAllocation == rhs.dedicatedAllocation ); in operator ==()
8605 Bool32 dedicatedAllocation; member
8614 , dedicatedAllocation( dedicatedAllocation_ ) in DedicatedAllocationBufferCreateInfoNV()
8643 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation()
8656 && ( dedicatedAllocation == rhs.dedicatedAllocation ); in operator ==()
8669 Bool32 dedicatedAllocation; member
Dvulkan.h3957 VkBool32 dedicatedAllocation; member
3963 VkBool32 dedicatedAllocation; member
/external/mesa3d/include/vulkan/
Dvulkan.h3970 VkBool32 dedicatedAllocation; member
3976 VkBool32 dedicatedAllocation; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h4131 VkBool32 dedicatedAllocation; member
4137 VkBool32 dedicatedAllocation; member
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt1656 …ust have been created with VkDedicatedAllocationImageCreateInfoNV::dedicatedAllocation equal to VK…
1657 …st have been created with VkDedicatedAllocationBufferCreateInfoNV::dedicatedAllocation equal to VK…
1683 …tion refer to Vulkan Spec Section '11.1. Buffers' which states 'If dedicatedAllocation is VK_TRUE,…
1686 …ation refer to Vulkan Spec Section '11.3. Images' which states 'If dedicatedAllocation is VK_TRUE,…
2124 …f buffer was created with VkDedicatedAllocationBufferCreateInfoNV::dedicatedAllocation equal to VK…
2125 …ffer was not created with VkDedicatedAllocationBufferCreateInfoNV::dedicatedAllocation equal to VK…
2128 …'If image was created with VkDedicatedAllocationImageCreateInfoNV::dedicatedAllocation equal to VK…
2129 …image was not created with VkDedicatedAllocationImageCreateInfoNV::dedicatedAllocation equal to VK…
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp18852 dedicated_buffer_create_info.dedicatedAllocation = VK_TRUE; in TEST_F()