Searched refs:floatCases (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderPrecisionTests.cpp | 883 } floatCases[] = in init() local 950 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(floatCases); ndx++) in init() 953 (string(floatCases[ndx].name) + "_vertex").c_str(), "", in init() 954 floatCases[ndx].op, in init() 955 floatCases[ndx].evalFunc, in init() 956 floatCases[ndx].precision, in init() 957 floatCases[ndx].rangeA, in init() 958 floatCases[ndx].rangeB, in init() 961 (string(floatCases[ndx].name) + "_fragment").c_str(), "", in init() 962 floatCases[ndx].op, in init() [all …]
|