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 158 float floatThreshold = Float32((deUint32)threshold).asFloat();
161 s << "Ref:" << ref << " Threshold:" << floatThreshold << " Depth:" << depth;
298 float floatThreshold = Float32((deUint32)(threshold)[0]).asFloat();
299 Vec4 thresholdVec4 (floatThreshold,
300 floatThreshold,
301 floatThreshold,
302 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 230 milliseconds