Home
last modified time | relevance | path

Searched defs:end_query (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dquery.rs173 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 Dv3d_query.h34 bool (*end_query)(struct v3d_context *v3d, struct v3d_query *query); member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query.h39 void (*end_query)(struct etna_context *ctx, struct etna_query *q); member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.h14 void (*end_query)(struct nv50_context *, struct nv50_query *); member
H A Dnv50_query_hw.h21 void (*end_query)(struct nv50_context *, struct nv50_hw_query *); member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.h14 void (*end_query)(struct nvc0_context *, struct nvc0_query *); member
H A Dnvc0_query_hw.h21 void (*end_query)(struct nvc0_context *, struct nvc0_hw_query *); member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query.h25 void (*end_query)(struct fd_context *ctx, struct fd_query *q) dt; member
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp395 void end_query(NegativeTestContext &ctx) in end_query() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dquery.rs178 pub fn end_query( in end_query() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp556 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 Dqueryobj.c249 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 Dcontext.rs529 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/
Dares_process.c1469 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 Dp_context.h257 bool (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c1001 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 Ddump_state.py749 def end_query(self, query): member in Context