Searched refs:fd_batch_query_data (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_query.c69 struct fd_batch_query_data { struct
78 struct fd_batch_query_data *data = aq->query_data;
117 struct fd_batch_query_data *data = aq->query_data;
145 struct fd_batch_query_data *data = aq->query_data;
168 struct fd_batch_query_data *data;
170 data = CALLOC_VARIANT_LENGTH_STRUCT(fd_batch_query_data,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_query.c68 struct fd_batch_query_data { struct
77 struct fd_batch_query_data *data = aq->query_data;
116 struct fd_batch_query_data *data = aq->query_data;
144 struct fd_batch_query_data *data = aq->query_data;
167 struct fd_batch_query_data *data;
170 fd_batch_query_data, num_queries * sizeof(data->query_entries[0]));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c269 struct fd_batch_query_data { struct
278 struct fd_batch_query_data *data = aq->query_data;
318 struct fd_batch_query_data *data = aq->query_data;
359 struct fd_batch_query_data *data = aq->query_data;
383 struct fd_batch_query_data *data;
385 data = CALLOC_VARIANT_LENGTH_STRUCT(fd_batch_query_data,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c269 struct fd_batch_query_data { struct
278 struct fd_batch_query_data *data = aq->query_data;
318 struct fd_batch_query_data *data = aq->query_data;
359 struct fd_batch_query_data *data = aq->query_data;
383 struct fd_batch_query_data *data;
385 data = CALLOC_VARIANT_LENGTH_STRUCT(fd_batch_query_data,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c262 struct fd_batch_query_data { struct
271 struct fd_batch_query_data *data = aq->query_data;
311 struct fd_batch_query_data *data = aq->query_data;
351 struct fd_batch_query_data *data = aq->query_data;
375 struct fd_batch_query_data *data;
378 fd_batch_query_data, num_queries * sizeof(data->query_entries[0]));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c461 struct fd_batch_query_data { struct
470 struct fd_batch_query_data *data = aq->query_data;
510 struct fd_batch_query_data *data = aq->query_data;
550 struct fd_batch_query_data *data = aq->query_data;
574 struct fd_batch_query_data *data;
577 fd_batch_query_data, num_queries * sizeof(data->query_entries[0]));

Completed in 6 milliseconds