Searched defs:end_query (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_query.h | 34 bool (*end_query)(struct v3d_context *v3d, struct v3d_query *query); member
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_query.h | 39 void (*end_query)(struct etna_context *ctx, struct etna_query *q); member
|
/third_party/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
|
/third_party/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
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query.h | 42 void (*end_query)(struct fd_context *ctx, struct fd_query *q) dt; member
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 379 void end_query (NegativeTestContext& ctx) in end_query() function
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_query.cpp | 349 end_query(struct d3d12_context *ctx, struct d3d12_query *q) in end_query() function
|
/third_party/node/deps/cares/src/lib/ |
D | ares_process.c | 1430 static void end_query (ares_channel channel, struct query *query, int status, in end_query() function
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 241 bool (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_query.c | 743 end_query(struct zink_context *ctx, struct zink_batch *batch, struct zink_query *q) in end_query() function
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 699 def end_query(self, query): member in Context
|