Searched defs:destroy_query (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_query.h | 32 void (*destroy_query)(struct v3d_context *v3d, struct v3d_query *query); member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_query.h | 37 void (*destroy_query)(struct etna_context *ctx, struct etna_query *q); member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_query.h | 12 void (*destroy_query)(struct nv50_context *, struct nv50_query *); member
|
H A D | nv50_query_hw.h | 19 void (*destroy_query)(struct nv50_context *, struct nv50_hw_query *); member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_query.h | 12 void (*destroy_query)(struct nvc0_context *, struct nvc0_query *); member
|
H A D | nvc0_query_hw.h | 19 void (*destroy_query)(struct nvc0_context *, struct nvc0_hw_query *); member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query.h | 23 void (*destroy_query)(struct fd_context *ctx, struct fd_query *q) dt; member
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/ |
H A D | context.rs | 548 pub(crate) unsafe fn destroy_query(&self, pq: *mut pipe_query) { in destroy_query() method
|
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 253 void (*destroy_query)(struct pipe_context *pipe, member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_query.c | 408 destroy_query(struct zink_context *ctx, struct zink_query *query) in destroy_query() function
|
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 743 def destroy_query(self, query): member in Context
|