HomeSort by relevance Sort by last modified time
    Searched refs:hw_active_queries (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query_hw.c 153 list_addtail(&hq->list, &ctx->hw_active_queries);
387 LIST_FOR_EACH_ENTRY(hq, &batch->ctx->hw_active_queries, list) {
freedreno_context.h 189 struct list_head hw_active_queries; member in struct:fd_context
freedreno_context.c 323 list_inithead(&ctx->hw_active_queries);

Completed in 1955 milliseconds