Home
last modified time | relevance | path

Searched refs:expectedFloats (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.cpp43 std::vector<float> expectedFloats (expectedBytes.size() / sizeof (float)); in verifyOutputWithEpsilon() local
46 memcpy(&expectedFloats[0], &expectedBytes.front(), expectedBytes.size()); in verifyOutputWithEpsilon()
51 if (fabs(expectedFloats[floatNdx] - actualFloats[floatNdx]) > epsilon) in verifyOutputWithEpsilon()
54 …<< " Expected: " << expectedFloats[floatNdx] << " Actual: " << actualFloats[floatNdx] << " Epsilon… in verifyOutputWithEpsilon()
DvktSpvAsmGraphicsShaderTestUtil.cpp4595 float* expectedFloats = reinterpret_cast<float*>(&expectedBytes.front()); in runAndVerifyDefaultPipeline() local
4605 …bitDiff = *reinterpret_cast<deUint32*>(&expectedFloats[expectedNdx]) - *reinterpret_cast<deUint32*… in runAndVerifyDefaultPipeline()
4620 diff = outputFloats[expectedNdx] - expectedFloats[expectedNdx]; in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp2052 const deUint32 expectedFloats = imageDepth * m_data.height * m_data.width; in expectedVectorValuesBuffer() local
2053 …std::vector<float> result (expectedFloats, float(DEFAULT_UINT_CLEAR_VALUE) / float(FIXED_POINT_D… in expectedVectorValuesBuffer()
2143 const deUint32 expectedFloats = imageDepth * m_data.height * m_data.width; in expectedMatrixValuesBuffer() local
2144 …std::vector<float> result (expectedFloats, float(DEFAULT_UINT_CLEAR_VALUE) / float(FIXED_POINT_D… in expectedMatrixValuesBuffer()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryBuiltinTests.cpp3614 const deUint32 expectedFloats = imageDepth * zStride; in initAccelerationStructures() local
3622 m_expected.resize(expectedFloats); in initAccelerationStructures()
3830 const deUint32 expectedFloats = imageDepth * zStride; in initAccelerationStructures() local
3838 m_expected.resize(expectedFloats); in initAccelerationStructures()