Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/tests/test_expectations/
DGPUTestExpectationsParser.cpp362 return foundEntry->testExpectation; in getTestExpectation()
514 if (entry.testExpectation != 0) in parseLine()
520 entry.testExpectation = kTokenData[token].expectation; in parseLine()
613 : testExpectation(0), lineNumber(0) in GPUTestExpectationEntry()
DGPUTestExpectationsParser.h57 int32_t testExpectation; member