Searched defs:end_query (Results  1 – 14 of 14) sorted by relevance
| /external/mesa3d/src/gallium/drivers/etnaviv/ | 
| D | etnaviv_query.h | 39    void (*end_query)(struct etna_context *ctx, struct etna_query *q);  member
 | 
| /external/mesa3d/src/gallium/drivers/nouveau/nv50/ | 
| D | nv50_query.h | 14    void (*end_query)(struct nv50_context *, struct nv50_query *);  member
 | 
| D | nv50_query_hw.h | 21    void (*end_query)(struct nv50_context *, struct nv50_hw_query *);  member
 | 
| /external/mesa3d/src/gallium/drivers/nouveau/nvc0/ | 
| D | nvc0_query.h | 14    void (*end_query)(struct nvc0_context *, struct nvc0_query *);  member
 | 
| D | nvc0_query_hw.h | 21    void (*end_query)(struct nvc0_context *, struct nvc0_hw_query *);  member
 | 
| /external/mesa3d/src/gallium/drivers/freedreno/ | 
| D | freedreno_query.h | 39 	void (*end_query)(struct fd_context *ctx, struct fd_query *q);  member
 | 
| /external/deqp/modules/gles31/functional/ | 
| D | es31fNegativeFragmentApiTests.cpp | 379 void end_query (NegativeTestContext& ctx)  in end_query()  function
 | 
| /external/mesa3d/src/gallium/drivers/zink/ | 
| D | zink_query.c | 379 end_query(struct zink_context *ctx, struct zink_batch *batch, struct zink_query *q)  in end_query()  function
 | 
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ | 
| D | ares_process.c | 1381 static void end_query (ares_channel channel, struct query *query, int status,  in end_query()  function
 | 
| /external/mesa3d/src/gallium/include/pipe/ | 
| D | p_context.h | 191    bool (*end_query)(struct pipe_context *pipe, struct pipe_query *q);  member
 | 
| /external/mesa3d/src/gallium/tools/trace/ | 
| D | dump_state.py | 698     def end_query(self, query):  member in Context
 | 
| /external/rust/crates/vulkano/src/command_buffer/ | 
| D | sys.rs | 1149     pub unsafe fn end_query(&mut self, query: Query) {  in end_query()  method
 | 
| D | auto.rs | 1608     pub fn end_query(  in end_query()  method
 | 
| /external/rust/crates/vulkano/src/command_buffer/synced/ | 
| D | commands.rs | 2009     pub unsafe fn end_query(&mut self, query_pool: Arc<QueryPool>, query: u32) {  in end_query()  method
 |