/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/ |
D | query.rs | 48 pub unsafe fn begin_query( in begin_query() function 624 pub unsafe fn begin_query( in begin_query() method 810 pub unsafe fn begin_query(&mut self, query: Query<'_>, flags: QueryControlFlags) { in begin_query() method
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_query.h | 33 bool (*begin_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 | 38 void (*begin_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 | 13 bool (*begin_query)(struct nv50_context *, struct nv50_query *); member
|
H A D | nv50_query_hw.h | 20 bool (*begin_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 | 13 bool (*begin_query)(struct nvc0_context *, struct nvc0_query *); member
|
H A D | nvc0_query_hw.h | 20 bool (*begin_query)(struct nvc0_context *, struct nvc0_hw_query *); member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query.h | 24 void (*begin_query)(struct fd_context *ctx, struct fd_query *q) dt; member
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeFragmentApiTests.cpp | 333 void begin_query(NegativeTestContext &ctx) in begin_query() function
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_driver_query.c | 294 begin_query(struct hud_graph *gr, struct pipe_context *pipe) in begin_query() function
|
H A D | hud_private.h | 116 void (*begin_query)(struct hud_graph *gr, struct pipe_context *pipe); member
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/ |
D | query.rs | 36 pub unsafe fn begin_query( in begin_query() function
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_query.cpp | 463 begin_query(struct d3d12_context *ctx, struct d3d12_query *q_parent, bool restart) in begin_query() function
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | queryobj.c | 147 begin_query(struct gl_context *ctx, struct gl_query_object *q) in begin_query() function
|
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 256 bool (*begin_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 | 879 begin_query(struct zink_context *ctx, struct zink_query *q) in begin_query() function
|
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 746 def begin_query(self, query): member in Context
|