mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 19:38:16 +02:00
intel/ds: remove unused trace point
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16655>
This commit is contained in:
parent
4dd3e755ea
commit
2702159268
2 changed files with 0 additions and 9 deletions
|
|
@ -454,7 +454,6 @@ extern "C" {
|
|||
CREATE_DUAL_EVENT_CALLBACK(batch, INTEL_DS_QUEUE_STAGE_CMD_BUFFER)
|
||||
CREATE_DUAL_EVENT_CALLBACK(cmd_buffer, INTEL_DS_QUEUE_STAGE_CMD_BUFFER)
|
||||
CREATE_DUAL_EVENT_CALLBACK(render_pass, INTEL_DS_QUEUE_STAGE_RENDER_PASS)
|
||||
CREATE_DUAL_EVENT_CALLBACK(dyn_render_pass, INTEL_DS_QUEUE_STAGE_RENDER_PASS)
|
||||
CREATE_DUAL_EVENT_CALLBACK(blorp, INTEL_DS_QUEUE_STAGE_BLORP)
|
||||
CREATE_DUAL_EVENT_CALLBACK(draw, INTEL_DS_QUEUE_STAGE_DRAW)
|
||||
CREATE_DUAL_EVENT_CALLBACK(draw_indexed, INTEL_DS_QUEUE_STAGE_DRAW)
|
||||
|
|
|
|||
|
|
@ -86,14 +86,6 @@ def define_tracepoints(args):
|
|||
Arg(type='uint8_t', var='att_count', c_format='%hhu'),
|
||||
Arg(type='uint8_t', var='msaa', c_format='%hhu'),])
|
||||
|
||||
begin_end_tp('dyn_render_pass',
|
||||
tp_args=[Arg(type='uint16_t', var='width', c_format='%hu'),
|
||||
Arg(type='uint16_t', var='height', c_format='%hu'),
|
||||
Arg(type='uint8_t', var='att_count', c_format='%hhu'),
|
||||
Arg(type='uint8_t', var='msaa', c_format='%hhu'),
|
||||
Arg(type='uint8_t', var='suspend', c_format='%hhu'),
|
||||
Arg(type='uint8_t', var='resume', c_format='%hhu'),])
|
||||
|
||||
begin_end_tp('blorp',
|
||||
tp_args=[Arg(type='enum blorp_op', name='op', var='op', c_format='%s', to_prim_type='blorp_op_to_name({})'),
|
||||
Arg(type='uint32_t', name='width', var='width', c_format='%u'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue