Home
last modified time | relevance | path

Searched refs:fd6_query_sample (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c37 struct PACKED fd6_query_sample { struct
43 /* offset of a single field of an array of fd6_query_sample: */
46 (idx * sizeof(struct fd6_query_sample)) + \
47 offsetof(struct fd6_query_sample, field), \
50 /* offset of a single field of fd6_query_sample: */
124 struct fd6_query_sample *sp = buf; in occlusion_counter_result()
132 struct fd6_query_sample *sp = buf; in occlusion_predicate_result()
138 .size = sizeof(struct fd6_query_sample),
146 .size = sizeof(struct fd6_query_sample),
154 .size = sizeof(struct fd6_query_sample),
[all...]
/third_party/mesa3d/src/freedreno/computerator/
H A Da6xx.c80 struct PACKED fd6_query_sample { struct
86 /* offset of a single field of an array of fd6_query_sample: */
89 (idx * sizeof(struct fd6_query_sample)) + \
90 offsetof(struct fd6_query_sample, field), \
446 a6xx_backend->num_perfcntrs * sizeof(struct fd6_query_sample), 0, "query"); in a6xx_emit_grid()
521 struct fd6_query_sample *samples = fd_bo_map(a6xx_backend->query_mem); in a6xx_read_perfcntrs()

Completed in 2 milliseconds