Searched refs:floatCases (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderPrecisionTests.cpp | 862 } floatCases[] = in init() local 929 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(floatCases); ndx++) in init() 932 (string(floatCases[ndx].name) + "_vertex").c_str(), "", in init() 933 floatCases[ndx].op, in init() 934 floatCases[ndx].evalFunc, in init() 935 floatCases[ndx].precision, in init() 936 floatCases[ndx].rangeA, in init() 937 floatCases[ndx].rangeB, in init() 940 (string(floatCases[ndx].name) + "_fragment").c_str(), "", in init() 941 floatCases[ndx].op, in init() [all …]
|