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.cpp698 enum CommandBufferTypes enum
712 CommandBufferTypes commandBufferTypes_, in TestConfig()
733 CommandBufferTypes commandBufferTypes;
747 TestConfig::CommandBufferTypes operator| (TestConfig::CommandBufferTypes a, TestConfig::CommandBuff… in operator |()
749 return (TestConfig::CommandBufferTypes)(((deUint32)a) | ((deUint32)b)); in operator |()
4132 … subpassIsSecondary, const vector<Subpass>& subpasses, TestConfig::CommandBufferTypes commandBuffe… in initializeSubpassIsSecondary()
4289 const TestConfig::CommandBufferTypes commandBuffer = config.commandBufferTypes; in initializeSubpassRenderInfo()
4689 const TestConfig::CommandBufferTypes commandBuffers[] = in addAttachmentTests()
4774 …const TestConfig::CommandBufferTypes commandBuffer = rng.choose<TestConfig::CommandBufferTypes>(DE… in addAttachmentTests()
4890 const TestConfig::CommandBufferTypes commandBuffers[] = in addAttachmentAllocationTests()
[all …]