Home
last modified time | relevance | path

Searched refs:fd_acc_sample_provider (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_acc.h59 struct fd_acc_sample_provider { struct
77 const struct fd_acc_sample_provider *provider; argument
96 const struct fd_acc_sample_provider *provider);
Dfreedreno_query_acc.c81 const struct fd_acc_sample_provider *p = aq->provider; in fd_acc_begin_query()
104 const struct fd_acc_sample_provider *p = aq->provider; in fd_acc_end_query()
120 const struct fd_acc_sample_provider *p = aq->provider; in fd_acc_get_query_result()
206 const struct fd_acc_sample_provider *p = aq->provider; in fd_acc_query_set_stage()
221 const struct fd_acc_sample_provider *provider) in fd_acc_query_register_provider()
Dfreedreno_context.h192 const struct fd_acc_sample_provider *acc_sample_providers[MAX_HW_SAMPLE_PROVIDERS];
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c129 static const struct fd_acc_sample_provider occlusion_counter = {
138 static const struct fd_acc_sample_provider occlusion_predicate = {
147 static const struct fd_acc_sample_provider occlusion_predicate_conservative = {
224 static const struct fd_acc_sample_provider time_elapsed = {
240 static const struct fd_acc_sample_provider timestamp = {