Lines Matching refs:value
1266 // Verifies if the buffer has the value initialized by BufferAccessInstance::populateReadBuffer at a given offset.
1280 const deInt32 value = -deInt32(valueIndex);
1281 return !deMemCmp(valuePtr, &value, (size_t)valueSize);
1285 const float value = float(valueIndex);
1286 return !deMemCmp(valuePtr, &value, (size_t)valueSize);
1355 return tcu::TestStatus::fail("Invalid value(s) found");
1381 logMsg << "\nValue " << valueNdx++ << " has been modified with an unknown value: " << *((deUint32 *)outValuePtr);
1444 // The value is partially out of bounds
1492 // or the maximum representable positive integer value (if the format is integer-based).
1514 logMsg << "expected value within the buffer range or 0";
1534 logMsg << ", Failed: unexpected value";
1543 logMsg << ", Failed: unexpected value";