Home
last modified time | relevance | path

Searched defs:Packing (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/mesa3d/src/panfrost/compiler/test/
H A Dtest-packing.cpp33 TEST(Packing, PackLiteral) in TEST() argument
39 TEST(Packing, PackUpper) in TEST() argument
57 TEST(Packing, PackTupleBits) in TEST() argument
70 TEST(Packing, PackSync) in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp61 auto Packing = getTypePacking(LegalVecVT.getSimpleVT()); in lowerToVVP() local
141 auto Packing = getTypePacking(DataVT); in lowerVVP_LOAD_STORE() local
266 auto Packing = getTypePacking(DataVT); in lowerVVP_GATHER_SCATTER() local
H A DVECustomDAG.h119 enum class Packing { enum
H A DVECustomDAG.cpp409 SDValue VECustomDAG::getConstantMask(Packing Packing, bool AllTrue) const { in getConstantMask() argument
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/LL/CIS/CEN/
DBV_26_C.py31 Packing = hci.Packing.SEQUENTIAL variable in Test
DBV_01_C.py31 Packing = hci.Packing.SEQUENTIAL variable in Test
DBV_03_C.py31 Packing = hci.Packing.SEQUENTIAL variable in Test
DBV_10_C.py31 Packing = hci.Packing.SEQUENTIAL variable in Test
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/LL/CIS/PER/
DBV_02_C.py30 Packing = hci.Packing.SEQUENTIAL variable in Test
DBV_01_C.py34 Packing = hci.Packing.SEQUENTIAL variable in Test
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/
H A DIBluetoothAudioProvider.aidl89 enum Packing { enum
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/android/hardware/bluetooth/audio/
H A DIBluetoothAudioProvider.aidl303 enum Packing { enum
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio_interface/dump/android/hardware/bluetooth/audio/
DIBluetoothAudioProvider.aidl89 enum Packing { enum
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/4/android/hardware/bluetooth/audio/
H A DIBluetoothAudioProvider.aidl89 enum Packing { enum
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V5-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/
DIBluetoothAudioProvider.h297 enum class Packing : int8_t { enum
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding_test.cc2975 TEST_F(ConstantFoldingTest, Packing) { in TEST_F() argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h312 enum class Packing : uint8_t {SEQUENTIAL = 0x0,INTERLEAVED = 0x1,}; enum