Searched refs:uintCases (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderPrecisionTests.cpp | 910 } uintCases[] = in init() local 975 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(uintCases); ndx++) in init() 978 (string(uintCases[ndx].name) + "_vertex").c_str(), "", in init() 979 uintCases[ndx].op, in init() 980 uintCases[ndx].evalFunc, in init() 981 uintCases[ndx].precision, in init() 982 uintCases[ndx].bits, in init() 983 uintCases[ndx].rangeA, in init() 984 uintCases[ndx].rangeB, in init() 987 (string(uintCases[ndx].name) + "_fragment").c_str(), "", in init() [all …]
|