Searched refs:active_query_list (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Devergreen_hw_context.c37 LIST_INITHEAD(&ctx->active_query_list);
H A Dr600_query.c48 LIST_ADDTAIL(&rquery->list, &rctx->active_query_list);
H A Dradeonsi_pipe.h158 struct list_head active_query_list; member in struct:r600_context
H A Dr600_hw_context.c630 LIST_FOR_EACH_ENTRY(query, &ctx->active_query_list, list) {
642 LIST_FOR_EACH_ENTRY(query, &ctx->active_query_list, list) {
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Devergreen_hw_context.c37 LIST_INITHEAD(&ctx->active_query_list);
H A Dr600_query.c48 LIST_ADDTAIL(&rquery->list, &rctx->active_query_list);
H A Dradeonsi_pipe.h158 struct list_head active_query_list; member in struct:r600_context
H A Dr600_hw_context.c630 LIST_FOR_EACH_ENTRY(query, &ctx->active_query_list, list) {
642 LIST_FOR_EACH_ENTRY(query, &ctx->active_query_list, list) {

Completed in 85 milliseconds