Home
last modified time | relevance | path

Searched refs:bb_area (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/tools/null_state_gen/
Dintel_batchbuffer.c39 void bb_area_emit(struct bb_area *a, uint32_t dword, item_type type, const char *str) in bb_area_emit()
54 void bb_area_emit_offset(struct bb_area *a, unsigned offset, uint32_t dword, item_type type, const … in bb_area_emit_offset()
69 static struct bb_item *bb_area_get(struct bb_area *a, unsigned i) in bb_area_get()
75 static unsigned bb_area_items(struct bb_area *a) in bb_area_items()
80 static unsigned long bb_area_used(struct bb_area *a) in bb_area_used()
88 static unsigned long bb_area_room(struct bb_area *a) in bb_area_room()
104 batch->cmds = calloc(1, sizeof(struct bb_area)); in intel_batchbuffer_create()
110 batch->state = calloc(1, sizeof(struct bb_area)); in intel_batchbuffer_create()
123 static void bb_area_align(struct bb_area *a, unsigned align) in bb_area_align()
Dintel_batchbuffer.h58 struct bb_area { struct
64 struct bb_area *cmds; argument
65 struct bb_area *state;
99 void bb_area_emit(struct bb_area *a, uint32_t dword, item_type type, const char *str);
100 void bb_area_emit_offset(struct bb_area *a, unsigned i, uint32_t dword, item_type type, const char …