Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp123 bool calculateInLoop; // perform calculation in a loop member
141 bool calculateInLoop; member
4335 for (int calculateInLoop = 0; calculateInLoop < 2; ++calculateInLoop) in descriptorIndexingDescriptorSetsCreateTests() local
4403 for (int calculateInLoop = 0; calculateInLoop < 2; ++calculateInLoop) in descriptorIndexingDescriptorSetsCreateTests() local
4488 for (int calculateInLoop = 0; calculateInLoop < 2; ++calculateInLoop) in descriptorIndexingDescriptorSetsCreateTests() local
DvktDescriptorSetsIndexingTestsUtils.cpp77 bool calculateInLoop, in buildShaderName()