Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp767 enum CommandBufferTypes enum
781 CommandBufferTypes commandBufferTypes_, in TestConfig()
817 CommandBufferTypes commandBufferTypes;
836 TestConfig::CommandBufferTypes operator| (TestConfig::CommandBufferTypes a, TestConfig::CommandBuff… in operator |()
838 return (TestConfig::CommandBufferTypes)(((deUint32)a) | ((deUint32)b)); in operator |()
4395 … subpassIsSecondary, const vector<Subpass>& subpasses, TestConfig::CommandBufferTypes commandBuffe… in initializeSubpassIsSecondary()
4532 const TestConfig::CommandBufferTypes commandBuffer = config.commandBufferTypes; in initializeSubpassRenderInfo()
4947 const TestConfig::CommandBufferTypes commandBuffers[] = in addAttachmentTests()
5041 …const TestConfig::CommandBufferTypes commandBuffer = rng.choose<TestConfig::CommandBufferTypes>(DE… in addAttachmentTests()
5126 const TestConfig::CommandBufferTypes commandBuffer = TestConfig::COMMANDBUFFERTYPES_INLINE; in addAttachmentWriteMaskTests()
[all …]