/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | func_vector_relational.hpp | 57 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/greaterThanEqual.xml">GLSL greaterThanEqual man page</a> 60 GLM_FUNC_DECL vecType<bool, P> greaterThanEqual(vecType<T, P> const & x, vecType<T, P> const & y);
|
/third_party/skia/src/sksl/ |
H A D | SkSLIntrinsicList.h | 49 SKSL_INTRINSIC(greaterThanEqual) \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrViewTests.cpp | 741 if (boolAny(greaterThanEqual(abs(resultValue - reference[ndx]), threshold))) in testPlaneView() 799 if (boolAny(greaterThanEqual(abs(resValue - refValue), threshold))) in testPlaneView()
|
H A D | vktYCbCrFormatTests.cpp | 537 if (boolAny(greaterThanEqual(abs(result[ndx] - reference[ndx]), threshold))) in testFormat()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuVectorUtil.hpp | 103 template<typename T> inline bool greaterThanEqual (T a, T b) { return (a >= b); } in greaterThanEqual() function 271 inline Vector<bool, Size> greaterThanEqual (const Vector<T, Size>& a, const Vector<T, Size>& b)
|
H A D | tcuTexLookupVerifier.cpp | 217 return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal)), logicalNot(prec.colorMask))); in isInColorBounds() 224 return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal)), logicalNot(prec.colorMask))); in isInColorBounds() 231 return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal)), logicalNot(prec.colorMask))); in isInColorBounds() 243 return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal)), logicalNot(prec.colorMask))); in isInColorBounds()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | quaternion.hpp | 354 GLM_FUNC_DECL tvec4<bool, P> greaterThanEqual(tquat<T, P> const & x, tquat<T, P> const & y);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrFormatTests.cpp | 537 if (boolAny(greaterThanEqual(abs(result[ndx] - reference[ndx]), threshold))) in testFormat()
|
H A D | vktYCbCrViewTests.cpp | 709 if (boolAny(greaterThanEqual(abs(resultValue - reference[ndx]), threshold))) in testPlaneView()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 874 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(greaterThanEqual) 883 DECLARE_INT_CWISE_COMPARE_FUNCS(greaterThanEqual) 1156 << BuiltinFuncInfo("greaterThanEqual", "greaterThanEqual", BV, Value(FV, -1.0f, 1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(greaterThanEqual) ) in init() 1166 << BuiltinFuncInfo("greaterThanEqual", "greaterThanEqual", BV, Value(IV, -5.2f, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(greaterThanEqual) ) in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationCoordinatesTests.cpp | 312 if (tcu::boolAll(tcu::greaterThanEqual (superPt, matchMin)) &&
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationCoordinatesTests.cpp | 312 if (tcu::boolAll(tcu::greaterThanEqual (superPt, matchMin)) &&
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 1187 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(greaterThanEqual) 1196 DECLARE_INT_CWISE_COMPARE_FUNCS(greaterThanEqual) 1205 DECLARE_UINT_SCALAR_CWISE_COMPARE_FUNCS(greaterThanEqual) 1611 << BuiltinFuncInfo("greaterThanEqual", "greaterThanEqual", BV, Value(FV, -1.0f, 1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(greaterThanEqual) ) in init() 1621 << BuiltinFuncInfo("greaterThanEqual", "greaterThanEqual", BV, Value(IV, -5.2f, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(greaterThanEqual) ) in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 1190 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(greaterThanEqual) 1199 DECLARE_INT_CWISE_COMPARE_FUNCS(greaterThanEqual) 1208 DECLARE_UINT_SCALAR_CWISE_COMPARE_FUNCS(greaterThanEqual) 1614 << BuiltinFuncInfo("greaterThanEqual", "greaterThanEqual", BV, Value(FV, -1.0f, 1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(greaterThanEqual) ) in init() 1624 << BuiltinFuncInfo("greaterThanEqual", "greaterThanEqual", BV, Value(IV, -5.2f, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(greaterThanEqual) ) in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 636 DE_ASSERT(allEqual(greaterThanEqual(threshold, u64v4(0u)), tcu::BVec4(true))); in comparePixelToColorClearValue()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 1522 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(greaterThanEqual) 1531 DECLARE_INT_CWISE_COMPARE_FUNCS(greaterThanEqual) 1540 DECLARE_UINT_CWISE_COMPARE_FUNCS(greaterThanEqual) 2013 << BuiltinFuncInfo("greaterThanEqual", "greaterThanEqual", BV, Value(FV, -1.0f, 1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(greaterThanEqual) ) in init() 2023 << BuiltinFuncInfo("greaterThanEqual", "greaterThanEqual", BV, Value(IV, -5.2f, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(greaterThanEqual) ) in init()
|
H A D | es3fFragmentOutputTests.cpp | 713 DE_ASSERT(boolAll(logicalAnd(greaterThanEqual(c, minVal), lessThanEqual(c, maxVal)))); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 12182 static tcu::Vector<glw::GLuint, Size> greaterThanEqual(const tcu::Vector<glw::GLdouble, Size>& left, 12427 static tcu::Vector<glw::GLuint, Size> greaterThanEqual(const tcu::Vector<glw::GLdouble, Size>& left, in greaterThanEqual() function 12430 return convertBvecToUvec(tcu::greaterThanEqual(left, right)); in greaterThanEqual() 12777 * - greaterThanEqual(); 14088 function, "greaterThanEqual", Math::greaterThanEqual); in getFunctionObject() 14091 function, "greaterThanEqual", Math::greaterThanEqual); in getFunctionObject() 14094 function, "greaterThanEqual", Math::greaterThanEqual); in getFunctionObject() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 746 DE_ASSERT(allEqual(greaterThanEqual(threshold, u64v4(0u)), tcu::BVec4(true))); in comparePixelToColorClearValue()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 446 DE_ASSERT(allEqual(greaterThanEqual(threshold.ivec4, IVec4(0)), BVec4(true))); in comparePixelToColorClearValue()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 418 DE_ASSERT(allEqual(greaterThanEqual(threshold.ivec4, IVec4(0)), BVec4(true))); in comparePixelToColorClearValue()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 190 const tcu::UVec4 fixedBitDepth = tcu::select(bitDepth, tcu::UVec4(0u, 0u, 0u, 0u), tcu::greaterThanEqual(bitDepth.cast<deInt32>(), tcu::IVec4(0, 0, 0, 0))); in comparePixelBuffers()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 190 const tcu::UVec4 fixedBitDepth = tcu::select(bitDepth, tcu::UVec4(0u, 0u, 0u, 0u), tcu::greaterThanEqual(bitDepth.cast<deInt32>(), tcu::IVec4(0, 0, 0, 0))); in comparePixelBuffers()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | SymbolTable_ESSL_autogen.cpp | 2085 constexpr const ImmutableString greaterThanEqual("greaterThanEqual"); 7345 BuiltInName::greaterThanEqual, 7354 BuiltInName::greaterThanEqual, 7363 BuiltInName::greaterThanEqual, 7372 BuiltInName::greaterThanEqual, 7381 BuiltInName::greaterThanEqual, 7390 BuiltInName::greaterThanEqual, 7399 BuiltInName::greaterThanEqual, 7408 BuiltInName::greaterThanEqual, [all...] |
H A D | SymbolTable_autogen.cpp | 3252 constexpr const ImmutableString greaterThanEqual("greaterThanEqual"); 10188 BuiltInName::greaterThanEqual, 10197 BuiltInName::greaterThanEqual, 10206 BuiltInName::greaterThanEqual, 10215 BuiltInName::greaterThanEqual, 10224 BuiltInName::greaterThanEqual, 10233 BuiltInName::greaterThanEqual, 10242 BuiltInName::greaterThanEqual, 10251 BuiltInName::greaterThanEqual, [all...] |