Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_acc.c189 fd_acc_create_query2(struct fd_context *ctx, unsigned query_type, in fd_acc_create_query2() function
223 return fd_acc_create_query2(ctx, query_type, index, in fd_acc_create_query()
Dfreedreno_query_acc.h104 fd_acc_create_query2(struct fd_context *ctx, unsigned query_type,
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_query.c220 q = fd_acc_create_query2(ctx, 0, 0, &perfcntr); in fd2_create_batch_query()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c428 q = fd_acc_create_query2(ctx, 0, 0, &perfcntr); in fd5_create_batch_query()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c627 q = fd_acc_create_query2(ctx, 0, 0, &perfcntr); in fd6_create_batch_query()