Home
last modified time | relevance | path

Searched refs:hud_batch_query_context (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_private.h52 struct hud_batch_query_context *batch_query;
152 struct hud_batch_query_context;
163 void hud_pipe_query_install(struct hud_batch_query_context **pbq,
172 boolean hud_driver_query_install(struct hud_batch_query_context **pbq,
175 void hud_batch_query_begin(struct hud_batch_query_context *bq,
177 void hud_batch_query_update(struct hud_batch_query_context *bq,
179 void hud_batch_query_cleanup(struct hud_batch_query_context **pbq,
Dhud_driver_query.c44 struct hud_batch_query_context { struct
56 hud_batch_query_update(struct hud_batch_query_context *bq, in hud_batch_query_update() argument
118 hud_batch_query_begin(struct hud_batch_query_context *bq, in hud_batch_query_begin()
133 batch_query_add(struct hud_batch_query_context **pbq, in batch_query_add()
136 struct hud_batch_query_context *bq = *pbq; in batch_query_add()
140 bq = CALLOC_STRUCT(hud_batch_query_context); in batch_query_add()
171 hud_batch_query_cleanup(struct hud_batch_query_context **pbq, in hud_batch_query_cleanup()
174 struct hud_batch_query_context *bq = *pbq; in hud_batch_query_cleanup()
196 struct hud_batch_query_context *batch;
218 struct hud_batch_query_context *bq = info->batch; in query_new_value_batch()
[all …]