Home
last modified time | relevance | path

Searched refs:Angle (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DInstancingTest.cpp32 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 Dsorted_items.rs19 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 Dsort-items.rs19 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 Dunsorted-items.rs49 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 Dsorted_items.hpp11 struct Angle struct
28 struct Angle struct
H A Dunsorted-items.h9 struct Angle struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.h167 template<int64_t Angle, int64_t Remainder>
H A DAArch64InstPrinter.cpp1461 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 DARMInstPrinter.h249 template<int64_t Angle, int64_t Remainder>
H A DARMInstPrinter.cpp1640 template<int64_t Angle, int64_t Remainder>
1645 O << "#" << (Val * Angle) + Remainder;
/third_party/ffmpeg/libavfilter/
H A Dvf_vpp_qsv.c464 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 DAArch64AsmParser.cpp1132 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 DARMAsmParser.cpp2258 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 Dstylo.hpp[all...]

Completed in 61 milliseconds