Lines Matching refs:var
53 tp_args=[Arg(type='uint8_t', var='name', c_format='%hhu'),],
57 tp_args=[Arg(type='uint8_t', var='level', c_format='%hhu'),],
61 tp_args=[Arg(type='uint16_t', var='width', c_format='%hu'),
62 Arg(type='uint16_t', var='height', c_format='%hu'),
63 Arg(type='uint8_t', var='att_count', c_format='%hhu'),
64 Arg(type='uint8_t', var='msaa', c_format='%hhu'),])
67 tp_args=[Arg(type='uint16_t', var='width', c_format='%hu'),
68 Arg(type='uint16_t', var='height', c_format='%hu'),
69 Arg(type='uint8_t', var='att_count', c_format='%hhu'),
70 Arg(type='uint8_t', var='msaa', c_format='%hhu'),
71 Arg(type='uint8_t', var='suspend', c_format='%hhu'),
72 Arg(type='uint8_t', var='resume', c_format='%hhu'),])
75 tp_args=[Arg(type='uint32_t', name='width', var='width', c_format='%u'),
76 Arg(type='uint32_t', name='height', var='height', c_format='%u'),
77 Arg(type='enum isl_aux_op', name='hiz_op', var='hiz_op', c_format='%s', to_prim_type='isl_aux_op_to_name({})'),
78 Arg(type='enum isl_aux_op', name='fast_clear_op', var='fast_clear_op', c_format='%s', to_prim_type='isl_aux_op_to_name({})'),
79 Arg(type='enum blorp_shader_type', name='blorp_type', var='shader_type', c_format='%s', to_prim_type='blorp_shader_type_to_name({})'),
80 Arg(type='enum blorp_shader_pipeline', name='blorp_pipe', var='shader_pipe', c_format='%s', to_prim_type='blorp_shader_pipeline_to_name({})'),])
83 tp_args=[Arg(type='uint32_t', var='count', c_format='%u')])
85 tp_args=[Arg(type='uint32_t', var='count', c_format='%u'),])
87 tp_args=[Arg(type='uint32_t', var='count', c_format='%u'),])
89 tp_args=[Arg(type='uint32_t', var='count', c_format='%u'),])
91 tp_args=[Arg(type='uint32_t', var='instance_count', c_format='%u'),])
93 tp_args=[Arg(type='uint32_t', var='draw_count', c_format='%u'),])
95 tp_args=[Arg(type='uint32_t', var='draw_count', c_format='%u'),])
97 tp_args=[Arg(type='uint32_t', var='max_draw_count', c_format='%u'),])
99 tp_args=[Arg(type='uint32_t', var='max_draw_count', c_format='%u'),])
102 tp_args=[Arg(type='uint32_t', var='group_x', c_format='%u'),
103 Arg(type='uint32_t', var='group_y', c_format='%u'),
104 Arg(type='uint32_t', var='group_z', c_format='%u'),],
108 bits = [Arg(type='enum intel_ds_stall_flag', name='flags', var='decode_cb(flags)', c_format='0x%x')]
110 bits.append(Arg(type='bool', name=a[1], var='__entry->flags & INTEL_DS_{0}_BIT'.format(a[0]), c_format='%u'))
140 tp_args=[ArgStruct(type='uint32_t', var='flags'),
141 ArgStruct(type='intel_ds_stall_cb_t', var='decode_cb'),
142 ArgStruct(type='const char *', var='reason'),],
143 tp_struct=[Arg(type='uint32_t', name='flags', var='decode_cb(flags)', c_format='0x%x'),
144 Arg(type='const char *', name='reason', var='reason', c_format='%s'),],