Home
last modified time | relevance | path

Searched defs:pq (Results 1 – 25 of 94) sorted by relevance

1234

/external/mesa3d/src/gallium/frontends/vdpau/
Dpresentation.c44 vlVdpPresentationQueue *pq = NULL; in vlVdpPresentationQueueCreate() local
97 vlVdpPresentationQueue *pq; in vlVdpPresentationQueueDestroy() local
121 vlVdpPresentationQueue *pq; in vlVdpPresentationQueueSetBackgroundColor() local
150 vlVdpPresentationQueue *pq; in vlVdpPresentationQueueGetBackgroundColor() local
179 vlVdpPresentationQueue *pq; in vlVdpPresentationQueueGetTime() local
208 vlVdpPresentationQueue *pq; in vlVdpPresentationQueueDisplay() local
309 vlVdpPresentationQueue *pq; in vlVdpPresentationQueueBlockUntilSurfaceIdle() local
344 vlVdpPresentationQueue *pq; in vlVdpPresentationQueueQuerySurfaceStatus() local
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.c48 nvc0_destroy_query(struct pipe_context *pipe, struct pipe_query *pq) in nvc0_destroy_query()
55 nvc0_begin_query(struct pipe_context *pipe, struct pipe_query *pq) in nvc0_begin_query()
62 nvc0_end_query(struct pipe_context *pipe, struct pipe_query *pq) in nvc0_end_query()
70 nvc0_get_query_result(struct pipe_context *pipe, struct pipe_query *pq, in nvc0_get_query_result()
79 struct pipe_query *pq, in nvc0_get_query_result_resource()
97 struct pipe_query *pq, in nvc0_render_condition()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query.c52 etna_destroy_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_destroy_query()
60 etna_begin_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_begin_query()
70 etna_end_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_end_query()
80 etna_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, in etna_get_query_result()
123 etna_render_condition(struct pipe_context *pctx, struct pipe_query *pq, in etna_render_condition()
Detnaviv_query_acc_perfmon.c54 pm_add_signal(struct etna_pm_query *pq, struct etna_perfmon *perfmon, in pm_add_signal()
66 struct etna_pm_query *pq = etna_pm_query(aq); in pm_query() local
107 struct etna_pm_query *pq; in perfmon_allocate() local
145 const struct etna_pm_query *pq = etna_pm_query(aq); in perfmon_result() local
Detnaviv_query.h50 etna_query(struct pipe_query *pq) in etna_query()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query.c44 nv50_destroy_query(struct pipe_context *pipe, struct pipe_query *pq) in nv50_destroy_query()
51 nv50_begin_query(struct pipe_context *pipe, struct pipe_query *pq) in nv50_begin_query()
58 nv50_end_query(struct pipe_context *pipe, struct pipe_query *pq) in nv50_end_query()
66 nv50_get_query_result(struct pipe_context *pipe, struct pipe_query *pq, in nv50_get_query_result()
75 struct pipe_query *pq, in nv50_render_condition()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c60 struct llvmpipe_query *pq = CALLOC_STRUCT(llvmpipe_query); in llvmpipe_create_query() local
73 struct llvmpipe_query *pq = llvmpipe_query(q); in llvmpipe_destroy_query() local
100 struct llvmpipe_query *pq = llvmpipe_query(q); in llvmpipe_get_query_result() local
232 const struct llvmpipe_query *pq = llvmpipe_query(q); in llvmpipe_get_query_result_resource() local
402 struct llvmpipe_query *pq = llvmpipe_query(q); in llvmpipe_begin_query() local
464 struct llvmpipe_query *pq = llvmpipe_query(q); in llvmpipe_end_query() local
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c56 fd_destroy_query(struct pipe_context *pctx, struct pipe_query *pq) in_dt in fd_destroy_query()
63 fd_begin_query(struct pipe_context *pctx, struct pipe_query *pq) in_dt in fd_begin_query()
73 fd_end_query(struct pipe_context *pctx, struct pipe_query *pq) in_dt in fd_end_query()
89 fd_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, bool wait, in fd_get_query_result()
100 fd_get_query_result_resource(struct pipe_context *pctx, struct pipe_query *pq, in fd_get_query_result_resource()
114 fd_render_condition(struct pipe_context *pctx, struct pipe_query *pq, in fd_render_condition()
/external/grpc-grpc/test/core/iomgr/
Dtimer_heap_test.cc46 static int contains(grpc_timer_heap* pq, grpc_timer* el) { in contains()
54 static void check_valid(grpc_timer_heap* pq) { in check_valid()
73 grpc_timer_heap pq; in test1() local
161 grpc_timer_heap pq; in test2() local
232 grpc_timer_heap pq; in shrink_test() local
/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/sync_pq/
Dpq_single_thread_pass.cpp56 sync_pq pq; in test_pull_for() local
67 sync_pq pq; in test_pull_until() local
78 sync_pq pq; in test_nonblocking_pull() local
89 sync_pq pq; in test_pull_for_when_not_empty() local
102 sync_pq pq; in test_pull_until_when_not_empty() local
115 sync_pq pq; in main() local
Dpq_multi_thread_pass.cpp45 sync_pq pq; in test_pull() local
67 sync_pq pq; in test_push() local
83 sync_pq pq; in test_both() local
129 sync_pq pq; in compute_sum() local
Dtq_single_thread_pass.cpp30 sync_tq pq; in test_all() local
63 sync_tq pq; in test_all_with_try() local
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_query.c142 nv30_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) in nv30_query_destroy()
148 nv30_query_begin(struct pipe_context *pipe, struct pipe_query *pq) in nv30_query_begin()
178 nv30_query_end(struct pipe_context *pipe, struct pipe_query *pq) in nv30_query_end()
200 nv30_query_result(struct pipe_context *pipe, struct pipe_query *pq, in nv30_query_result()
240 struct pipe_query *pq, in nv40_query_render_condition()
/external/grpc-grpc/test/core/event_engine/posix/
Dtimer_heap_test.cc52 void CheckValid(TimerHeap* pq) { in CheckValid()
67 TimerHeap pq; in TEST() local
138 TimerHeap pq; in TEST() local
/external/libchrome/base/task_scheduler/
Dpriority_queue_unittest.cc84 PriorityQueue pq; in TEST() local
148 PriorityQueue pq; in TEST() local
/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
Dassign_copy.addressof.compile.pass.cpp22 std::priority_queue<operator_hijacker> pq; in test() local
/external/licenseclassifier/stringclassifier/internal/pq/
Dpriority_test.go14 package pq package
Dpriority.go16 package pq package
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dexport_unittest.py17 import pyquery as pq namespace
/external/mesa3d/src/gallium/frontends/nine/
Dquery9.h38 struct pipe_query *pq; member
/external/cronet/base/task/thread_pool/
Ddelayed_priority_queue_unittest.cc62 DelayedPriorityQueue pq; member in base::internal::__anon2be0115b0111::DelayedPriorityQueueWithSequencesTest
Dpriority_queue_unittest.cc78 PriorityQueue pq; member in base::internal::__anond1f2de040111::PriorityQueueWithSequencesTest
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DInterpreterMobileNetTest.java123 PriorityQueue<Map.Entry<Integer, Float>> pq = in getTopKLabels() local
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DTensorFlowObjectDetectionAPIModel.java174 final PriorityQueue<Recognition> pq = in recognizeImage() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
DConjugateGradient.java207 final double pq = p.dotProduct(q); in solveInPlace() local

1234