Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_test.cpp58 {1, 1, SPV_OPERAND_TYPE_RESULT_ID, SPV_NUMBER_NONE, 0},
79 {1, 1, SPV_OPERAND_TYPE_RESULT_ID, SPV_NUMBER_NONE, 0},
80 {2, 1, SPV_OPERAND_TYPE_TYPE_ID, SPV_NUMBER_NONE, 0},
81 {3, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
82 {4, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
83 {5, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
84 {6, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
104 {1, 1, SPV_OPERAND_TYPE_SCOPE_ID, SPV_NUMBER_NONE, 0}, // Execution
105 {2, 1, SPV_OPERAND_TYPE_SCOPE_ID, SPV_NUMBER_NONE, 0}, // Memory
106 {3, 1, SPV_OPERAND_TYPE_MEMORY_SEMANTICS_ID, SPV_NUMBER_NONE,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp94 {1, 1, SPV_OPERAND_TYPE_RESULT_ID, SPV_NUMBER_NONE, 0},
115 {1, 1, SPV_OPERAND_TYPE_RESULT_ID, SPV_NUMBER_NONE, 0},
116 {2, 1, SPV_OPERAND_TYPE_TYPE_ID, SPV_NUMBER_NONE, 0},
117 {3, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
118 {4, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
119 {5, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
120 {6, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
140 {1, 1, SPV_OPERAND_TYPE_SCOPE_ID, SPV_NUMBER_NONE, 0}, // Execution
141 {2, 1, SPV_OPERAND_TYPE_SCOPE_ID, SPV_NUMBER_NONE, 0}, // Memory
142 {3, 1, SPV_OPERAND_TYPE_MEMORY_SEMANTICS_ID, SPV_NUMBER_NONE,
/third_party/spirv-tools/test/opt/
Dinstruction_test.cpp88 {1, 1, SPV_OPERAND_TYPE_RESULT_ID, SPV_NUMBER_NONE, 0},
109 {1, 1, SPV_OPERAND_TYPE_RESULT_ID, SPV_NUMBER_NONE, 0},
110 {2, 1, SPV_OPERAND_TYPE_TYPE_ID, SPV_NUMBER_NONE, 0},
111 {3, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
112 {4, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
113 {5, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
114 {6, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
134 {1, 1, SPV_OPERAND_TYPE_SCOPE_ID, SPV_NUMBER_NONE, 0}, // Execution
135 {2, 1, SPV_OPERAND_TYPE_SCOPE_ID, SPV_NUMBER_NONE, 0}, // Memory
136 {3, 1, SPV_OPERAND_TYPE_MEMORY_SEMANTICS_ID, SPV_NUMBER_NONE,
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_test.cpp94 {1, 1, SPV_OPERAND_TYPE_RESULT_ID, SPV_NUMBER_NONE, 0},
115 {1, 1, SPV_OPERAND_TYPE_RESULT_ID, SPV_NUMBER_NONE, 0},
116 {2, 1, SPV_OPERAND_TYPE_TYPE_ID, SPV_NUMBER_NONE, 0},
117 {3, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
118 {4, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
119 {5, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
120 {6, 1, SPV_OPERAND_TYPE_ID, SPV_NUMBER_NONE, 0},
140 {1, 1, SPV_OPERAND_TYPE_SCOPE_ID, SPV_NUMBER_NONE, 0}, // Execution
141 {2, 1, SPV_OPERAND_TYPE_SCOPE_ID, SPV_NUMBER_NONE, 0}, // Memory
142 {3, 1, SPV_OPERAND_TYPE_MEMORY_SEMANTICS_ID, SPV_NUMBER_NONE,
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dbinary.cpp407 parsed_operand.number_kind = SPV_NUMBER_NONE; in parseOperand()
722 if (info.type == SPV_NUMBER_NONE) { in setNumericTypeInfoForType()
739 NumberType info = {SPV_NUMBER_NONE, 0}; in recordNumberType()
/third_party/spirv-tools/source/
Dbinary.cpp435 parsed_operand.number_kind = SPV_NUMBER_NONE; in parseOperand()
777 if (info.type == SPV_NUMBER_NONE) { in setNumericTypeInfoForType()
794 NumberType info = {SPV_NUMBER_NONE, 0}; in recordNumberType()
/third_party/skia/third_party/externals/spirv-tools/source/
Dbinary.cpp425 parsed_operand.number_kind = SPV_NUMBER_NONE; in parseOperand()
776 if (info.type == SPV_NUMBER_NONE) { in setNumericTypeInfoForType()
793 NumberType info = {SPV_NUMBER_NONE, 0}; in recordNumberType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dbinary.cpp425 parsed_operand.number_kind = SPV_NUMBER_NONE; in parseOperand()
776 if (info.type == SPV_NUMBER_NONE) { in setNumericTypeInfoForType()
793 NumberType info = {SPV_NUMBER_NONE, 0}; in recordNumberType()
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.h55 return type.kind == SPV_NUMBER_NONE; in IsUnknown()
/third_party/spirv-tools/source/util/
Dparse_number.h55 return type.kind == SPV_NUMBER_NONE; in IsUnknown()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.h54 return type.kind == SPV_NUMBER_NONE; in IsUnknown()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.h55 return type.kind == SPV_NUMBER_NONE; in IsUnknown()
/third_party/flutter/skia/third_party/externals/spirv-tools/include/spirv-tools/
Dlibspirv.h244 SPV_NUMBER_NONE = 0, // The default for value initialization. enumerator
/third_party/flutter/skia/third_party/externals/spirv-tools/source/comp/
Dmarkv_codec.cpp969 parsed_operand.number_kind = SPV_NUMBER_NONE; in DecodeOperand()
1394 if (info.type == SPV_NUMBER_NONE) { in SetNumericTypeInfoForType()
1410 NumberType info = {SPV_NUMBER_NONE, 0}; in RecordNumberType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_parse_test.cpp145 return {offset, 1, type, SPV_NUMBER_NONE, 0}; in MakeSimpleOperand()
159 return {offset, length, SPV_OPERAND_TYPE_LITERAL_STRING, SPV_NUMBER_NONE, 0}; in MakeLiteralStringOperand()
Dparse_number_test.cpp699 NumberType type = {32, SPV_NUMBER_NONE}; in TEST()
904 NumberType type = {32, SPV_NUMBER_NONE}; in TEST()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dbinary_parse_test.cpp142 return {offset, 1, type, SPV_NUMBER_NONE, 0}; in MakeSimpleOperand()
156 return {offset, length, SPV_OPERAND_TYPE_LITERAL_STRING, SPV_NUMBER_NONE, 0}; in MakeLiteralStringOperand()
Dparse_number_test.cpp701 NumberType type = {32, SPV_NUMBER_NONE}; in TEST()
906 NumberType type = {32, SPV_NUMBER_NONE}; in TEST()
/third_party/spirv-tools/test/
Dbinary_parse_test.cpp145 return {offset, 1, type, SPV_NUMBER_NONE, 0}; in MakeSimpleOperand()
159 return {offset, length, SPV_OPERAND_TYPE_LITERAL_STRING, SPV_NUMBER_NONE, 0}; in MakeLiteralStringOperand()
Dparse_number_test.cpp699 NumberType type = {32, SPV_NUMBER_NONE}; in TEST()
904 NumberType type = {32, SPV_NUMBER_NONE}; in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/
Dbinary_parse_test.cpp145 return {offset, 1, type, SPV_NUMBER_NONE, 0}; in MakeSimpleOperand()
159 return {offset, length, SPV_OPERAND_TYPE_LITERAL_STRING, SPV_NUMBER_NONE, 0}; in MakeLiteralStringOperand()
Dparse_number_test.cpp699 NumberType type = {32, SPV_NUMBER_NONE}; in TEST()
904 NumberType type = {32, SPV_NUMBER_NONE}; in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dlibspirv.h328 SPV_NUMBER_NONE = 0, // The default for value initialization. enumerator
/third_party/spirv-tools/include/spirv-tools/
Dlibspirv.h328 SPV_NUMBER_NONE = 0, // The default for value initialization. enumerator
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
Dlibspirv.h328 SPV_NUMBER_NONE = 0, // The default for value initialization. enumerator

12