Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp775 IMAGEMEMORY_STRICT = (1<<0), enumerator
4254 else if (imageMemory & TestConfig::IMAGEMEMORY_STRICT) in initializeAttachmentIsLazy()
4956 TestConfig::IMAGEMEMORY_STRICT, in addAttachmentTests()
4958 TestConfig::IMAGEMEMORY_STRICT|TestConfig::IMAGEMEMORY_LAZY in addAttachmentTests()
5003 const VkImageLayout initialLayout = (imageMemory == TestConfig::IMAGEMEMORY_STRICT) in addAttachmentTests()
5006 const VkImageLayout finalizeLayout = (imageMemory == TestConfig::IMAGEMEMORY_STRICT) in addAttachmentTests()
5025 const VkImageLayout initialLayout = (imageMemory == TestConfig::IMAGEMEMORY_STRICT) in addAttachmentTests()
5028 const VkImageLayout finalizeLayout = (imageMemory == TestConfig::IMAGEMEMORY_STRICT) in addAttachmentTests()
5273 TestConfig::IMAGEMEMORY_STRICT, in addAttachmentAllocationTests()
5275 TestConfig::IMAGEMEMORY_STRICT|TestConfig::IMAGEMEMORY_LAZY in addAttachmentAllocationTests()
[all …]