Home
last modified time | relevance | path

Searched refs:currTestCase (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp3318 TestCaseVect::const_iterator currTestCase = testCases.begin(); in createOperationTests() local
3320 while(currTestCase != lastTestCase) in createOperationTests()
3322 const OperationTestCase& testCase = *currTestCase; in createOperationTests()
3323 ++currTestCase; in createOperationTests()
4115 TestCaseVect::const_iterator currTestCase = testCases.begin(); in createOperationTests() local
4117 while(currTestCase != lastTestCase) in createOperationTests()
4119 const OperationTestCase& testCase = *currTestCase; in createOperationTests()
4120 ++currTestCase; in createOperationTests()
4152 currTestCase = testCases.begin(); in createOperationTests()
4154 while(currTestCase != lastTestCase) in createOperationTests()
[all …]