Searched refs:lima_dump (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_util.h | 32 struct lima_dump; 36 struct lima_dump *lima_dump_create(void); 37 struct lima_dump *lima_dump_next(struct lima_dump *dump); 38 void lima_dump_free(struct lima_dump *dump); 40 void lima_dump_vs_command_stream_print(struct lima_dump *dump, void *data, 42 void lima_dump_plbu_command_stream_print(struct lima_dump *dump, void *data, 44 void lima_dump_rsw_command_stream_print(struct lima_dump *dump, void *data, 46 void lima_dump_texture_descriptor(struct lima_dump *dump, void *data, 49 void _lima_dump_command_stream_print(struct lima_dump *dump, void *data,
|
D | lima_util.c | 37 struct lima_dump { struct 82 lima_dump_vs_command_stream_print(struct lima_dump *dump, void *data, in lima_dump_vs_command_stream_print() 90 lima_dump_plbu_command_stream_print(struct lima_dump *dump, void *data, in lima_dump_plbu_command_stream_print() 98 lima_dump_rsw_command_stream_print(struct lima_dump *dump, void *data, in lima_dump_rsw_command_stream_print() 106 lima_dump_texture_descriptor(struct lima_dump *dump, void *data, in lima_dump_texture_descriptor() 113 struct lima_dump * 121 struct lima_dump *ret = MALLOC_STRUCT(lima_dump); in lima_dump_create() 142 lima_dump_free(struct lima_dump *dump) in lima_dump_free() 168 _lima_dump_command_stream_print(struct lima_dump *dump, void *data, in _lima_dump_command_stream_print()
|
D | lima_job.h | 36 struct lima_dump; 84 struct lima_dump *dump;
|