Searched refs:ResetDescriptorPoolTestParams (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDescriptorPoolTests.cpp | 56 struct ResetDescriptorPoolTestParams struct 58 ResetDescriptorPoolTestParams (deUint32 numIterations, bool freeDescriptorSets = false) in ResetDescriptorPoolTestParams() function 67 void checkSupportFreeDescriptorSets (Context& context, const ResetDescriptorPoolTestParams params) in checkSupportFreeDescriptorSets() 78 tcu::TestStatus resetDescriptorPoolTest (Context& context, const ResetDescriptorPoolTestParams para… in resetDescriptorPoolTest() 361 resetDescriptorPoolTest, ResetDescriptorPoolTestParams(2U)); in createDescriptorPoolTests() 366 resetDescriptorPoolTest, ResetDescriptorPoolTestParams(numIterationsHigh)); in createDescriptorPoolTests() 371 resetDescriptorPoolTest, ResetDescriptorPoolTestParams(2U, true)); in createDescriptorPoolTests() 376 resetDescriptorPoolTest, ResetDescriptorPoolTestParams(numIterationsHigh, true)); in createDescriptorPoolTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiDescriptorPoolTests.cpp | 56 struct ResetDescriptorPoolTestParams struct 58 ResetDescriptorPoolTestParams (deUint32 numIterations, bool freeDescriptorSets = false) in ResetDescriptorPoolTestParams() argument 67 void checkSupportFreeDescriptorSets (Context& context, const ResetDescriptorPoolTestParams params) in checkSupportFreeDescriptorSets() 78 tcu::TestStatus resetDescriptorPoolTest (Context& context, const ResetDescriptorPoolTestParams para… in resetDescriptorPoolTest() 361 resetDescriptorPoolTest, ResetDescriptorPoolTestParams(2U)); in createDescriptorPoolTests() 366 resetDescriptorPoolTest, ResetDescriptorPoolTestParams(numIterationsHigh)); in createDescriptorPoolTests() 371 resetDescriptorPoolTest, ResetDescriptorPoolTestParams(2U, true)); in createDescriptorPoolTests() 376 resetDescriptorPoolTest, ResetDescriptorPoolTestParams(numIterationsHigh, true)); in createDescriptorPoolTests()
|