/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/ |
D | query.rs | 173 pub fn end_query( in end_query() function 655 pub unsafe fn end_query(&mut self, query_pool: Arc<QueryPool>, query: u32) { in end_query() method 822 pub unsafe fn end_query(&mut self, query: Query<'_>) { in end_query() method
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_query.h | 34 bool (*end_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 | 39 void (*end_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 | 14 void (*end_query)(struct nv50_context *, struct nv50_query *); member
|
H A D | nv50_query_hw.h | 21 void (*end_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 | 14 void (*end_query)(struct nvc0_context *, struct nvc0_query *); member
|
H A D | nvc0_query_hw.h | 21 void (*end_query)(struct nvc0_context *, struct nvc0_hw_query *); member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query.h | 25 void (*end_query)(struct fd_context *ctx, struct fd_query *q) dt; member
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeFragmentApiTests.cpp | 395 void end_query(NegativeTestContext &ctx) in end_query() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/ |
D | query.rs | 178 pub fn end_query( in end_query() function
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_query.cpp | 556 end_query(struct d3d12_context *ctx, struct d3d12_query *q_parent) in end_query() function
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | queryobj.c | 249 end_query(struct gl_context *ctx, struct gl_query_object *q) in end_query() function
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/ |
H A D | context.rs | 529 pub(crate) unsafe fn end_query(&self, pq: *mut pipe_query) -> bool { in end_query() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/ |
D | ares_process.c | 1469 static void end_query (ares_channel channel, struct query *query, int status, in end_query() function
|
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 257 bool (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_query.c | 1001 end_query(struct zink_context *ctx, struct zink_query *q) in end_query() function
|
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 749 def end_query(self, query): member in Context
|