OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lessThanEqual
(Results
26 - 33
of
33
) sorted by null
1
2
/external/deqp/modules/gles2/functional/
es2fClippingTests.cpp
90
return tcu::boolAll(tcu::
lessThanEqual
(tcu::abs(a - halfFilled), threshold));
117
return tcu::boolAll(tcu::
lessThanEqual
(tcu::abs(a - b), threshold));
[
all
...]
/external/deqp/modules/gles3/functional/
es3fClippingTests.cpp
93
return tcu::boolAll(tcu::
lessThanEqual
(tcu::abs(a - halfFilled), threshold));
120
return tcu::boolAll(tcu::
lessThanEqual
(tcu::abs(a - b), threshold));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp
1011
isOk = boolAll(
lessThanEqual
(abs(reference-result), tcu::Vec4(threshold)));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp
358
const bool isOk = tcu::allEqual(tcu::logicalOr(tcu::
lessThanEqual
(tcu::abs(reference - resDerivate), threshold), mask), tcu::BVec4(true));
[
all
...]
/external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp
[
all
...]
es31fTessellationTests.cpp
[
all
...]
/external/mesa3d/src/compiler/glsl/
builtin_functions.cpp
764
BA1(
lessThanEqual
);
[
all
...]
Completed in 425 milliseconds
1
2