Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp704 enum ImageMemory enum
713 ImageMemory imageMemory_, in TestConfig()
734 ImageMemory imageMemory;
752 TestConfig::ImageMemory operator| (TestConfig::ImageMemory a, TestConfig::ImageMemory b) in operator |()
754 return (TestConfig::ImageMemory)(((deUint32)a) | ((deUint32)b)); in operator |()
3974 …ool>& attachmentIsLazy, const vector<Attachment>& attachments, TestConfig::ImageMemory imageMemory) in initializeAttachmentIsLazy()
4696 const TestConfig::ImageMemory imageMemories[] = in addAttachmentTests()
4775 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(… in addAttachmentTests()
4897 const TestConfig::ImageMemory imageMemories[] = in addAttachmentAllocationTests()
5171 …const TestConfig::ImageMemory imageMemory = rng.choose<TestConfig::ImageMemory>(DE_ARRAY_BEGIN(… in addAttachmentAllocationTests()
[all …]