Searched refs:dedicatedAllocation (Results 1 – 7 of 7) sorted by relevance
702 …de::MovePtr<tcu::TestCaseGroup> dedicatedAllocation (new tcu::TestCaseGroup(testCtx, "dedicate… in createBufferTests() local716 …dedicatedAllocation->addChild(new DedicatedAllocationBuffersTestCase(testCtx, testName.str(), test… in createBufferTests()719 buffersTests->addChild(dedicatedAllocation.release()); in createBufferTests()
8550 , dedicatedAllocation( dedicatedAllocation_ ) in DedicatedAllocationImageCreateInfoNV()8579 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation()8592 && ( dedicatedAllocation == rhs.dedicatedAllocation ); in operator ==()8605 Bool32 dedicatedAllocation; member8614 , dedicatedAllocation( dedicatedAllocation_ ) in DedicatedAllocationBufferCreateInfoNV()8643 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation()8656 && ( dedicatedAllocation == rhs.dedicatedAllocation ); in operator ==()8669 Bool32 dedicatedAllocation; member
3957 VkBool32 dedicatedAllocation; member3963 VkBool32 dedicatedAllocation; member
3970 VkBool32 dedicatedAllocation; member3976 VkBool32 dedicatedAllocation; member
4131 VkBool32 dedicatedAllocation; member4137 VkBool32 dedicatedAllocation; member
1656 …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…
18852 dedicated_buffer_create_info.dedicatedAllocation = VK_TRUE; in TEST_F()