Lines Matching refs:DrawTestInstance
92 class DrawTestInstance : public TestInstance
95 DrawTestInstance (Context& context, DrawParams params);
130 DrawTestInstance::DrawTestInstance (Context& context, DrawParams params)
319 return new DrawTestInstance(context, m_params);
322 void DrawTestInstance::render (de::SharedPtr<Image>& colorTargetImage,
658 void DrawTestInstance::preRenderCommands(vk::VkCommandBuffer cmdBuffer, vk::VkImage colorTargetImage) const
674 void DrawTestInstance::drawCommands(vk::VkCommandBuffer cmdBuffer, vk::VkPipeline pipeline, vk::VkPipelineLayout pipelineLayout,
687 bool DrawTestInstance::compare (const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference)
710 void DrawTestInstance::beginSecondaryCmdBuffer(vk::VkCommandBuffer cmdBuffer, vk::VkRenderingFlagsKHR renderingFlags) const
743 void DrawTestInstance::beginDynamicRender(vk::VkCommandBuffer cmdBuffer, vk::VkRect2D renderArea, vk::VkClearValue clearValue, vk::VkRenderingFlagsKHR renderingFlags) const
792 tcu::TestStatus DrawTestInstance::iterate (void)