| /external/mesa3d/src/gallium/state_trackers/vdpau/ |
| D | presentation.c | 44 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/freedreno/ |
| D | freedreno_query.c | 56 fd_destroy_query(struct pipe_context *pctx, struct pipe_query *pq) in fd_destroy_query() 63 fd_begin_query(struct pipe_context *pctx, struct pipe_query *pq) in fd_begin_query() 78 fd_end_query(struct pipe_context *pctx, struct pipe_query *pq) in fd_end_query() 98 fd_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, in fd_get_query_result() 112 fd_render_condition(struct pipe_context *pctx, struct pipe_query *pq, in fd_render_condition()
|
| D | freedreno_query.h | 54 fd_query(struct pipe_query *pq) in fd_query()
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_query.c | 56 struct llvmpipe_query *pq; 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 193 struct llvmpipe_query *pq = llvmpipe_query(q); in llvmpipe_begin_query() local 250 struct llvmpipe_query *pq = llvmpipe_query(q); in llvmpipe_end_query() local
|
| D | lp_rast.c | 485 struct llvmpipe_query *pq = arg.query_obj; in lp_rast_begin_query() local 512 struct llvmpipe_query *pq = arg.query_obj; in lp_rast_end_query() local
|
| /external/mesa3d/src/gallium/drivers/swr/ |
| D | swr_query.cpp | 43 struct swr_query *pq; in swr_create_query() local 63 struct swr_query *pq = swr_query(q); in swr_destroy_query() local 81 struct swr_query *pq = swr_query(q); in swr_get_query_result() local 165 struct swr_query *pq = swr_query(q); in swr_begin_query() local 199 struct swr_query *pq = swr_query(q); in swr_end_query() local
|
| /external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| D | nvc0_query.c | 48 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/ |
| D | etnaviv_query.c | 51 etna_destroy_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_destroy_query() 59 etna_begin_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_begin_query() 74 etna_end_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_end_query() 88 etna_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, in etna_get_query_result()
|
| D | etnaviv_query.h | 51 etna_query(struct pipe_query *pq) in etna_query()
|
| /external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| D | nv50_query.c | 44 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()
|
| D | nv50_stateobj.h | 73 struct pipe_query *pq; member
|
| /external/grpc-grpc/test/core/iomgr/ |
| D | timer_heap_test.cc | 44 static int contains(grpc_timer_heap* pq, grpc_timer* el) { in contains() 52 static void check_valid(grpc_timer_heap* pq) { in check_valid() 71 grpc_timer_heap pq; in test1() local 159 grpc_timer_heap pq; in test2() local 230 grpc_timer_heap pq; in shrink_test() local
|
| /external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| D | nv30_query.c | 144 nv30_query_destroy(struct pipe_context *pipe, struct pipe_query *pq) in nv30_query_destroy() 150 nv30_query_begin(struct pipe_context *pipe, struct pipe_query *pq) in nv30_query_begin() 180 nv30_query_end(struct pipe_context *pipe, struct pipe_query *pq) in nv30_query_end() 202 nv30_query_result(struct pipe_context *pipe, struct pipe_query *pq, in nv30_query_result() 242 struct pipe_query *pq, in nv40_query_render_condition()
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_cb_queryobj.h | 40 struct pipe_query *pq; member
|
| /external/mesa3d/src/gallium/state_trackers/nine/ |
| D | query9.h | 38 struct pipe_query *pq; member
|
| /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/ |
| D | TensorFlowObjectDetectionAPIModel.java | 174 final PriorityQueue<Recognition> pq = in recognizeImage() local
|
| D | TensorFlowImageClassifier.java | 159 PriorityQueue<Recognition> pq = in recognizeImage() local
|
| D | TensorFlowYoloDetector.java | 176 final PriorityQueue<Recognition> pq = in recognizeImage() local
|
| D | TensorFlowMultiBoxDetector.java | 241 final PriorityQueue<Recognition> pq = in recognizeImage() local
|
| /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/ |
| D | TFLiteImageClassifier.java | 170 PriorityQueue<Recognition> pq = in recognizeImage() local
|
| /external/skia/tests/ |
| D | TDPQueueTest.cpp | 102 SkTDPQueue<Dummy*, Dummy::LessP, Dummy::PQIndex> pq; in random_test() local
|
| /external/skqp/tests/ |
| D | TDPQueueTest.cpp | 102 SkTDPQueue<Dummy*, Dummy::LessP, Dummy::PQIndex> pq; in random_test() local
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
| D | CertPathValidatorUtilities.java | 376 Set pq = new HashSet(); in getQualifierSet() local 459 Set pq) in processCertD1i() 551 Set pq = null; in prepareNextCertB1() local
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
| D | CertPathValidatorUtilities.java | 377 Set pq = new HashSet(); in getQualifierSet() local 460 Set pq) in processCertD1i() 552 Set pq = null; in prepareNextCertB1() local
|
| /external/libaom/libaom/aom_dsp/x86/ |
| D | highbd_loopfilter_sse2.c | 108 static INLINE void highbd_hev_filter_mask_x_sse2(__m128i *pq, int x, in highbd_hev_filter_mask_x_sse2() 157 static INLINE void flat_mask_internal(const __m128i *th, const __m128i *pq, in flat_mask_internal() 194 static INLINE void highbd_flat_mask4_sse2(__m128i *pq, __m128i *flat, in highbd_flat_mask4_sse2() 327 __m128i *p, __m128i *q, __m128i *pq, const unsigned char *blt, in highbd_lpf_internal_14_sse2() 502 __m128i p[7], q[7], pq[7]; in aom_highbd_lpf_horizontal_14_sse2() local 741 __m128i pq[3]; in highbd_lpf_internal_6_sse2() local 1001 __m128i pq[4]; in highbd_lpf_internal_8_sse2() local 1280 __m128i pq[2]; in highbd_lpf_internal_4_sse2() local 1584 __m128i q[7], p[7], pq[7]; in aom_highbd_lpf_vertical_14_sse2() local
|