Lines Matching refs:value

411 // Each read of value bumps counter up.
416 :value(0u)
420 return ++value;
423 deUint32 value;
434 : value(autoincrement.incrementAndGetValue())
437 deUint32 value;
442 return a.value < b.value;
452 : value(text)
457 return value;
462 const std::string value;
985 // member at 2 is always zero. It is used to perform OpSelect. I used value coming from buffer to avoid incidental optimisations that could prune OpSelect if the value was compile time known.
1558 // Verifies if the buffer has the value initialized by BufferAccessInstance::populateReadBuffer at a given offset.
1576 const deInt32 value = -deInt32(valueIndex);
1577 const deInt32 expectedValues[2] = { value, value - 1 };
1583 const float value = float(valueIndex);
1584 return !deMemCmp(valuePtr, &value, (size_t)valueSize);
1644 return tcu::TestStatus::fail("Invalid value(s) found");
1673 logMsg << "\nValue " << valueNdx++ << " has been modified with an unknown value: " << *(static_cast<const deUint32*>(static_cast<const void*>(outValuePtr)));
1725 // The value is partially out of bounds
1782 // or the maximum representable positive integer value (if the format is integer-based).
1801 logMsg << "expected value within the buffer range or 0";
1821 logMsg << ", Failed: unexpected value";
1830 logMsg << ", Failed: unexpected value";
1917 const VkFormat value;
1941 const ShaderType value;
1977 stages[stageId].reads->addChild(new RobustReadTest(testCtx, name.str().c_str(), stages[stageId].stage, types[i].value, types[i].formats[j].value, types[i].sizes[k], s != 0));
1988 stages[stageId].writes->addChild(new RobustWriteTest(testCtx, name.str().c_str(), stages[stageId].stage, types[i].value, types[i].formats[j].value, types[i].sizes[k], s != 0));