Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.h45 return type.kind == SPV_NUMBER_FLOATING; in IsFloating()
50 return type.kind == SPV_NUMBER_FLOATING || type.kind == SPV_NUMBER_SIGNED_INT; in IsSigned()
64 case SPV_NUMBER_FLOATING: in AssumedBitWidth()
/third_party/spirv-tools/source/util/
Dparse_number.h45 return type.kind == SPV_NUMBER_FLOATING; in IsFloating()
50 return type.kind == SPV_NUMBER_FLOATING || type.kind == SPV_NUMBER_SIGNED_INT; in IsSigned()
64 case SPV_NUMBER_FLOATING: in AssumedBitWidth()
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.h45 return type.kind == SPV_NUMBER_FLOATING; in IsFloating()
50 return type.kind == SPV_NUMBER_FLOATING || type.kind == SPV_NUMBER_SIGNED_INT; in IsSigned()
64 case SPV_NUMBER_FLOATING: in AssumedBitWidth()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dparsed_operand.cpp42 case SPV_NUMBER_FLOATING: in EmitNumericLiteral()
65 case SPV_NUMBER_FLOATING: in EmitNumericLiteral()
Dtext_handler.cpp258 number_type = {type.bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
268 number_type = {bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
Dbinary.cpp799 info.type = SPV_NUMBER_FLOATING; in recordNumberType()
/third_party/skia/third_party/externals/spirv-tools/source/
Dparsed_operand.cpp42 case SPV_NUMBER_FLOATING: in EmitNumericLiteral()
65 case SPV_NUMBER_FLOATING: in EmitNumericLiteral()
Dtext_handler.cpp258 number_type = {type.bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
268 number_type = {bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
Dbinary.cpp799 info.type = SPV_NUMBER_FLOATING; in recordNumberType()
/third_party/spirv-tools/source/
Dparsed_operand.cpp44 case SPV_NUMBER_FLOATING: in EmitNumericLiteral()
67 case SPV_NUMBER_FLOATING: in EmitNumericLiteral()
Dtext_handler.cpp260 number_type = {type.bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
270 number_type = {bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
Dbinary.cpp800 info.type = SPV_NUMBER_FLOATING; in recordNumberType()
/third_party/spirv-tools/source/val/
Dvalidate_literals.cpp35 case SPV_NUMBER_FLOATING: in IsLiteralNumber()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_literals.cpp35 case SPV_NUMBER_FLOATING: in IsLiteralNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_literals.cpp35 case SPV_NUMBER_FLOATING: in IsLiteralNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dparse_number_test.cpp729 NumberType type = {32, SPV_NUMBER_FLOATING}; in TEST()
789 NumberType type = {64, SPV_NUMBER_FLOATING}; in TEST()
847 NumberType type = {16, SPV_NUMBER_FLOATING}; in TEST()
914 NumberType type = {32, SPV_NUMBER_FLOATING}; in TEST()
924 NumberType type = {32, SPV_NUMBER_FLOATING}; in TEST()
961 type = {32, SPV_NUMBER_FLOATING}; in TEST()
/third_party/spirv-tools/test/
Dparse_number_test.cpp729 NumberType type = {32, SPV_NUMBER_FLOATING}; in TEST()
789 NumberType type = {64, SPV_NUMBER_FLOATING}; in TEST()
847 NumberType type = {16, SPV_NUMBER_FLOATING}; in TEST()
914 NumberType type = {32, SPV_NUMBER_FLOATING}; in TEST()
924 NumberType type = {32, SPV_NUMBER_FLOATING}; in TEST()
961 type = {32, SPV_NUMBER_FLOATING}; in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/
Dparse_number_test.cpp729 NumberType type = {32, SPV_NUMBER_FLOATING}; in TEST()
789 NumberType type = {64, SPV_NUMBER_FLOATING}; in TEST()
847 NumberType type = {16, SPV_NUMBER_FLOATING}; in TEST()
914 NumberType type = {32, SPV_NUMBER_FLOATING}; in TEST()
924 NumberType type = {32, SPV_NUMBER_FLOATING}; in TEST()
961 type = {32, SPV_NUMBER_FLOATING}; in TEST()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dset_spec_constant_default_value_pass.cpp61 number_type.kind = SPV_NUMBER_FLOATING; in ParseDefaultValueStr()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp61 number_type.kind = SPV_NUMBER_FLOATING; in ParseDefaultValueStr()
/third_party/spirv-tools/source/opt/
Dset_spec_constant_default_value_pass.cpp61 number_type.kind = SPV_NUMBER_FLOATING; in ParseDefaultValueStr()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dlibspirv.h331 SPV_NUMBER_FLOATING, enumerator
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
Dlibspirv.h331 SPV_NUMBER_FLOATING, enumerator
/third_party/spirv-tools/include/spirv-tools/
Dlibspirv.h331 SPV_NUMBER_FLOATING, enumerator
/third_party/spirv-tools/source/diff/
Ddiff.cpp1979 return SPV_NUMBER_FLOATING; in GetTypeNumberKind()