Searched refs:si_query (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_query.h | 38 struct si_query; 131 void (*destroy)(struct si_context *, struct si_query *); 132 bool (*begin)(struct si_context *, struct si_query *); 133 bool (*end)(struct si_context *, struct si_query *); 134 bool (*get_result)(struct si_context *, struct si_query *, bool wait, 136 void (*get_result_resource)(struct si_context *, struct si_query *, bool wait, 140 void (*suspend)(struct si_context *, struct si_query *); 141 void (*resume)(struct si_context *, struct si_query *); 144 struct si_query { struct 196 struct si_query b; [all …]
|
D | si_query.c | 49 struct si_query b; 61 static void si_query_sw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_sw_destroy() 119 static bool si_query_sw_begin(struct si_context *sctx, struct si_query *squery) in si_query_sw_begin() 276 static bool si_query_sw_end(struct si_context *sctx, struct si_query *squery) in si_query_sw_end() 436 static bool si_query_sw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_query_sw_get_result() 594 void si_query_hw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_hw_destroy() 640 static void si_query_hw_get_result_resource(struct si_context *sctx, struct si_query *squery, 1107 struct si_query *squery = (struct si_query *)query; in si_destroy_query() 1115 struct si_query *squery = (struct si_query *)query; in si_begin_query() 1120 bool si_query_hw_begin(struct si_context *sctx, struct si_query *squery) in si_query_hw_begin() [all …]
|
D | si_perfcounter.c | 49 struct si_query b; 207 static void si_pc_query_destroy(struct si_context *sctx, struct si_query *squery) in si_pc_query_destroy() 237 static void si_pc_query_resume(struct si_context *sctx, struct si_query *squery) in si_pc_query_resume() 274 static void si_pc_query_suspend(struct si_context *sctx, struct si_query *squery) in si_pc_query_suspend() 310 static bool si_pc_query_begin(struct si_context *ctx, struct si_query *squery) in si_pc_query_begin() 324 static bool si_pc_query_end(struct si_context *ctx, struct si_query *squery) in si_pc_query_end() 352 static bool si_pc_query_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_pc_query_get_result()
|
D | gfx10_query.c | 138 static void gfx10_sh_query_destroy(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_destroy() 145 static bool gfx10_sh_query_begin(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_begin() 164 static bool gfx10_sh_query_end(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_end() 233 static bool gfx10_sh_query_get_result(struct si_context *sctx, struct si_query *rquery, bool wait, in gfx10_sh_query_get_result() 278 static void gfx10_sh_query_get_result_resource(struct si_context *sctx, struct si_query *rquery, in gfx10_sh_query_get_result_resource()
|
D | meson.build | 46 'si_query.c', 47 'si_query.h',
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 1999 - radeonsi: move query suspend logic into the top-level si_query struct
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 3276 ../src/gallium/drivers/radeonsi/si_query.c 3277 ../src/gallium/drivers/radeonsi/si_query.h
|