Home
last modified time | relevance | path

Searched refs:Unaligned (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/bench/
DGrMemoryPoolBench.cpp26 struct alignas(2) Unaligned { struct
29 static_assert(sizeof(Unaligned) == 30);
30 static_assert(sizeof(Unaligned) % GrMemoryPool::kAlignment != 0);
33 static_assert(SkAlignTo(sizeof(Unaligned), GrMemoryPool::kAlignment) == sizeof(Aligned));
196 DEF_BENCH( return new GrMemoryPoolBench("stack_unaligned_lg", run_stack<Unaligned>, kLargePool…
197 DEF_BENCH( return new GrMemoryPoolBench("stack_unaligned_sm", run_stack<Unaligned>, kSmallPool…
198 DEF_BENCH( return new GrMemoryPoolBench("stack_unaligned_ref", run_stack<Unaligned>, 0); )
203 DEF_BENCH( return new GrMemoryPoolBench("queue_unaligned_lg", run_queue<Unaligned>, kLargePool…
204 DEF_BENCH( return new GrMemoryPoolBench("queue_unaligned_sm", run_queue<Unaligned>, kSmallPool…
205 DEF_BENCH( return new GrMemoryPoolBench("queue_unaligned_ref", run_queue<Unaligned>, 0); )
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeBuiltin.cpp41 return (Mods & ModifierOptions::Unaligned) != ModifierOptions::None; in isUnalignedType()
DNativeTypePointer.cpp154 return (Record->getOptions() & PointerOptions::Unaligned) != in isUnalignedType()
DNativeTypeUDT.cpp211 return (Modifiers->Modifiers & ModifierOptions::Unaligned) != in isUnalignedType()
DNativeTypeEnum.cpp371 return ((Modifiers->getModifiers() & ModifierOptions::Unaligned) != in isUnalignedType()
/third_party/flatbuffers/rust/flatbuffers/src/
Dverifier.rs65 Unaligned { enumerator
157 | Unaligned { error_trace, .. } in append_trace()
251 Err(InvalidFlatbuffer::Unaligned { in is_aligned()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h303 Unaligned = 0x0004 enumerator
362 Unaligned = 0x00000800, enumerator
DTypeRecord.h338 return !!(Attrs & uint32_t(PointerOptions::Unaligned)); in isUnaligned()
/third_party/boost/boost/gil/
Dchannel.hpp39 #error Unaligned access strictly disabled for some UNIX platforms or ARM architecture
50 #error Unaligned access disabled for unknown platforms and architectures
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp199 if (Mods & uint16_t(ModifierOptions::Unaligned)) in visitKnownRecord()
DEnumTables.cpp384 CV_ENUM_CLASS_ENT(ModifierOptions, Unaligned),
DTypeDumpVisitor.cpp107 ENUM_ENTRY(ModifierOptions, Unaligned),
/third_party/boost/libs/endian/doc/endian/
Doverview.adoc99 provided. Unaligned integer buffer types are provided for all sizes, and aligned
108 6, 7, and 8 bytes) are provided. Unaligned integer types are provided for all
Dbuffers.adoc141 * Unaligned | aligned
509 * Unaligned types must not cause compilers to insert padding bytes.
Darithmetic.adoc147 * Unaligned | aligned
541 * Unaligned types must not cause compilers to insert padding bytes.
Dchoosing_approach.adoc158 integer and floating-point types. Unaligned types are rarely needed, but when
/third_party/ffmpeg/libavcodec/x86/
Dcelt_pvq_search.asm207 ; float * inX - Unaligned (SIMD) access, it will be overread,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp333 IO.bitSetCase(Options, "Unaligned", PointerOptions::Unaligned); in bitset()
344 IO.bitSetCase(Options, "Unaligned", ModifierOptions::Unaligned); in bitset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSSE.td332 // SSE 1 & 2 - Move Aligned/Unaligned FP Instructions
3223 // SSE2 - Move Aligned/Unaligned Packed Integer Instructions
4447 // SSE3 - Move Unaligned Integer
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst281 - swr/rast: Unaligned and translations in gathers
/third_party/NuttX/
DReleaseNotes16246 size. Unaligned nodes generated by memalign later cause heap
/third_party/gstreamer/gstreamer/
DChangeLog95661 unaligned memory access. Unaligned memory access usually comes with