HomeSort by relevance Sort by last modified time
    Searched refs:floatThreshold (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 298 float floatThreshold = Float32((deUint32)threshold).asFloat();
301 s << "Ref:" << ref << " Threshold:" << floatThreshold << " Depth:" << depth;
438 float floatThreshold = Float32((deUint32)(threshold)[0]).asFloat();
439 Vec4 thresholdVec4 (floatThreshold,
440 floatThreshold,
441 floatThreshold,
442 floatThreshold);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 695 const float floatThreshold = 0.05f;
702 if (de::abs(a.val.floatV[i] - b.val.floatV[i]) >= floatThreshold)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 651 const float floatThreshold = 0.05f;
658 if (de::abs(a.val.floatV[i] - b.val.floatV[i]) >= floatThreshold)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 796 const float floatThreshold = 0.05f;
803 if (de::abs(a.val.floatV[i] - b.val.floatV[i]) >= floatThreshold)
    [all...]

Completed in 246 milliseconds