/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_export_type.cpp | 222 const clang::ExtVectorType *EVT = in ConstantArrayTypeExportableHelper() local 392 const clang::ExtVectorType *EVT = in TypeExportableHelper() local 395 if (EVT->getNumElements() < 2 || EVT->getNumElements() > 4) in TypeExportableHelper() 637 const clang::ExtVectorType *EVT = in ValidateTypeHelper() local 642 EVT->getNumElements() == 3 && in ValidateTypeHelper() 811 const clang::ExtVectorType *EVT = in GetTypeName() local 1307 if ((EVT->getNumElements() < 1) || in GetTypeName() 1308 (EVT->getNumElements() > 4)) in GetTypeName() 1313 int I = EVT->getNumElements() - 1; in GetTypeName() 1327 slangAssert(EVT != nullptr && EVT->getTypeClass() == clang::Type::ExtVector); in Create() [all …]
|
H A D | slang_rs_export_element.cpp | 106 RSExportVectorType *EVT = in Create() local 114 slangAssert(EI->type == EVT->getType() && "Element has unexpected type"); in Create() 115 slangAssert(EI->vsize == EVT->getNumElement() && "Element has unexpected " in Create() 117 ET = EVT; in Create()
|
H A D | slang_rs_reflection_cpp.cpp | 87 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetTypeName() local 89 VecName << EVT->getRSReflectionType(EVT)->rs_c_vector_prefix in GetTypeName() 90 << EVT->getNumElement(); in GetTypeName() 619 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT, in genGetterAndSetter() argument 621 slangAssert(EVT != nullptr); in genGetterAndSetter() 624 EVT->convertToRTD(&rtd); in genGetterAndSetter() 628 << rtd.type->rs_c_vector_prefix << EVT->getNumElement() in genGetterAndSetter() 636 mOut.indent() << rtd.type->rs_c_vector_prefix << EVT->getNumElement() in genGetterAndSetter() 941 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in genInitExportVariable() local 945 for (unsigned i = 0; i < EVT->getNumElement(); i++) { in genInitExportVariable() [all …]
|
H A D | slang_rs_reflection.cpp | 252 if (EVT->getType() == DataTypeFloat32) { in GetBuiltinElementConstruct() 253 if (EVT->getNumElement() == 2) { in GetBuiltinElementConstruct() 255 } else if (EVT->getNumElement() == 3) { in GetBuiltinElementConstruct() 257 } else if (EVT->getNumElement() == 4) { in GetBuiltinElementConstruct() 263 if (EVT->getNumElement() == 4) in GetBuiltinElementConstruct() 362 const auto ReflectionType = EVT->getRSReflectionType(EVT); in GetTypeName() 365 << EVT->getNumElement(); in GetTypeName() 792 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix in genInitExportVariable() 793 << EVT->getNumElement(); in genInitExportVariable() 2752 const RSExportVectorType *EVT = in genAddElement() local [all …]
|
H A D | slang_rs_reflection_cpp.h | 134 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
|
H A D | slang_rs_export_type.h | 501 const clang::ExtVectorType *EVT, 508 static llvm::StringRef GetTypeName(const clang::ExtVectorType *EVT);
|
/aosp12/system/bt/gd/hal/ |
H A D | hci_hal_android_hidl.cc | 95 …ger_->Capture(received_hci_packet, SnoopLogger::Direction::INCOMING, SnoopLogger::PacketType::EVT); in hciEventReceived() 97 btaa_logger_->Capture(received_hci_packet, SnoopLogger::PacketType::EVT); in hciEventReceived()
|
H A D | snoop_logger.h | 74 EVT = 4, enumerator
|
H A D | snoop_logger.cc | 125 case SnoopLogger::PacketType::EVT: in get_btsnooz_packet_length_to_write() 265 case PacketType::EVT: in Capture()
|
H A D | hci_hal_host.cc | 425 …ogger_->Capture(receivedHciPacket, SnoopLogger::Direction::INCOMING, SnoopLogger::PacketType::EVT); in incoming_packet_received()
|
/aosp12/frameworks/base/proto/src/ |
H A D | gnss.proto | 49 // Hardware revision (EVT, DVT, PVT etc.)
|
/aosp12/system/bt/gd/btaa/android/ |
H A D | activity_attribution.cc | 148 case hal::SnoopLogger::PacketType::EVT: in Capture()
|
/aosp12/system/bt/gd/btaa/linux_generic/ |
H A D | hci_processor.cc | 251 case hal::SnoopLogger::PacketType::EVT: in OnHciPacket()
|
/aosp12/packages/services/Telecomm/proto/ |
H A D | telecom.proto | 17 // Hardware revision (EVT, DVT, PVT etc.)
|
/aosp12/frameworks/opt/telephony/proto/src/ |
H A D | telephony.proto | 51 // Hardware revision (EVT, DVT, PVT etc.)
|
/aosp12/packages/modules/Wifi/service/proto/src/ |
H A D | metrics.proto | 476 // Hardware revision (EVT, DVT, PVT etc.)
|