Searched defs:destroy_query (Results 1 – 10 of 10) sorted by relevance
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| D | v3d_query.h | 32 void (*destroy_query)(struct v3d_context *v3d, struct v3d_query *query); member
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_query.h | 37 void (*destroy_query)(struct etna_context *ctx, struct etna_query *q); member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| D | nv50_query.h | 12 void (*destroy_query)(struct nv50_context *, struct nv50_query *); member
|
| D | nv50_query_hw.h | 19 void (*destroy_query)(struct nv50_context *, struct nv50_hw_query *); member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| D | nvc0_query.h | 12 void (*destroy_query)(struct nvc0_context *, struct nvc0_query *); member
|
| D | nvc0_query_hw.h | 19 void (*destroy_query)(struct nvc0_context *, struct nvc0_hw_query *); member
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| D | freedreno_query.h | 40 void (*destroy_query)(struct fd_context *ctx, struct fd_query *q) dt; member
|
| /third_party/mesa3d/src/gallium/include/pipe/ |
| D | p_context.h | 237 void (*destroy_query)(struct pipe_context *pipe, member
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_query.c | 368 destroy_query(struct zink_screen *screen, struct zink_query *query) in destroy_query() function
|
| /third_party/mesa3d/src/gallium/tools/trace/ |
| D | dump_state.py | 743 def destroy_query(self, query): member in Context
|