/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | InstancingTest.cpp | 32 Angle, enumerator 104 if (vendor == Angle) in runTest() 135 if (vendor == Angle) in runTest() 156 if (vendor == Angle) in runTest() 166 if (vendor == Angle) in runTest() 172 else if (vendor == Angle) in runTest() 180 if (vendor == Angle) in runTest() 186 else if (vendor == Angle) in runTest() 202 if (vendor == Angle) in runTest() 211 if (vendor == Angle) in runTest() [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | sorted_items.rs | 19 pub struct Angle { structure names 62 const UNINIT: ::std::mem::MaybeUninit<Angle> = in bindgen_test_layout_Angle() 66 ::std::mem::size_of::<Angle>(), in bindgen_test_layout_Angle() 68 concat!("Size of: ", stringify!(Angle)) in bindgen_test_layout_Angle() 71 ::std::mem::align_of::<Angle>(), in bindgen_test_layout_Angle() 73 concat!("Alignment of ", stringify!(Angle)) in bindgen_test_layout_Angle() 80 stringify!(Angle), in bindgen_test_layout_Angle() 90 stringify!(Angle), in bindgen_test_layout_Angle() 106 pub struct Angle { structure names 153 const UNINIT: ::std::mem::MaybeUninit<Angle> in bindgen_test_layout_Angle() [all...] |
H A D | sort-items.rs | 19 pub struct Angle { structure names 62 const UNINIT: ::std::mem::MaybeUninit<Angle> = in bindgen_test_layout_Angle() 66 ::std::mem::size_of::<Angle>(), in bindgen_test_layout_Angle() 68 concat!("Size of: ", stringify!(Angle)) in bindgen_test_layout_Angle() 71 ::std::mem::align_of::<Angle>(), in bindgen_test_layout_Angle() 73 concat!("Alignment of ", stringify!(Angle)) in bindgen_test_layout_Angle() 80 stringify!(Angle), in bindgen_test_layout_Angle() 90 stringify!(Angle), in bindgen_test_layout_Angle() 106 pub struct Angle { structure names 153 const UNINIT: ::std::mem::MaybeUninit<Angle> in bindgen_test_layout_Angle() [all...] |
H A D | unsorted-items.rs | 49 pub struct Angle { structure names 55 const UNINIT: ::std::mem::MaybeUninit<Angle> = in bindgen_test_layout_Angle() 59 ::std::mem::size_of::<Angle>(), in bindgen_test_layout_Angle() 61 concat!("Size of: ", stringify!(Angle)) in bindgen_test_layout_Angle() 64 ::std::mem::align_of::<Angle>(), in bindgen_test_layout_Angle() 66 concat!("Alignment of ", stringify!(Angle)) in bindgen_test_layout_Angle() 71 concat!("Offset of field: ", stringify!(Angle), "::", stringify!(a)) in bindgen_test_layout_Angle() 76 concat!("Offset of field: ", stringify!(Angle), "::", stringify!(b)) in bindgen_test_layout_Angle()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | sorted_items.hpp | 11 struct Angle struct 28 struct Angle struct
|
H A D | unsorted-items.h | 9 struct Angle struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.h | 167 template<int64_t Angle, int64_t Remainder>
|
H A D | AArch64InstPrinter.cpp | 1461 template<int64_t Angle, int64_t Remainder> 1466 O << "#" << (Val * Angle) + Remainder; in printComplexRotationOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMInstPrinter.h | 249 template<int64_t Angle, int64_t Remainder>
|
H A D | ARMInstPrinter.cpp | 1640 template<int64_t Angle, int64_t Remainder> 1645 O << "#" << (Val * Angle) + Remainder;
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vpp_qsv.c | 464 vpp->rotation_conf.Angle = vpp->rotate; in config_output()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 1132 template<int64_t Angle, int64_t Remainder> 1140 if (Value % Angle == Remainder && Value <= 270) in isComplexRotation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 2258 template<int64_t Angle, int64_t Remainder> 2266 return (Value % Angle == Remainder && Value <= 270); in isComplexRotation()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |