Searched refs:expectedOOB3 (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 1386 string expectedOOB3 = expectedOOB; in initPrograms() local 1400 expectedOOB3 = vecType + "(" + sstoreValue + ", 0, 0, 0)"; in initPrograms() 1404 expectedOOB3 = vecType + "(" + sstoreValue + ", " + sstoreValue + ", 0, 0)"; in initPrograms() 1408 expectedOOB3 = vecType + "(" + sstoreValue + ", " + sstoreValue + ", " + sstoreValue + ", 0)"; in initPrograms() 1459 if (expectedOOB3 != expectedOOB) in initPrograms() 1460 checks << " else if (c == inboundcoords && temp == " << expectedOOB3 << ") temp = " << vecType << "(0);\n"; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 1427 string expectedOOB3 = expectedOOB; in initPrograms() local 1441 expectedOOB3 = vecType + "(" + sstoreValue + ", 0, 0, 0)"; in initPrograms() 1445 expectedOOB3 = vecType + "(" + sstoreValue + ", " + sstoreValue + ", 0, 0)"; in initPrograms() 1449 expectedOOB3 = vecType + "(" + sstoreValue + ", " + sstoreValue + ", " + sstoreValue + ", 0)"; in initPrograms() 1485 if (expectedOOB3 != expectedOOB) in initPrograms() 1486 checks << " else if (c == inboundcoords && temp == " << expectedOOB3 << ") temp = " << vecType << "(0);\n"; in initPrograms()
|
Completed in 10 milliseconds