Lines Matching defs:compare
1277 // Create reference, read texture and compare to reference.
1584 // Read texture 1 and compare to reference.
1774 // Just accumulate the atomic args (and the initial value) according to the operation, and compare.
1934 static bool compare (int a, int b) { return a == b; }
1935 static bool compare (float a, float b) { return de::abs(a - b) <= 0.01f; }
1945 if (!argsUsed[i] && compare(returnValues[i], valueSoFar))
2325 // Due to the way the compare and assign arguments to the atomic calls are organized
2356 << TestLog::Message << "// Note: 'compare' argument values for the IDs are " << arrayStr(compareArgs) << TestLog::EndMessage
2508 " " + colorScalarTypeName + " compare = " + colorScalarTypeName + getCompareArgShaderStr("gx", "gy", "gz", imageSize.x()) + ";\n"
2511 " status = imageAtomicCompSwap(u_results, " + atomicCoord + ", compare, data);\n"
2514 " if(compare == status) imageStore(u_returnValues, " + invocationCoord + ", " + colorVecTypeName + "(status));\n" :
2546 // Create reference, read texture and compare.
2750 // Create reference, read texture and compare.
2941 // Read texture and compare to reference.