Home
last modified time | relevance | path

Searched refs:aq (Results 1 – 25 of 221) sorted by relevance

123456789

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_acc.c37 is_active(struct fd_acc_query *aq, enum fd_render_stage stage) in is_active() argument
39 return !!(aq->provider->active & stage); in is_active()
45 struct fd_acc_query *aq = fd_acc_query(q); in fd_acc_destroy_query() local
49 pipe_resource_reference(&aq->prsc, NULL); in fd_acc_destroy_query()
50 list_del(&aq->node); in fd_acc_destroy_query()
52 free(aq); in fd_acc_destroy_query()
56 realloc_query_bo(struct fd_context *ctx, struct fd_acc_query *aq) in realloc_query_bo() argument
61 pipe_resource_reference(&aq->prsc, NULL); in realloc_query_bo()
63 aq->prsc = pipe_buffer_create(&ctx->screen->base, in realloc_query_bo()
67 rsc = fd_resource(aq->prsc); in realloc_query_bo()
[all …]
Dfreedreno_query_acc.h67 void (*resume)(struct fd_acc_query *aq, struct fd_batch *batch);
68 void (*pause)(struct fd_acc_query *aq, struct fd_batch *batch);
/external/tcpdump/tests/
Dspb_bpduv4.out1 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
2 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
3 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
4 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
5 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
6 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
7 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
8 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
9 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
10 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
[all …]
Dspb_bpduv4-v.out1 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
17 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
33 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
49 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
65 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
81 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
97 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
113 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
129 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
145 STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 205
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c42 #define query_sample(aq, field) \ argument
43 fd_resource((aq)->prsc)->bo, \
55 occlusion_resume(struct fd_acc_query *aq, struct fd_batch *batch) in occlusion_resume() argument
63 OUT_RELOCW(ring, query_sample(aq, start)); in occlusion_resume()
73 occlusion_pause(struct fd_acc_query *aq, struct fd_batch *batch) in occlusion_pause() argument
78 OUT_RELOCW(ring, query_sample(aq, stop)); in occlusion_pause()
88 OUT_RELOCW(ring, query_sample(aq, stop)); in occlusion_pause()
96 OUT_RELOC(ring, query_sample(aq, stop)); in occlusion_pause()
105 OUT_RELOCW(ring, query_sample(aq, result)); /* dst */ in occlusion_pause()
106 OUT_RELOC(ring, query_sample(aq, result)); /* srcA */ in occlusion_pause()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Drv32a-valid.s15 # CHECK-INST: lr.w.aq t1, (t2)
17 lr.w.aq t1, (t2)
28 # CHECK-INST: sc.w.aq t5, t4, (t3)
30 sc.w.aq t5, t4, (t3)
66 # CHECK-INST: amoswap.w.aq a4, ra, (s0)
68 amoswap.w.aq a4, ra, (s0)
69 # CHECK-INST: amoadd.w.aq a1, a2, (a3)
71 amoadd.w.aq a1, a2, (a3)
72 # CHECK-INST: amoxor.w.aq a2, a3, (a4)
74 amoxor.w.aq a2, a3, (a4)
[all …]
Drv64a-valid.s13 # CHECK-INST: lr.d.aq t1, (t2)
16 lr.d.aq t1, (t2)
30 # CHECK-INST: sc.d.aq t5, t4, (t3)
33 sc.d.aq t5, t4, (t3)
81 # CHECK-INST: amoswap.d.aq a4, ra, (s0)
84 amoswap.d.aq a4, ra, (s0)
85 # CHECK-INST: amoadd.d.aq a1, a2, (a3)
88 amoadd.d.aq a1, a2, (a3)
89 # CHECK-INST: amoxor.d.aq a2, a3, (a4)
92 amoxor.d.aq a2, a3, (a4)
[all …]
Drv64a-invalid.s8 # Only .aq, .rl, and .aqrl suffixes are valid
10 amoor.d.aq.rl a4, a5, (a6) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
Drv32a-invalid.s8 # Only .aq, .rl, and .aqrl suffixes are valid
10 amoor.w.aq.rl a4, a5, (a6) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
/external/swiftshader/third_party/LLVM/test/Integer/
Dvarargs_bt.ll9 declare void @llvm.va_copy(i8** %aq, i8** %ap)
17 %aq = alloca i8*
18 call void @llvm.va_copy(i8** %aq, i8** %ap)
19 call void @llvm.va_end(i8** %aq)
Dvarargs_new_bt.ll15 %aq = alloca i8* ; <i8**> [#uses=2]
25 call void @llvm.va_copy(i8** %aq, i8* %apv)
26 call void @llvm.va_end(i8** %aq)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dva.ll6 ; CHECK: NoAlias: i8** %ap, i8** %aq
7 ; CHECK: MayAlias: i32* %tmp, i8** %aq
19 %aq = alloca i8*
20 %aq2 = bitcast i8** %aq to i8*
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dva.ll6 ; CHECK: NoAlias: i8** %ap, i8** %aq
7 ; CHECK: MayAlias: i32* %tmp, i8** %aq
19 %aq = alloca i8*
20 %aq2 = bitcast i8** %aq to i8*
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoA.td20 class LR_r<bit aq, bit rl, bits<3> funct3, string opcodestr>
21 : RVInstRAtomic<0b00010, aq, rl, funct3, OPC_AMO,
29 def _AQ : LR_r<1, 0, funct3, opcodestr # ".aq">;
35 class AMO_rr<bits<5> funct5, bit aq, bit rl, bits<3> funct3, string opcodestr>
36 : RVInstRAtomic<funct5, aq, rl, funct3, OPC_AMO,
42 def _AQ : AMO_rr<funct5, 1, 0, funct3, opcodestr # ".aq">;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_format.inc303 const char *format, va_list aq) {
332 void *argp = va_arg(aq, void *);
456 #define SKIP_SCALAR_ARG(aq, convSpecifier, size) \
461 va_arg(*aq, double); \
464 va_arg(*aq, long double); \
467 va_arg(*aq, long double); \
479 va_arg(*aq, u32); \
482 va_arg(*aq, u64); \
494 static void printf_common(void *ctx, const char *format, va_list aq) {
516 SKIP_SCALAR_ARG(&aq, 'd', sizeof(int));
[all …]
/external/swiftshader/third_party/LLVM/test/Feature/
Dvarargs.ll19 %aq = alloca i8* ; <i8**> [#uses=2]
20 %va0.upgrd.2 = bitcast i8** %aq to i8* ; <i8*> [#uses=1]
23 %va.upgrd.4 = bitcast i8** %aq to i8* ; <i8*> [#uses=1]
Dvarargs_new.ll17 %aq = alloca i8* ; <i8**> [#uses=2]
28 %va0.upgrd.2 = bitcast i8** %aq to i8* ; <i8*> [#uses=1]
31 %va.upgrd.4 = bitcast i8** %aq to i8* ; <i8*> [#uses=1]
/external/llvm/test/Feature/
Dvarargs.ll19 %aq = alloca i8* ; <i8**> [#uses=2]
20 %va0.upgrd.2 = bitcast i8** %aq to i8* ; <i8*> [#uses=1]
23 %va.upgrd.4 = bitcast i8** %aq to i8* ; <i8*> [#uses=1]
Dvarargs_new.ll17 %aq = alloca i8* ; <i8**> [#uses=2]
28 %va0.upgrd.2 = bitcast i8** %aq to i8* ; <i8*> [#uses=1]
31 %va.upgrd.4 = bitcast i8** %aq to i8* ; <i8*> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Dvarargs.ll19 %aq = alloca i8* ; <i8**> [#uses=2]
20 %va0.upgrd.2 = bitcast i8** %aq to i8* ; <i8*> [#uses=1]
23 %va.upgrd.4 = bitcast i8** %aq to i8* ; <i8*> [#uses=1]
Dvarargs_new.ll17 %aq = alloca i8* ; <i8**> [#uses=2]
28 %va0.upgrd.2 = bitcast i8** %aq to i8* ; <i8*> [#uses=1]
31 %va.upgrd.4 = bitcast i8** %aq to i8* ; <i8*> [#uses=1]
/external/gemmlowp/test/
Dtest_fixedpoint.cc310 FixedPoint<std::int32_t, tIntegerBits_a> aq; in test_Rescale() local
311 aq.raw() = a; in test_Rescale()
312 test_Rescale<tIntegerBits_a, tIntegerBits_b>(aq); in test_Rescale()
335 FixedPoint<std::int32_t, tIntegerBits_a> aq; in test_mul() local
337 aq.raw() = a; in test_mul()
339 test_mul(aq, bq); in test_mul()
354 FixedPoint<std::int32_t, tIntegerBits_a> aq; in test_ExactMulByPot() local
355 aq.raw() = a; in test_ExactMulByPot()
356 test_ExactMulByPot<tExponent, tIntegerBits_a>(aq); in test_ExactMulByPot()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
DFlatManifestWriterImpl.java154 AudioQuality aq = audioQualities.get(i); in getManifest() local
157 qualityLevel.setAttribute("FourCC", aq.fourCC); in getManifest()
158 qualityLevel.setAttribute("Bitrate", Long.toString(aq.bitrate)); in getManifest()
159 qualityLevel.setAttribute("AudioTag", Integer.toString(aq.audioTag)); in getManifest()
160 qualityLevel.setAttribute("SamplingRate", Long.toString(aq.samplingRate)); in getManifest()
161 qualityLevel.setAttribute("Channels", Integer.toString(aq.channels)); in getManifest()
162 qualityLevel.setAttribute("BitsPerSample", Integer.toString(aq.bitPerSample)); in getManifest()
163 qualityLevel.setAttribute("PacketSize", Integer.toString(aq.packetSize)); in getManifest()
164 qualityLevel.setAttribute("CodecPrivateData", aq.codecPrivateData); in getManifest()
/external/llvm/test/Bitcode/
DvariableArgumentIntrinsic.3.2.ll19 %aq = alloca i8*
20 %aq2 = bitcast i8** %aq to i8*
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
DvariableArgumentIntrinsic.3.2.ll19 %aq = alloca i8*
20 %aq2 = bitcast i8** %aq to i8*

123456789