Home
last modified time | relevance | path

Searched defs:inRenderPass (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp302const bool inRenderPass, const bool hostQueryReset, const bool transferOnlyQueue, in TimestampTestParam()
371const bool inRenderPass, const bool hostQueryReset, in TransferTimestampTestParam()
429 const bool inRenderPass, const bool hostQueryReset, in TwoCmdBuffersTestParam()
567 …ce::TimestampTestInstance(Context &context, const StageFlagVector &stages, const bool inRenderPass, in TimestampTestInstance()
1721 … const StageFlagVector stages, const bool inRenderPass, in BasicGraphicsTestInstance()
2020 … const StageFlagVector stages, const bool inRenderPass, in AdvGraphicsTestInstance()
2227const bool inRenderPass, const bool hostQueryReset, in BasicComputeTestInstance()
2438 …ance::TransferTestInstance(Context &context, const StageFlagVector stages, const bool inRenderPass, in TransferTestInstance()
3058const bool inRenderPass, const bool hostQueryReset, in TwoCmdBuffersTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp472 de::MovePtr<tcu::TestCaseGroup> inRenderPass(new tcu::TestCaseGroup(testCtx, "in_render_pass")); in createGranularityQueryTests() local