Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp306const bool inRenderPass, const bool hostQueryReset, const bool transferOnlyQueue, in TimestampTestParam()
375const bool inRenderPass, const bool hostQueryReset, in TransferTimestampTestParam()
433 const bool inRenderPass, const bool hostQueryReset, in TwoCmdBuffersTestParam()
571 …ce::TimestampTestInstance(Context &context, const StageFlagVector &stages, const bool inRenderPass, in TimestampTestInstance()
1725 … const StageFlagVector stages, const bool inRenderPass, in BasicGraphicsTestInstance()
2024 … const StageFlagVector stages, const bool inRenderPass, in AdvGraphicsTestInstance()
2231const bool inRenderPass, const bool hostQueryReset, in BasicComputeTestInstance()
2442 …ance::TransferTestInstance(Context &context, const StageFlagVector stages, const bool inRenderPass, in TransferTestInstance()
3062const bool inRenderPass, const bool hostQueryReset, in TwoCmdBuffersTestInstance()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp472 de::MovePtr<tcu::TestCaseGroup> inRenderPass(new tcu::TestCaseGroup(testCtx, "in_render_pass")); in createGranularityQueryTests() local