Searched defs:CommandBufferTypes (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp668 enum CommandBufferTypes enum in struct:vkt::__anon4037::TestConfig
682 CommandBufferTypes commandBufferTypes_,
701 CommandBufferTypes commandBufferTypes;
714 TestConfig::CommandBufferTypes operator| (TestConfig::CommandBufferTypes a, TestConfig::CommandBufferTypes b)
716 return (TestConfig::CommandBufferTypes)(((deUint32)a) | ((deUint32)b));
3961 void initializeSubpassIsSecondary (vector<bool>& subpassIsSecondary, const vector<Subpass>& subpasses, TestConfig::CommandBufferTypes commandBuffer)
4118 const TestConfig::CommandBufferTypes commandBuffer = config.commandBufferTypes;
4441 const TestConfig::CommandBufferTypes commandBuffer
[all...]

Completed in 1191 milliseconds