Home
last modified time | relevance | path

Searched refs:IsInteger (Results 1 – 25 of 30) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser.cc219 if (!token->IsInteger() && !token->IsDouble() && !token->IsHex()) in ParseBufferData()
730 if (!token->IsInteger()) in ParseShaderSpecialization()
919 if (token->IsInteger()) { in ParsePipelineSubgroup()
944 if (!token->IsInteger()) in ParsePipelinePatchControlPoints()
956 if (!token->IsInteger()) in ParsePipelineFramebufferSize()
964 if (!token->IsInteger()) in ParsePipelineFramebufferSize()
1132 if (!token->IsInteger()) in ParsePipelineBind()
1142 if (!token->IsInteger()) in ParsePipelineBind()
1209 if (!token->IsInteger()) in ParsePipelineBind()
1218 if (!token->IsInteger()) in ParsePipelineBind()
[all …]
/third_party/vk-gl-cts/external/amber/src/src/
Dtokenizer_test.cc49 EXPECT_TRUE(next->IsInteger()); in TEST_F()
61 EXPECT_TRUE(next->IsInteger()); in TEST_F()
201 EXPECT_TRUE(next->IsInteger()); in TEST_F()
256 EXPECT_TRUE(next->IsInteger()); in TEST_F()
292 EXPECT_TRUE(next->IsInteger()); in TEST_F()
368 EXPECT_TRUE(next->IsInteger()); in TEST_F()
404 ASSERT_TRUE(next->IsInteger()); in TEST_F()
423 ASSERT_TRUE(next->IsInteger()); in TEST_F()
431 ASSERT_TRUE(next->IsInteger()); in TEST_F()
439 ASSERT_TRUE(next->IsInteger()); in TEST_F()
[all …]
Ddescriptor_set_and_binding_parser.cc49 if (token->IsInteger()) { in Parse()
Dverifier.cc100 const T val = value.IsInteger() ? static_cast<T>(value.AsUint64()) in CheckActualValue()
104 if (value.IsInteger()) { in CheckActualValue()
118 if (value.IsInteger()) { in CheckActualValue()
Dtokenizer.h43 bool IsInteger() const { return type_ == TokenType::kInteger; } in IsInteger() function
Dtokenizer.cc37 if (IsInteger()) { in ConvertToDouble()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dcommand_parser.cc341 if (!token->IsInteger()) in ProcessDrawArrays()
347 if (!token->IsInteger()) in ProcessDrawArrays()
355 if (!token->IsInteger()) in ProcessDrawArrays()
382 if (!token->IsInteger()) in ProcessCompute()
388 if (!token->IsInteger()) in ProcessCompute()
394 if (!token->IsInteger()) in ProcessCompute()
434 if (!token->IsInteger()) in ProcessClear()
495 if (!token->IsInteger() && !token->IsDouble()) { in ParseValues()
506 if (!token->IsInteger()) { in ParseValues()
539 if (!token->IsInteger()) in ProcessSSBO()
[all …]
Dparser.cc222 if (!token->IsInteger()) in ProcessRequireBlock()
235 if (!token->IsInteger()) { in ProcessRequireBlock()
247 if (!token->IsInteger()) { in ProcessRequireBlock()
285 if (!token->IsInteger()) in ProcessIndicesBlock()
342 if (!token->IsInteger()) { in ProcessVertexDataBlock()
421 } else if (token->IsInteger()) { in ProcessVertexDataBlock()
/third_party/node/deps/npm/node_modules/es-abstract/
Des2015.js219 IsInteger: function IsInteger(argument) {
574 if (!this.IsInteger(length) || length < 0) {
663 if (!this.IsInteger(index) || index < 0 || index > MAX_SAFE_INTEGER) {
/third_party/node/deps/npm/node_modules/es-abstract/operations/
D2015.js32 IsInteger: 'https://ecma-international.org/ecma-262/6.0/#sec-isinteger', property
D2016.js32 IsInteger: 'https://ecma-international.org/ecma-262/7.0/#sec-isinteger', property
D2017.js33 IsInteger: 'https://ecma-international.org/ecma-262/8.0/#sec-isinteger', property
/third_party/vk-gl-cts/external/amber/src/include/amber/
Dvalue.h36 bool IsInteger() const { return type_ == kValueTypeInteger; } in IsInteger() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DBaseTypes.h333 inline bool IsInteger(TBasicType type) in IsInteger() function
DIntermediate.cpp355 if (!IsInteger(left->getBasicType()) || left->isMatrix() || left->isArray()) { in addBinaryMath()
380 if(!IsInteger(left->getBasicType()) || !IsInteger(right->getBasicType())) in addBinaryMath()
482 …if (!IsInteger(child->getType().getBasicType()) || child->getType().isMatrix() || child->getType()… in addUnaryMath()
893 if (!IsInteger(operand->getBasicType())) in promote()
DValidateLimitations.cpp265 if (!IsInteger(type) && (type != EbtFloat)) { in validateForLoopInit()
DTypes.h450 bool isScalarInt() const { return isScalar() && IsInteger(type); } in isScalarInt()
DParseHelper.cpp3174 if(!IsInteger(left->getBasicType()) || !IsInteger(right->getBasicType())) in binaryOpCommonCheck()
3187 if(!IsInteger(left->getBasicType())) in binaryOpCommonCheck()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math_shared_impl.h134 bool IsInteger = std::is_integral<Numeric>::value,
/third_party/node/deps/npm/node_modules/es-abstract/test/
Dtests.js484 t.equal(true, ES.IsInteger(i), i + ' is integer');
485 t.equal(false, ES.IsInteger(i + 0.2), (i + 0.2) + ' is not integer');
487 t.equal(true, ES.IsInteger(-0), '-0 is integer');
490 t.equal(false, ES.IsInteger(notInt), debug(notInt) + ' is not integer');
492 t.equal(false, ES.IsInteger(v.uncoercibleObject), 'uncoercibleObject is not integer');
/third_party/gn/src/base/numerics/
Dsafe_math_shared_impl.h113 bool IsInteger = std::is_integral<Numeric>::value,
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h593 inline bool IsInteger(TBasicType type) in IsInteger() function
DParseContext.cpp5200 if (!IsInteger(left->getBasicType()) || !IsInteger(right->getBasicType())) in binaryOpCommonCheck()
5213 if (!IsInteger(left->getBasicType())) in binaryOpCommonCheck()
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math_impl.h118 bool IsInteger = std::numeric_limits<Numeric>::is_integer,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h998 inline bool IsInteger(TBasicType type) in IsInteger() function

12