Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp128 bool calculateInLoop; // perform calculation in a loop member
146 bool calculateInLoop; member
4384 for (int calculateInLoop = 0; calculateInLoop < 2; ++calculateInLoop) in descriptorIndexingDescriptorSetsCreateTests() local
4452 for (int calculateInLoop = 0; calculateInLoop < 2; ++calculateInLoop) in descriptorIndexingDescriptorSetsCreateTests() local
4537 for (int calculateInLoop = 0; calculateInLoop < 2; ++calculateInLoop) in descriptorIndexingDescriptorSetsCreateTests() local
DvktDescriptorSetsIndexingTestsUtils.cpp77 bool calculateInLoop, in buildShaderName()