Home
last modified time | relevance | path

Searched refs:hq (Results 1 – 25 of 208) sorted by relevance

123456789

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.c51 struct nv50_hw_query *hq = nv50_hw_query(q); in nv50_hw_query_allocate() local
54 if (hq->bo) { in nv50_hw_query_allocate()
55 nouveau_bo_ref(NULL, &hq->bo); in nv50_hw_query_allocate()
56 if (hq->mm) { in nv50_hw_query_allocate()
57 if (hq->state == NV50_HW_QUERY_STATE_READY) in nv50_hw_query_allocate()
58 nouveau_mm_free(hq->mm); in nv50_hw_query_allocate()
61 nouveau_mm_free_work, hq->mm); in nv50_hw_query_allocate()
65 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, in nv50_hw_query_allocate()
66 &hq->bo, &hq->base_offset); in nv50_hw_query_allocate()
67 if (!hq->bo) in nv50_hw_query_allocate()
[all …]
Dnv50_query_hw_sm.c146 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->data[b + 16] = 0; in nv50_hw_sm_begin_query()
[all …]
Dnv50_query_hw_metric.c60 struct nv50_hw_query *hq) in nv50_hw_metric_query_get_cfg() argument
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() argument
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[8]) in sm11_hw_metric_calc_result() argument
107 switch (hq->base.type - NV50_HW_METRIC_QUERY(0)) { in sm11_hw_metric_calc_result()
[all …]
Dnv50_query.c81 struct nv50_hw_query *hq = nv50_hw_query(q); in nv50_render_condition() local
102 if (unlikely(hq->nesting)) in nv50_render_condition()
137 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nv50_render_condition()
139 PUSH_DATAh(push, hq->bo->offset + hq->offset); in nv50_render_condition()
140 PUSH_DATA (push, hq->bo->offset + hq->offset); in nv50_render_condition()
144 PUSH_DATAh(push, hq->bo->offset + hq->offset); in nv50_render_condition()
145 PUSH_DATA (push, hq->bo->offset + hq->offset); in nv50_render_condition()
Dnv50_query_hw_metric.h13 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()
Dnv50_query_hw_sm.h12 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()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c42 struct nvc0_hw_query *hq = nvc0_hw_query(q); in nvc0_hw_query_allocate() local
46 if (hq->bo) { in nvc0_hw_query_allocate()
47 nouveau_bo_ref(NULL, &hq->bo); in nvc0_hw_query_allocate()
48 if (hq->mm) { in nvc0_hw_query_allocate()
49 if (hq->state == NVC0_HW_QUERY_STATE_READY) in nvc0_hw_query_allocate()
50 nouveau_mm_free(hq->mm); in nvc0_hw_query_allocate()
53 nouveau_mm_free_work, hq->mm); in nvc0_hw_query_allocate()
57 hq->mm = nouveau_mm_allocate(screen->base.mm_GART, size, &hq->bo, in nvc0_hw_query_allocate()
58 &hq->base_offset); in nvc0_hw_query_allocate()
59 if (!hq->bo) in nvc0_hw_query_allocate()
[all …]
Dnvc0_query_hw_metric.c441 nvc0_hw_metric_query_get_cfg(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_metric_query_get_cfg() argument
445 struct nvc0_query *q = &hq->base; in nvc0_hw_metric_query_get_cfg()
462 struct nvc0_hw_query *hq) in nvc0_hw_metric_destroy_query() argument
464 struct nvc0_hw_metric_query *hmq = nvc0_hw_metric_query(hq); in nvc0_hw_metric_destroy_query()
474 nvc0_hw_metric_begin_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_metric_begin_query() argument
476 struct nvc0_hw_metric_query *hmq = nvc0_hw_metric_query(hq); in nvc0_hw_metric_begin_query()
489 nvc0_hw_metric_end_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_metric_end_query() argument
491 struct nvc0_hw_metric_query *hmq = nvc0_hw_metric_query(hq); in nvc0_hw_metric_end_query()
499 sm20_hw_metric_calc_result(struct nvc0_hw_query *hq, uint64_t res64[8]) in sm20_hw_metric_calc_result() argument
501 switch (hq->base.type - NVC0_HW_METRIC_QUERY(0)) { in sm20_hw_metric_calc_result()
[all …]
Dnvc0_query.c103 struct nvc0_hw_query *hq = nvc0_hw_query(q); in nvc0_render_condition() local
124 if (unlikely(hq->nesting)) in nvc0_render_condition()
157 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_RD); in nvc0_render_condition()
159 PUSH_DATAh(push, hq->bo->offset + hq->offset); in nvc0_render_condition()
160 PUSH_DATA (push, hq->bo->offset + hq->offset); in nvc0_render_condition()
163 PUSH_DATAh(push, hq->bo->offset + hq->offset); in nvc0_render_condition()
164 PUSH_DATA (push, hq->bo->offset + hq->offset); in nvc0_render_condition()
167 PUSH_DATAh(push, hq->bo->offset + hq->offset); in nvc0_render_condition()
168 PUSH_DATA (push, hq->bo->offset + hq->offset); in nvc0_render_condition()
Dnvc0_query_hw_sm.c2278 nvc0_hw_sm_query_get_cfg(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_sm_query_get_cfg() argument
2282 struct nvc0_query *q = &hq->base; in nvc0_hw_sm_query_get_cfg()
2298 nvc0_hw_sm_destroy_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nvc0_hw_sm_destroy_query() argument
2300 struct nvc0_query *q = &hq->base; in nvc0_hw_sm_destroy_query()
2302 nouveau_fence_ref(NULL, &hq->fence); in nvc0_hw_sm_destroy_query()
2303 FREE(hq); in nvc0_hw_sm_destroy_query()
2307 nve4_hw_sm_begin_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq) in nve4_hw_sm_begin_query() argument
2311 struct nvc0_hw_sm_query *hsq = nvc0_hw_sm_query(hq); in nve4_hw_sm_begin_query()
2316 cfg = nvc0_hw_sm_query_get_cfg(nvc0, hq); in nve4_hw_sm_begin_query()
2339 hq->data[i * 10 + 10] = 0; in nve4_hw_sm_begin_query()
[all …]
Dnvc0_query_hw_metric.h13 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()
Dnvc0_query_hw_sm.h12 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()
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
Dproject4.go97 func (hq Headquarter) ID() uint64 { return hq.id }
98 func (hq Headquarter) Location() string { return hq.location }
99 func (hq Headquarter) SubDivisions() []string { return hq.subDivisions }
100 func (hq Headquarter) IncorporatedDate() time.Time { return hq.incorporatedDate }
101 func (hq Headquarter) MetaData() *pb.MetaData { return hq.metaData }
102 func (hq Headquarter) PrivateMessage() []byte { return hq.privateMessage }
103 func (hq Headquarter) PublicMessage() []byte { return hq.publicMessage }
104 func (hq Headquarter) HorseBack() string { return hq.horseBack }
105 func (hq Headquarter) Rattle() string { return hq.rattle }
106 func (hq Headquarter) Convulsion() bool { return hq.convulsion }
[all …]
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query_hw.c46 occlusion_start(struct etna_hw_query *hq, struct etna_context *ctx) in occlusion_start() argument
48 struct etna_resource *rsc = etna_resource(hq->prsc); in occlusion_start()
54 if (hq->samples > 63) { in occlusion_start()
55 hq->samples = 63; in occlusion_start()
59 r.offset = hq->samples * 8; /* 64bit value */ in occlusion_start()
65 occlusion_stop(struct etna_hw_query *hq, struct etna_context *ctx) in occlusion_stop() argument
72 occlusion_suspend(struct etna_hw_query *hq, struct etna_context *ctx) in occlusion_suspend() argument
74 occlusion_stop(hq, ctx); in occlusion_suspend()
78 occlusion_resume(struct etna_hw_query *hq, struct etna_context *ctx) in occlusion_resume() argument
80 hq->samples++; in occlusion_resume()
[all …]
Detnaviv_query_hw.h37 void (*start)(struct etna_hw_query *hq, struct etna_context *ctx);
38 void (*stop)(struct etna_hw_query *hq, struct etna_context *ctx);
39 void (*suspend)(struct etna_hw_query *hq, struct etna_context *ctx);
40 void (*resume)(struct etna_hw_query *hq, struct etna_context *ctx);
42 void (*result)(struct etna_hw_query *hq, void *buf,
67 etna_hw_query_suspend(struct etna_hw_query *hq, struct etna_context *ctx) in etna_hw_query_suspend() argument
69 const struct etna_hw_sample_provider *p = hq->provider; in etna_hw_query_suspend()
71 if (!hq->base.active) in etna_hw_query_suspend()
74 p->suspend(hq, ctx); in etna_hw_query_suspend()
78 etna_hw_query_resume(struct etna_hw_query *hq, struct etna_context *ctx) in etna_hw_query_resume() argument
[all …]
Detnaviv_context.c266 list_for_each_entry(struct etna_hw_query, hq, &ctx->active_hw_queries, node) in etna_draw_vbo()
267 resource_written(ctx, hq->prsc); in etna_draw_vbo()
314 list_for_each_entry(struct etna_hw_query, hq, &ctx->active_hw_queries, node) in etna_flush()
315 etna_hw_query_suspend(hq, ctx); in etna_flush()
321 list_for_each_entry(struct etna_hw_query, hq, &ctx->active_hw_queries, node) in etna_flush()
322 etna_hw_query_resume(hq, ctx); in etna_flush()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c76 is_active(struct fd_hw_query *hq, enum fd_render_stage stage) in is_active() argument
78 return !!(hq->provider->active & stage); in is_active()
83 resume_query(struct fd_batch *batch, struct fd_hw_query *hq, in resume_query() argument
86 int idx = pidx(hq->provider->query_type); in resume_query()
87 DBG("%p", hq); in resume_query()
89 assert(!hq->period); in resume_query()
91 hq->period = slab_alloc_st(&batch->ctx->sample_period_pool); in resume_query()
92 list_inithead(&hq->period->list); in resume_query()
93 hq->period->start = get_sample(batch, ring, hq->base.type); in resume_query()
95 hq->period->end = NULL; in resume_query()
[all …]
/external/clang/test/OpenMP/
Ddeclare_simd_ast_print.cpp21 template <class C> void h(C *hp, C *hp2, C *hq, C *lin) { in h() argument
42 void h(int *hp, int *hp2, int *hq, int *lin) in h() argument
47 h((float*) hp, (float*) hp2, (float*) hq, (float*) lin); in h()
Ddeclare_simd_codegen.cpp16 void h(C *hp, C *hp2, C *hq, C *lin) { in h() argument
23 void h(int *hp, int *hp2, int *hq, int *lin) { in h() argument
27 h((float *)hp, (float *)hp2, (float *)hq, (float *)lin); in h()
Ddeclare_simd_messages.cpp42 void h(C *hp, C *hp2, C *hq, C *lin) { in h() argument
48 void h(int *hp, int *hp2, int *hq, int *lin) { in h() argument
49 h((float *)hp, (float *)hp2, (float *)hq, (float *)lin); in h()
/external/skia/gm/
Dclippedbitmapshaders.cpp45 ClippedBitmapShadersGM(SkShader::TileMode mode, bool hq=false) in ClippedBitmapShadersGM() argument
46 : fMode(mode), fHQ(hq) { in ClippedBitmapShadersGM()
/external/skqp/gm/
Dclippedbitmapshaders.cpp45 ClippedBitmapShadersGM(SkShader::TileMode mode, bool hq=false) in ClippedBitmapShadersGM() argument
46 : fMode(mode), fHQ(hq) { in ClippedBitmapShadersGM()
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/skqp/
Drendertests.txt126 clipped-bitmap-shaders-clamp-hq,0
128 clipped-bitmap-shaders-mirror-hq,0
130 clipped-bitmap-shaders-tile-hq,0
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/gmkb/
Dmodels.txt122 clipped-bitmap-shaders-clamp-hq
124 clipped-bitmap-shaders-mirror-hq
126 clipped-bitmap-shaders-tile-hq
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D0a7789b6e2daaab5a8b0b66d0a606550.00001dcd.honggfuzz.cov42 …I�E��w�������'�Y�n4ޗO���yy&�RDi��l��!����V��@^��>E�/��e��uG�ğq����hq�B�4ߥ�)Se j��K�����…
74 …I�E��w�������'�Y�n4ޗO���yy&�RDi��l��!����V��@^��>E�/��e��uG�ğq����hq�B�4ߥ�)Se j��K�����…

123456789