Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp61 class CommandBufferBareTestEnvironment class
64 CommandBufferBareTestEnvironment (Context& context,
86 CommandBufferBareTestEnvironment<NumBuffers>::CommandBufferBareTestEnvironment(Context& context, Vk… in CommandBufferBareTestEnvironment() function in vkt::api::__anon1fe7ba360111::CommandBufferBareTestEnvironment
109 VkCommandBuffer CommandBufferBareTestEnvironment<NumBuffers>::getCommandBuffer(deUint32 bufferIndex… in getCommandBuffer()
115 class CommandBufferRenderPassTestEnvironment : public CommandBufferBareTestEnvironment<1>
158 : CommandBufferBareTestEnvironment<1> (context, commandPoolCreateFlags) in CommandBufferRenderPassTestEnvironment()