Home
last modified time | relevance | path

Searched refs:fd_acc_create_query (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_acc.h93 struct fd_query * fd_acc_create_query(struct fd_context *ctx, unsigned query_type);
Dfreedreno_query_acc.c174 fd_acc_create_query(struct fd_context *ctx, unsigned query_type) in fd_acc_create_query() function
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c254 ctx->create_query = fd_acc_create_query; in fd5_query_context_init()