Searched defs:pq (Results 1 - 25 of 29) sorted by relevance

12

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_queryobj.h41 struct pipe_query *pq; member in struct:st_query_object
/external/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h27 explicit latency_sort(LatencyPriorityQueue *pq) : PQ(pq) {} argument
H A DResourcePriorityQueue.h33 explicit resource_sort(ResourcePriorityQueue *pq) : PQ(pq) {} argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c52 struct llvmpipe_query *pq; local
56 pq = CALLOC_STRUCT( llvmpipe_query );
58 return (struct pipe_query *) pq;
65 struct llvmpipe_query *pq = llvmpipe_query(q); local
70 if (pq->fence) {
71 if (!lp_fence_issued(pq->fence))
74 if (!lp_fence_signalled(pq->fence))
75 lp_fence_wait(pq->fence);
77 lp_fence_reference(&pq->fence, NULL);
80 FREE(pq);
90 struct llvmpipe_query *pq = llvmpipe_query(q); local
125 struct llvmpipe_query *pq = llvmpipe_query(q); local
148 struct llvmpipe_query *pq = llvmpipe_query(q); local
[all...]
H A Dlp_rast.c486 struct llvmpipe_query *pq = arg.query_obj; local
490 task->query = pq;
H A Dlp_setup.c1074 struct llvmpipe_query *pq)
1081 setup->active_query = pq;
1086 lp_rast_arg_query(pq))) {
1093 lp_rast_arg_query(pq))) {
1105 lp_setup_end_query(struct lp_setup_context *setup, struct llvmpipe_query *pq) argument
1111 assert(setup->active_query == pq);
1120 /* pq->fence should be the fence of the *last* scene which
1123 lp_fence_reference(&pq->fence, setup->scene->fence);
1132 lp_fence_reference(&pq->fence, setup->last_fence);
1073 lp_setup_begin_query(struct lp_setup_context *setup, struct llvmpipe_query *pq) argument
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h27 explicit latency_sort(LatencyPriorityQueue *pq) : PQ(pq) {} argument
/external/skia/tests/
H A DTDPQueueTest.cpp102 SkTDPQueue<Dummy*, Dummy::LessP, Dummy::PQIndex> pq; local
104 pq.insert(&array[j]);
106 REPORTER_ASSERT(reporter, pq.count() == array.count());
113 while (pq.count()) {
115 Dummy* top = pq.peek();
124 Dummy* top = pq.peek();
126 pq.pop();
135 pq.remove(&array[item]);
145 pq.priorityDidChange(&array[item]);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_query.c142 nv30_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) argument
144 FREE(pq);
148 nv30_query_begin(struct pipe_context *pipe, struct pipe_query *pq) argument
151 struct nv30_query *q = nv30_query(pq);
177 nv30_query_end(struct pipe_context *pipe, struct pipe_query *pq) argument
181 struct nv30_query *q = nv30_query(pq);
198 nv30_query_result(struct pipe_context *pipe, struct pipe_query *pq, argument
202 struct nv30_query *q = nv30_query(pq);
235 struct pipe_query *pq, uint mode)
238 struct nv30_query *q = nv30_query(pq);
234 nv40_query_render_condition(struct pipe_context *pipe, struct pipe_query *pq, uint mode) argument
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_stateobj.h67 struct pipe_query *pq; member in struct:nv50_so_target
H A Dnv50_query.c92 nv50_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) argument
94 nv50_query_allocate(nv50_context(pipe), nv50_query(pq), 0);
95 FREE(nv50_query(pq));
142 nv50_query_begin(struct pipe_context *pipe, struct pipe_query *pq) argument
146 struct nv50_query *q = nv50_query(pq);
195 nv50_query_end(struct pipe_context *pipe, struct pipe_query *pq) argument
199 struct nv50_query *q = nv50_query(pq);
246 nv50_query_result(struct pipe_context *pipe, struct pipe_query *pq, argument
250 struct nv50_query *q = nv50_query(pq);
308 nv84_query_fifo_wait(struct nouveau_pushbuf *push, struct pipe_query *pq) argument
323 nv50_render_condition(struct pipe_context *pipe, struct pipe_query *pq, uint mode) argument
352 nv50_query_pushbuf_submit(struct nouveau_pushbuf *push, struct pipe_query *pq, unsigned result_offset) argument
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_stateobj.h66 struct pipe_query *pq; member in struct:nvc0_so_target
H A Dnvc0_query.c91 nvc0_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) argument
93 nvc0_query_allocate(nvc0_context(pipe), nvc0_query(pq), 0);
94 FREE(nvc0_query(pq));
181 nvc0_query_begin(struct pipe_context *pipe, struct pipe_query *pq) argument
185 struct nvc0_query *q = nvc0_query(pq);
253 nvc0_query_end(struct pipe_context *pipe, struct pipe_query *pq) argument
257 struct nvc0_query *q = nvc0_query(pq);
335 nvc0_query_result(struct pipe_context *pipe, struct pipe_query *pq, argument
339 struct nvc0_query *q = nvc0_query(pq);
409 nvc0_query_fifo_wait(struct nouveau_pushbuf *push, struct pipe_query *pq) argument
427 nvc0_render_condition(struct pipe_context *pipe, struct pipe_query *pq, uint mode) argument
483 nvc0_query_pushbuf_submit(struct nouveau_pushbuf *push, struct pipe_query *pq, unsigned result_offset) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dpresentation.c44 vlVdpPresentationQueue *pq = NULL; local
61 pq = CALLOC(1, sizeof(vlVdpPresentationQueue));
62 if (!pq)
65 pq->device = dev;
66 pq->drawable = pqt->drawable;
69 if (!vl_compositor_init_state(&pq->cstate, dev->context)) {
76 *presentation_queue = vlAddDataHTAB(pq);
86 FREE(pq);
96 vlVdpPresentationQueue *pq; local
98 pq
119 vlVdpPresentationQueue *pq; local
148 vlVdpPresentationQueue *pq; local
177 vlVdpPresentationQueue *pq; local
205 vlVdpPresentationQueue *pq; local
312 vlVdpPresentationQueue *pq; local
346 vlVdpPresentationQueue *pq; local
[all...]
/external/opencv/cv/src/
H A D_cvkdtree.hpp328 void pq_alternate(int alt_n, bbf_pqueue & pq, scalar_type dist) const { argument
333 pq.push_back(bbf_node(alt_n, dist));
334 push_heap(pq.begin(), pq.end());
340 int bbf_branch(int i, const __desctype * d, bbf_pqueue & pq) const {
344 pq_alternate(n.right, pq, n.boundary - d[n.dim]);
347 pq_alternate(n.left, pq, d[n.dim] - n.boundary);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertPathValidatorUtilities.java362 Set pq = new HashSet();
366 return pq;
380 pq.add(new PolicyQualifierInfo(bOut.toByteArray()));
390 return pq;
445 Set pq)
463 pq,
537 Set pq = null;
564 pq = getQualifierSet(pinfo.getPolicyQualifiers());
586 p_node, pq, id_p, ci);
441 processCertD1i( int index, List[] policyNodes, ASN1ObjectIdentifier pOid, Set pq) argument
/external/clang/test/SemaCXX/
H A Doverload-call.cpp198 void test_quals_ranking(int * p, int volatile *pq, int * * pp, int * * * ppp) { argument
200 float* q2 = quals_rank1(pq);
212 quals_rank3(pq);
/external/dnsmasq/src/
H A Drfc2131.c503 char *pq = daemon->dhcp_buff; local
521 memcpy(pq, op+1, *op);
522 pq += *op;
524 *(pq++) = '.';
528 memcpy(pq, op, len);
531 pq += len + 1;
534 if (pq != daemon->dhcp_buff)
535 pq--;
537 *pq = 0;
/external/regex-re2/lib/codereview/
H A Dcodereview.py1833 # hg p / hg pq / hg ps / hg pending
1843 def pq(ui, repo, *pats, **opts): function
2163 "^pq": (
2164 pq,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 7155 milliseconds

12