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.cpp123 bool calculateInLoop; // perform calculation in a loop member
141 bool calculateInLoop; member
4339 for (int calculateInLoop = 0; calculateInLoop < 2; ++calculateInLoop) in descriptorIndexingDescriptorSetsCreateTests() local
4407 for (int calculateInLoop = 0; calculateInLoop < 2; ++calculateInLoop) in descriptorIndexingDescriptorSetsCreateTests() local
4492 for (int calculateInLoop = 0; calculateInLoop < 2; ++calculateInLoop) in descriptorIndexingDescriptorSetsCreateTests() local
DvktDescriptorSetsIndexingTestsUtils.cpp77 bool calculateInLoop, in buildShaderName()