/third_party/flutter/skia/third_party/externals/spirv-tools/source/comp/ |
D | markv_codec.cpp | 686 if (operand.number_bit_width == 32) { in EncodeLiteralNumber() 700 } else if (operand.number_bit_width == 16) { in EncodeLiteralNumber() 717 assert(operand.number_bit_width == 64); in EncodeLiteralNumber() 816 if (operand.number_bit_width == 32) { in DecodeLiteralNumber() 837 } else if (operand.number_bit_width == 16) { in DecodeLiteralNumber() 865 assert(operand.number_bit_width == 64); in DecodeLiteralNumber() 970 parsed_operand.number_bit_width = 0; in DecodeOperand() 1075 parsed_operand.number_bit_width = 32; in DecodeOperand() 1401 parsed_operand->number_bit_width = info.bit_width; in SetNumericTypeInfoForType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | parsed_operand.cpp | 43 if (operand.number_bit_width == 16) { in EmitNumericLiteral()
|
D | binary.cpp | 426 parsed_operand.number_bit_width = 0; in parseOperand() 536 parsed_operand.number_bit_width = 32; in parseOperand() 783 parsed_operand->number_bit_width = info.bit_width; in setNumericTypeInfoForType()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | parsed_operand.cpp | 43 if (operand.number_bit_width == 16) { in EmitNumericLiteral()
|
D | binary.cpp | 426 parsed_operand.number_bit_width = 0; in parseOperand() 536 parsed_operand.number_bit_width = 32; in parseOperand() 783 parsed_operand->number_bit_width = info.bit_width; in setNumericTypeInfoForType()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | parsed_operand.cpp | 41 if (operand.number_bit_width == 16) { in EmitNumericLiteral()
|
D | binary.cpp | 408 parsed_operand.number_bit_width = 0; in parseOperand() 504 parsed_operand.number_bit_width = 32; in parseOperand() 729 parsed_operand->number_bit_width = info.bit_width; in setNumericTypeInfoForType()
|
/third_party/spirv-tools/source/ |
D | parsed_operand.cpp | 45 if (operand.number_bit_width == 16) { in EmitNumericLiteral()
|
D | binary.cpp | 436 parsed_operand.number_bit_width = 0; in parseOperand() 546 parsed_operand.number_bit_width = 32; in parseOperand() 784 parsed_operand->number_bit_width = info.bit_width; in setNumericTypeInfoForType()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_literals.cpp | 79 uint32_t bit_width = operand.number_bit_width; in LiteralsPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_literals.cpp | 79 uint32_t bit_width = operand.number_bit_width; in LiteralsPass()
|
/third_party/spirv-tools/source/val/ |
D | validate_literals.cpp | 79 uint32_t bit_width = operand.number_bit_width; in LiteralsPass()
|
/third_party/spirv-tools/source/diff/ |
D | diff.cpp | 446 uint32_t* number_bit_width); 448 uint32_t* number_bit_width); 1930 uint32_t* number_bit_width) { in GetNumberKind() argument 1932 *number_bit_width = 0; in GetNumberKind() 1939 *number_bit_width = 32; in GetNumberKind() 1950 number_bit_width); in GetNumberKind() 1965 uint32_t* number_bit_width) { in GetTypeNumberKind() argument 1973 *number_bit_width = type_inst->GetSingleWordOperand(1); in GetTypeNumberKind() 1978 *number_bit_width = type_inst->GetSingleWordOperand(1); in GetTypeNumberKind() 2620 id_to, original_inst, operand_index, &parsed_operand.number_bit_width); in ToParsedInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | binary_parse_test.cpp | 35 a.number_bit_width == b.number_bit_width; in operator ==() 89 << " number_bit_width: " << int(operand.number_bit_width) << "}"; in operator <<()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | binary_parse_test.cpp | 33 a.number_bit_width == b.number_bit_width; in operator ==() 86 << " number_bit_width: " << int(operand.number_bit_width) << "}"; in operator <<()
|
/third_party/spirv-tools/test/ |
D | binary_parse_test.cpp | 35 a.number_bit_width == b.number_bit_width; in operator ==() 89 << " number_bit_width: " << int(operand.number_bit_width) << "}"; in operator <<()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | binary_parse_test.cpp | 35 a.number_bit_width == b.number_bit_width; in operator ==() 89 << " number_bit_width: " << int(operand.number_bit_width) << "}"; in operator <<()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/include/spirv-tools/ |
D | libspirv.h | 291 uint32_t number_bit_width; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/ |
D | libspirv.h | 383 uint32_t number_bit_width; member
|
/third_party/spirv-tools/include/spirv-tools/ |
D | libspirv.h | 383 uint32_t number_bit_width; member
|
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/ |
D | libspirv.h | 383 uint32_t number_bit_width; member
|