Searched refs:uintCases (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderPrecisionTests.cpp | 931 } uintCases[] = in init() local 996 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(uintCases); ndx++) in init() 999 (string(uintCases[ndx].name) + "_vertex").c_str(), "", in init() 1000 uintCases[ndx].op, in init() 1001 uintCases[ndx].evalFunc, in init() 1002 uintCases[ndx].precision, in init() 1003 uintCases[ndx].bits, in init() 1004 uintCases[ndx].rangeA, in init() 1005 uintCases[ndx].rangeB, in init() 1008 (string(uintCases[ndx].name) + "_fragment").c_str(), "", in init() [all …]
|