Searched refs:expectValue (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fUniformLocationTests.cpp | 330 …const string expectValue = de::floatToString(getExpectedValue(scalarType, location >= 0 ? locatio… in genShaderSources() local 337 << ", vec2(0.5)).r), " << expectValue << ");\n"; in genShaderSources() 341 << ", vec2(0.5)).r), " << expectValue << ");\n"; in genShaderSources() 348 << getFirstComponentName(subType) << "), " << expectValue << ");\n"; in genShaderSources() 352 << getFirstComponentName(subType) << "), " << expectValue << ");\n"; in genShaderSources()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushConstantTests.cpp | 1555 std::vector<tcu::Vec4> expectValue(8, tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f)); in iterate() local 1556 …if (deMemCmp((void*)(&expectValue[0]), m_outBufferAlloc->getHostPtr(), (size_t)(sizeof(tcu::Vec4) … in iterate()
|