/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_query_hw.c | 37 struct nvc0_hw_query *hq = nvc0_hw_query(q); in nvc0_hw_query_allocate() local 41 if (hq->bo) { in nvc0_hw_query_allocate() 42 nouveau_bo_ref(NULL, &hq->bo); in nvc0_hw_query_allocate() 43 if (hq->mm) { in nvc0_hw_query_allocate() 44 if (hq->state == NVC0_HW_QUERY_STATE_READY) in nvc0_hw_query_allocate() 45 nouveau_mm_free(hq->mm); in nvc0_hw_query_allocate() 48 nouveau_mm_free_work, hq->mm); in nvc0_hw_query_allocate() 52 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &hq->bo, in nvc0_hw_query_allocate() 53 &hq in nvc0_hw_query_allocate() 72 struct nvc0_hw_query *hq = nvc0_hw_query(q); nvc0_hw_query_get() local 88 struct nvc0_hw_query *hq = nvc0_hw_query(q); nvc0_hw_query_rotate() local 99 struct nvc0_hw_query *hq = nvc0_hw_query(q); nvc0_hw_query_update() local 113 struct nvc0_hw_query *hq = nvc0_hw_query(q); nvc0_hw_destroy_query() local 126 nvc0_hw_query_write_compute_invocations(struct nvc0_context *nvc0, struct nvc0_hw_query *hq, uint32_t offset) nvc0_hw_query_write_compute_invocations() argument 145 struct nvc0_hw_query *hq = nvc0_hw_query(q); nvc0_hw_begin_query() local 230 struct nvc0_hw_query *hq = nvc0_hw_query(q); nvc0_hw_end_query() local 311 struct nvc0_hw_query *hq = nvc0_hw_query(q); nvc0_hw_get_query_result() local 397 struct nvc0_hw_query *hq = nvc0_hw_query(q); nvc0_hw_get_query_result_resource() local 528 struct nvc0_hw_query *hq; nvc0_hw_create_query() local 630 struct nvc0_hw_query *hq = nvc0_hw_query(q); nvc0_hw_query_pushbuf_submit() local 641 struct nvc0_hw_query *hq = nvc0_hw_query(q); nvc0_hw_query_fifo_wait() local [all...] |
H A D | nvc0_query_hw_metric.c | 445 nvc0_hw_metric_query_get_cfg(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_metric_query_get_cfg() argument 449 struct nvc0_query *q = &hq->base; in nvc0_hw_metric_query_get_cfg() 466 struct nvc0_hw_query *hq) in nvc0_hw_metric_destroy_query() 468 struct nvc0_hw_metric_query *hmq = nvc0_hw_metric_query(hq); in nvc0_hw_metric_destroy_query() 478 nvc0_hw_metric_begin_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_metric_begin_query() argument 480 struct nvc0_hw_metric_query *hmq = nvc0_hw_metric_query(hq); in nvc0_hw_metric_begin_query() 493 nvc0_hw_metric_end_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_metric_end_query() argument 495 struct nvc0_hw_metric_query *hmq = nvc0_hw_metric_query(hq); in nvc0_hw_metric_end_query() 503 sm20_hw_metric_calc_result(struct nvc0_hw_query *hq, uint64_t res64[8]) in sm20_hw_metric_calc_result() argument 505 switch (hq in sm20_hw_metric_calc_result() 465 nvc0_hw_metric_destroy_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) nvc0_hw_metric_destroy_query() argument 550 sm21_hw_metric_calc_result(struct nvc0_hw_query *hq, uint64_t res64[8]) sm21_hw_metric_calc_result() argument 596 sm30_hw_metric_calc_result(struct nvc0_hw_query *hq, uint64_t res64[8]) sm30_hw_metric_calc_result() argument 651 sm35_hw_metric_calc_result(struct nvc0_hw_query *hq, uint64_t res64[8]) sm35_hw_metric_calc_result() argument 667 nvc0_hw_metric_get_query_result(struct nvc0_context *nvc0, struct nvc0_hw_query *hq, bool wait, union pipe_query_result *result) nvc0_hw_metric_get_query_result() argument 721 struct nvc0_hw_query *hq; nvc0_hw_metric_create_query() local [all...] |
H A D | nvc0_query.c | 103 struct nvc0_hw_query *hq = nvc0_hw_query(q); in nvc0_render_condition() local 124 if (hq->state == NVC0_HW_QUERY_STATE_READY) in nvc0_render_condition() 152 if (wait && hq->state != NVC0_HW_QUERY_STATE_READY) in nvc0_render_condition() 156 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nvc0_render_condition() 158 PUSH_DATAh(push, hq->bo->offset + hq->offset); in nvc0_render_condition() 159 PUSH_DATA (push, hq->bo->offset + hq->offset); in nvc0_render_condition() 162 PUSH_DATAh(push, hq->bo->offset + hq in nvc0_render_condition() [all...] |
H A D | nvc0_query_hw_sm.c | 2282 nvc0_hw_sm_query_get_cfg(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_sm_query_get_cfg() argument 2286 struct nvc0_query *q = &hq->base; in nvc0_hw_sm_query_get_cfg() 2302 nvc0_hw_sm_destroy_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_sm_destroy_query() argument 2304 struct nvc0_query *q = &hq->base; in nvc0_hw_sm_destroy_query() 2306 nouveau_fence_ref(NULL, &hq->fence); in nvc0_hw_sm_destroy_query() 2307 FREE(hq); in nvc0_hw_sm_destroy_query() 2311 nve4_hw_sm_begin_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nve4_hw_sm_begin_query() argument 2315 struct nvc0_hw_sm_query *hsq = nvc0_hw_sm_query(hq); in nve4_hw_sm_begin_query() 2320 cfg = nvc0_hw_sm_query_get_cfg(nvc0, hq); in nve4_hw_sm_begin_query() 2343 hq in nve4_hw_sm_begin_query() 2396 nvc0_hw_sm_begin_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) nvc0_hw_sm_begin_query() argument 2501 nvc0_hw_sm_upload_input(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) nvc0_hw_sm_upload_input() argument 2535 nvc0_hw_sm_end_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) nvc0_hw_sm_end_query() argument 2623 nvc0_hw_sm_query_read_data(uint32_t count[32][8], struct nvc0_context *nvc0, bool wait, struct nvc0_hw_query *hq, const struct nvc0_hw_sm_query_cfg *cfg, unsigned mp_count) nvc0_hw_sm_query_read_data() argument 2649 nve4_hw_sm_query_read_data(uint32_t count[32][8], struct nvc0_context *nvc0, bool wait, struct nvc0_hw_query *hq, const struct nvc0_hw_sm_query_cfg *cfg, unsigned mp_count) nve4_hw_sm_query_read_data() argument 2681 nvc0_hw_sm_get_query_result(struct nvc0_context *nvc0, struct nvc0_hw_query *hq, bool wait, union pipe_query_result *result) nvc0_hw_sm_get_query_result() argument 2721 struct nvc0_hw_query *hq; nvc0_hw_sm_create_query() local [all...] |
H A D | nvc0_query_hw_metric.h | 13 nvc0_hw_metric_query(struct nvc0_hw_query *hq) in nvc0_hw_metric_query() argument 15 return (struct nvc0_hw_metric_query *)hq; in nvc0_hw_metric_query()
|
H A D | nvc0_query_hw_sm.h | 12 nvc0_hw_sm_query(struct nvc0_hw_query *hq) in nvc0_hw_sm_query() argument 14 return (struct nvc0_hw_sm_query *)hq; in nvc0_hw_sm_query()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_query_hw.c | 46 struct nv50_hw_query *hq = nv50_hw_query(q); in nv50_hw_query_allocate() local 49 if (hq->bo) { in nv50_hw_query_allocate() 50 nouveau_bo_ref(NULL, &hq->bo); in nv50_hw_query_allocate() 51 if (hq->mm) { in nv50_hw_query_allocate() 52 if (hq->state == NV50_HW_QUERY_STATE_READY) in nv50_hw_query_allocate() 53 nouveau_mm_free(hq->mm); in nv50_hw_query_allocate() 56 nouveau_mm_free_work, hq->mm); in nv50_hw_query_allocate() 60 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, in nv50_hw_query_allocate() 61 &hq->bo, &hq in nv50_hw_query_allocate() 80 struct nv50_hw_query *hq = nv50_hw_query(q); nv50_hw_query_get() local 96 struct nv50_hw_query *hq = nv50_hw_query(q); nv50_hw_query_update() local 110 struct nv50_hw_query *hq = nv50_hw_query(q); nv50_hw_destroy_query() local 126 struct nv50_hw_query *hq = nv50_hw_query(q); nv50_hw_begin_query() local 201 struct nv50_hw_query *hq = nv50_hw_query(q); nv50_hw_end_query() local 275 struct nv50_hw_query *hq = nv50_hw_query(q); nv50_hw_get_query_result() local 357 struct nv50_hw_query *hq; nv50_hw_create_query() local 453 struct nv50_hw_query *hq = nv50_hw_query(q); nv50_hw_query_pushbuf_submit() local 467 struct nv50_hw_query *hq = nv50_hw_query(q); nv84_hw_query_fifo_wait() local [all...] |
H A D | nv50_query_hw_metric.c | 60 struct nv50_hw_query *hq) in nv50_hw_metric_query_get_cfg() 62 struct nv50_query *q = &hq->base; in nv50_hw_metric_query_get_cfg() 68 struct nv50_hw_query *hq) in nv50_hw_metric_destroy_query() 70 struct nv50_hw_metric_query *hmq = nv50_hw_metric_query(hq); in nv50_hw_metric_destroy_query() 80 nv50_hw_metric_begin_query(struct nv50_context *nv50, struct nv50_hw_query *hq) in nv50_hw_metric_begin_query() argument 82 struct nv50_hw_metric_query *hmq = nv50_hw_metric_query(hq); in nv50_hw_metric_begin_query() 95 nv50_hw_metric_end_query(struct nv50_context *nv50, struct nv50_hw_query *hq) in nv50_hw_metric_end_query() argument 97 struct nv50_hw_metric_query *hmq = nv50_hw_metric_query(hq); in nv50_hw_metric_end_query() 105 sm11_hw_metric_calc_result(struct nv50_hw_query *hq, uint64_t res64[4]) in sm11_hw_metric_calc_result() argument 107 switch (hq in sm11_hw_metric_calc_result() 59 nv50_hw_metric_query_get_cfg(struct nv50_context *nv50, struct nv50_hw_query *hq) nv50_hw_metric_query_get_cfg() argument 67 nv50_hw_metric_destroy_query(struct nv50_context *nv50, struct nv50_hw_query *hq) nv50_hw_metric_destroy_query() argument 122 nv50_hw_metric_get_query_result(struct nv50_context *nv50, struct nv50_hw_query *hq, bool wait, union pipe_query_result *result) nv50_hw_metric_get_query_result() argument 156 struct nv50_hw_query *hq; nv50_hw_metric_create_query() local [all...] |
H A D | nv50_query_hw_sm.c | 146 nv50_hw_sm_query_get_cfg(struct nv50_context *nv50, struct nv50_hw_query *hq) in nv50_hw_sm_query_get_cfg() argument 148 struct nv50_query *q = &hq->base; in nv50_hw_sm_query_get_cfg() 153 nv50_hw_sm_destroy_query(struct nv50_context *nv50, struct nv50_hw_query *hq) in nv50_hw_sm_destroy_query() argument 155 struct nv50_query *q = &hq->base; in nv50_hw_sm_destroy_query() 157 nouveau_fence_ref(NULL, &hq->fence); in nv50_hw_sm_destroy_query() 158 FREE(hq); in nv50_hw_sm_destroy_query() 162 nv50_hw_sm_begin_query(struct nv50_context *nv50, struct nv50_hw_query *hq) in nv50_hw_sm_begin_query() argument 166 struct nv50_hw_sm_query *hsq = nv50_hw_sm_query(hq); in nv50_hw_sm_begin_query() 171 cfg = nv50_hw_sm_query_get_cfg(nv50, hq); in nv50_hw_sm_begin_query() 185 hq in nv50_hw_sm_begin_query() 215 nv50_hw_sm_end_query(struct nv50_context *nv50, struct nv50_hw_query *hq) nv50_hw_sm_end_query() argument 308 nv50_hw_sm_query_read_data(uint32_t count[32][4], struct nv50_context *nv50, bool wait, struct nv50_hw_query *hq, const struct nv50_hw_sm_query_cfg *cfg, unsigned mp_count) nv50_hw_sm_query_read_data() argument 334 nv50_hw_sm_get_query_result(struct nv50_context *nv50, struct nv50_hw_query *hq, bool wait, union pipe_query_result *result) nv50_hw_sm_get_query_result() argument 373 struct nv50_hw_query *hq; nv50_hw_sm_create_query() local [all...] |
H A D | nv50_query.c | 81 struct nv50_hw_query *hq = nv50_hw_query(q); in nv50_render_condition() local 101 if (hq->state == NV50_HW_QUERY_STATE_READY) in nv50_render_condition() 130 if (wait && hq->state != NV50_HW_QUERY_STATE_READY) { in nv50_render_condition() 135 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nv50_render_condition() 137 PUSH_DATAh(push, hq->bo->offset + hq->offset); in nv50_render_condition() 138 PUSH_DATA (push, hq->bo->offset + hq->offset); in nv50_render_condition() 142 PUSH_DATAh(push, hq->bo->offset + hq in nv50_render_condition() [all...] |
H A D | nv50_query_hw_metric.h | 13 nv50_hw_metric_query(struct nv50_hw_query *hq) in nv50_hw_metric_query() argument 15 return (struct nv50_hw_metric_query *)hq; in nv50_hw_metric_query()
|
H A D | nv50_query_hw_sm.h | 12 nv50_hw_sm_query(struct nv50_hw_query *hq) in nv50_hw_sm_query() argument 14 return (struct nv50_hw_sm_query *)hq; in nv50_hw_sm_query()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_hw.c | 74 query_active_in_batch(struct fd_batch *batch, struct fd_hw_query *hq) in query_active_in_batch() argument 76 int idx = pidx(hq->provider->query_type); in query_active_in_batch() 81 resume_query(struct fd_batch *batch, struct fd_hw_query *hq, 84 int idx = pidx(hq->provider->query_type); 85 DBG("%p", hq); 87 assert(!hq->period); 90 hq->period = slab_alloc_st(&batch->ctx->sample_period_pool); 91 list_inithead(&hq->period->list); 92 hq->period->start = get_sample(batch, ring, hq 113 destroy_periods(struct fd_context *ctx, struct fd_hw_query *hq) destroy_periods() argument 127 struct fd_hw_query *hq = fd_hw_query(q); fd_hw_destroy_query() local 141 struct fd_hw_query *hq = fd_hw_query(q); global() variable 163 struct fd_hw_query *hq = fd_hw_query(q); global() variable 188 struct fd_hw_query *hq = fd_hw_query(q); fd_hw_get_query_result() local 265 struct fd_hw_query *hq; fd_hw_create_query() local 381 struct fd_hw_query *hq; fd_hw_query_update_batch() local [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_interlace.asm | 34 add dstq, hq 35 add srcq, hq 38 neg hq 42 test hq, mmsize 46 movu m0, [mrefq+hq] 47 pavg%1 m0, [prefq+hq] 49 pxor m2, m6, [srcq+hq] 52 movu [dstq+hq], m0 53 add hq, mmsize 57 movu m0, [mrefq+hq] [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_scheduler.cpp | 657 hazard_query hq; 658 init_hazard_query(&hq); 659 add_to_hazard_query(&hq, current); 691 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false); 702 add_to_hazard_query(&hq, candidate.get()); 709 add_to_hazard_query(&hq, candidate.get()); 742 HazardResult haz = perform_hazard_query(&hq, candidate.get(), true); 754 init_hazard_query(&hq); 761 add_to_hazard_query(&hq, candidate.get()); 773 add_to_hazard_query(&hq, candidat [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | canopus.mak | 16 FATE_CANOPUS_HQ_HQA += fate-canopus-hq_hqa-hq 17 fate-canopus-hq_hqa-hq: CMD = framecrc -i $(TARGET_SAMPLES)/canopus/hq.avi
|
H A D | vcodec.mak | 58 dnxhd-2k-hr-hq \ 84 fate-vsynth%-dnxhd-2k-hr-hq: ENCOPTS = -s 2k -profile:v dnxhr_hq \ 86 fate-vsynth%-dnxhd-2k-hr-hq: DECOPTS = -sws_flags area+accurate_rnd+bitexact 104 dnxhd-hr-lb-mov dnxhd-hr-sq-mov dnxhd-hr-hq-mov \ 126 fate-vsynth%-dnxhd-hr-hq-mov: ENCOPTS = -s 2kflat -profile:v dnxhr_hq \ 128 fate-vsynth%-dnxhd-hr-hq-mov: DECOPTS = -sws_flags area+accurate_rnd+bitexact 359 fate-vsynth%-prores_ks: ENCOPTS = -profile hq
|
/third_party/skia/gm/ |
H A D | clippedbitmapshaders.cpp | 53 ClippedBitmapShadersGM(SkTileMode mode, bool hq=false) in ClippedBitmapShadersGM() argument 54 : fMode(mode), fHQ(hq) { in ClippedBitmapShadersGM() 79 descriptor.append("-hq");
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | aacpsdsp.asm | 95 movaps m0, [hq] 128 movaps m0, [hq] 129 movaps m1, [hq+mmsize]
|
H A D | vc1dsp_mc.asm | 155 mov hq, 8 183 dec hq
|
H A D | videodsp.asm | 108 dec hq ; } while (h--)
|
/third_party/node/test/parallel/ |
H A D | test-url-parse-format.js | 839 'http://a.b/\tbc\ndr\ref g"hq\'j<kl>?mn\\op^q=r`99{st|uv}wz': { 846 pathname: '/%09bc%0Adr%0Def%20g%22hq%27j%3Ckl%3E', 847 path: '/%09bc%0Adr%0Def%20g%22hq%27j%3Ckl%3E?mn%5Cop%5Eq=r%6099%7Bst%7Cuv%7Dwz', 850 href: 'http://a.b/%09bc%0Adr%0Def%20g%22hq%27j%3Ckl%3E?mn%5Cop%5Eq=r%6099%7Bst%7Cuv%7Dwz'
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_hqx.c | 454 static int hq##size##x(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \ 548 .description = NULL_IF_CONFIG_SMALL("Scale the input by 2, 3 or 4 using the hq*x magnification algorithm."),
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo_enc.c | 6 * 4MV & hq & B-frame encoding stuff by Michael Niedermayer <michaelni@gmx.at> 1735 int hq = (avctx->mb_decision == FF_MB_DECISION_RD || avctx->trellis); in ff_mpv_encode_picture() local 1736 int min_step = hq ? 1 : (1<<(FF_LAMBDA_SHIFT + 7))/139; in ff_mpv_encode_picture()
|