Home
last modified time | relevance | path

Searched refs:floatNdx (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.cpp48 for (size_t floatNdx = 0; floatNdx < actualFloats.size(); ++floatNdx) in verifyOutputWithEpsilon() local
51 if (fabs(expectedFloats[floatNdx] - actualFloats[floatNdx]) > epsilon) in verifyOutputWithEpsilon()
54 …<< " Expected: " << expectedFloats[floatNdx] << " Actual: " << actualFloats[floatNdx] << " Epsilon… in verifyOutputWithEpsilon()
/external/deqp/modules/glshared/
DglsCalibration.cpp108 const float floatNdx = (float)maxNdx * position; in linearSample() local
109 const int lowerNdx = (int)deFloatFloor(floatNdx); in linearSample()
111 const float interpolationFactor = floatNdx - (float)lowerNdx; in linearSample()
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp655 const float floatNdx = (float)(values.size() - 1) * position; in linearSample() local
656 const int lowerNdx = (int)deFloatFloor(floatNdx); in linearSample()
658 const float interpolationFactor = floatNdx - (float)lowerNdx; in linearSample()