Home
last modified time | relevance | path

Searched refs:IdTypeClass (Results 1 – 16 of 16) sorted by relevance

/third_party/spirv-tools/source/
Dtext_handler.h36 enum class IdTypeClass { enum
49 IdTypeClass type_class;
69 return type.type_class == IdTypeClass::kScalarIntegerType; in isScalarIntegral()
74 return type.type_class == IdTypeClass::kScalarFloatType; in isScalarFloating()
82 case IdTypeClass::kBottom: in assumedBitWidth()
84 case IdTypeClass::kScalarIntegerType: in assumedBitWidth()
85 case IdTypeClass::kScalarFloatType: in assumedBitWidth()
Dtext_handler.cpp154 const IdType kUnknownType = {0, false, IdTypeClass::kBottom};
249 case IdTypeClass::kOtherType: in binaryEncodeNumericLiteral()
252 case IdTypeClass::kScalarIntegerType: in binaryEncodeNumericLiteral()
259 case IdTypeClass::kScalarFloatType: in binaryEncodeNumericLiteral()
262 case IdTypeClass::kBottom: in binaryEncodeNumericLiteral()
330 IdTypeClass::kScalarIntegerType}; in recordTypeDefinition()
334 types_[value] = {pInst->words[2], false, IdTypeClass::kScalarFloatType}; in recordTypeDefinition()
336 types_[value] = {0, false, IdTypeClass::kOtherType}; in recordTypeDefinition()
352 return {0, false, IdTypeClass::kBottom}; in getTypeOfValueInstruction()
Dtext.cpp307 32, false, spvtools::IdTypeClass::kScalarIntegerType}; in spvTextEncodeOperand()
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.h36 enum class IdTypeClass { enum
49 IdTypeClass type_class;
69 return type.type_class == IdTypeClass::kScalarIntegerType; in isScalarIntegral()
74 return type.type_class == IdTypeClass::kScalarFloatType; in isScalarFloating()
82 case IdTypeClass::kBottom: in assumedBitWidth()
84 case IdTypeClass::kScalarIntegerType: in assumedBitWidth()
85 case IdTypeClass::kScalarFloatType: in assumedBitWidth()
Dtext_handler.cpp152 const IdType kUnknownType = {0, false, IdTypeClass::kBottom};
247 case IdTypeClass::kOtherType: in binaryEncodeNumericLiteral()
250 case IdTypeClass::kScalarIntegerType: in binaryEncodeNumericLiteral()
257 case IdTypeClass::kScalarFloatType: in binaryEncodeNumericLiteral()
260 case IdTypeClass::kBottom: in binaryEncodeNumericLiteral()
334 IdTypeClass::kScalarIntegerType}; in recordTypeDefinition()
338 types_[value] = {pInst->words[2], false, IdTypeClass::kScalarFloatType}; in recordTypeDefinition()
340 types_[value] = {0, false, IdTypeClass::kOtherType}; in recordTypeDefinition()
356 return {0, false, IdTypeClass::kBottom}; in getTypeOfValueInstruction()
Dtext.cpp307 32, false, spvtools::IdTypeClass::kScalarIntegerType}; in spvTextEncodeOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.h36 enum class IdTypeClass { enum
49 IdTypeClass type_class;
69 return type.type_class == IdTypeClass::kScalarIntegerType; in isScalarIntegral()
74 return type.type_class == IdTypeClass::kScalarFloatType; in isScalarFloating()
82 case IdTypeClass::kBottom: in assumedBitWidth()
84 case IdTypeClass::kScalarIntegerType: in assumedBitWidth()
85 case IdTypeClass::kScalarFloatType: in assumedBitWidth()
Dtext_handler.cpp152 const IdType kUnknownType = {0, false, IdTypeClass::kBottom};
247 case IdTypeClass::kOtherType: in binaryEncodeNumericLiteral()
250 case IdTypeClass::kScalarIntegerType: in binaryEncodeNumericLiteral()
257 case IdTypeClass::kScalarFloatType: in binaryEncodeNumericLiteral()
260 case IdTypeClass::kBottom: in binaryEncodeNumericLiteral()
334 IdTypeClass::kScalarIntegerType}; in recordTypeDefinition()
338 types_[value] = {pInst->words[2], false, IdTypeClass::kScalarFloatType}; in recordTypeDefinition()
340 types_[value] = {0, false, IdTypeClass::kOtherType}; in recordTypeDefinition()
356 return {0, false, IdTypeClass::kBottom}; in getTypeOfValueInstruction()
Dtext.cpp307 32, false, spvtools::IdTypeClass::kScalarIntegerType}; in spvTextEncodeOperand()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dtext_handler.h33 enum class IdTypeClass { enum
46 IdTypeClass type_class;
66 return type.type_class == IdTypeClass::kScalarIntegerType; in isScalarIntegral()
71 return type.type_class == IdTypeClass::kScalarFloatType; in isScalarFloating()
79 case IdTypeClass::kBottom: in assumedBitWidth()
81 case IdTypeClass::kScalarIntegerType: in assumedBitWidth()
82 case IdTypeClass::kScalarFloatType: in assumedBitWidth()
Dtext_handler.cpp151 const IdType kUnknownType = {0, false, IdTypeClass::kBottom};
246 case IdTypeClass::kOtherType: in binaryEncodeNumericLiteral()
249 case IdTypeClass::kScalarIntegerType: in binaryEncodeNumericLiteral()
256 case IdTypeClass::kScalarFloatType: in binaryEncodeNumericLiteral()
259 case IdTypeClass::kBottom: in binaryEncodeNumericLiteral()
333 IdTypeClass::kScalarIntegerType}; in recordTypeDefinition()
337 types_[value] = {pInst->words[2], false, IdTypeClass::kScalarFloatType}; in recordTypeDefinition()
339 types_[value] = {0, false, IdTypeClass::kOtherType}; in recordTypeDefinition()
355 return {0, false, IdTypeClass::kBottom}; in getTypeOfValueInstruction()
Dtext.cpp282 32, false, libspirv::IdTypeClass::kScalarIntegerType}; in spvTextEncodeOperand()
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_literal_test.cpp171 IdTypeClass type) { in successfulEncode()
186 std::string failedEncode(const TextLiteralCase& test, IdTypeClass type) { in failedEncode()
202 EXPECT_THAT(successfulEncode(GetParam(), IdTypeClass::kScalarIntegerType), in TEST_P()
209 EXPECT_THAT(failedEncode(GetParam(), IdTypeClass::kScalarIntegerType), in TEST_P()
288 EXPECT_THAT(failedEncode(GetParam(), IdTypeClass::kScalarIntegerType), in TEST_P()
381 IdTypeClass::kScalarIntegerType), in TEST()
388 IdTypeClass::kScalarIntegerType), in TEST()
396 IdTypeClass::kScalarIntegerType), in TEST()
404 IdTypeClass::kScalarIntegerType), in TEST()
407 IdTypeClass::kScalarIntegerType), in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_literal_test.cpp171 IdTypeClass type) { in successfulEncode()
186 std::string failedEncode(const TextLiteralCase& test, IdTypeClass type) { in failedEncode()
202 EXPECT_THAT(successfulEncode(GetParam(), IdTypeClass::kScalarIntegerType), in TEST_P()
209 EXPECT_THAT(failedEncode(GetParam(), IdTypeClass::kScalarIntegerType), in TEST_P()
288 EXPECT_THAT(failedEncode(GetParam(), IdTypeClass::kScalarIntegerType), in TEST_P()
381 IdTypeClass::kScalarIntegerType), in TEST()
388 IdTypeClass::kScalarIntegerType), in TEST()
396 IdTypeClass::kScalarIntegerType), in TEST()
404 IdTypeClass::kScalarIntegerType), in TEST()
407 IdTypeClass::kScalarIntegerType), in TEST()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_literal_test.cpp169 libspirv::IdTypeClass type) { in successfulEncode()
185 libspirv::IdTypeClass type) { in failedEncode()
202 successfulEncode(GetParam(), libspirv::IdTypeClass::kScalarIntegerType), in TEST_P()
210 failedEncode(GetParam(), libspirv::IdTypeClass::kScalarIntegerType), in TEST_P()
290 failedEncode(GetParam(), libspirv::IdTypeClass::kScalarIntegerType), in TEST_P()
383 libspirv::IdTypeClass::kScalarIntegerType), in TEST()
390 libspirv::IdTypeClass::kScalarIntegerType), in TEST()
398 libspirv::IdTypeClass::kScalarIntegerType), in TEST()
406 libspirv::IdTypeClass::kScalarIntegerType), in TEST()
409 libspirv::IdTypeClass::kScalarIntegerType), in TEST()
/third_party/spirv-tools/test/
Dtext_literal_test.cpp171 IdTypeClass type) { in successfulEncode()
186 std::string failedEncode(const TextLiteralCase& test, IdTypeClass type) { in failedEncode()
202 EXPECT_THAT(successfulEncode(GetParam(), IdTypeClass::kScalarIntegerType), in TEST_P()
209 EXPECT_THAT(failedEncode(GetParam(), IdTypeClass::kScalarIntegerType), in TEST_P()
288 EXPECT_THAT(failedEncode(GetParam(), IdTypeClass::kScalarIntegerType), in TEST_P()
381 IdTypeClass::kScalarIntegerType), in TEST()
388 IdTypeClass::kScalarIntegerType), in TEST()
396 IdTypeClass::kScalarIntegerType), in TEST()
404 IdTypeClass::kScalarIntegerType), in TEST()
407 IdTypeClass::kScalarIntegerType), in TEST()