Home
last modified time | relevance | path

Searched refs:occlusion_counter (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c118 static const struct fd_hw_sample_provider occlusion_counter = { variable
148 fd_hw_query_register_provider(pctx, &occlusion_counter); in fd3_query_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c239 static const struct fd_hw_sample_provider occlusion_counter = { variable
291 fd_hw_query_register_provider(pctx, &occlusion_counter); in fd4_query_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c135 static const struct fd_acc_sample_provider occlusion_counter = { variable
457 fd_acc_query_register_provider(pctx, &occlusion_counter); in fd5_query_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c132 static const struct fd_acc_sample_provider occlusion_counter = { variable
653 fd_acc_query_register_provider(pctx, &occlusion_counter); in fd6_query_context_init()
/external/igt-gpu-tools/lib/
Dpanfrost-job.h996 uintptr_t occlusion_counter; /* A single bit as far as I can tell */ member