Home
last modified time | relevance | path

Searched refs:MAX_ITEMS (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/tools/null_state_gen/
Dintel_batchbuffer.c43 assert(a->num_items < MAX_ITEMS); in bb_area_emit()
59 assert(a->num_items < MAX_ITEMS); in bb_area_emit_offset()
83 assert(a->num_items <= MAX_ITEMS); in bb_area_used()
91 assert (a->num_items <= MAX_ITEMS); in bb_area_room()
93 return (MAX_ITEMS - a->num_items) * 4; in bb_area_room()
Dintel_batchbuffer.h37 #define MAX_ITEMS 1024 macro
59 struct bb_item item[MAX_ITEMS];
/external/harfbuzz_ng/src/
Dhb-uniscribe.cc804 #define MAX_ITEMS 256 in _hb_uniscribe_shape() macro
806 SCRIPT_ITEM items[MAX_ITEMS + 1]; in _hb_uniscribe_shape()
809 ULONG script_tags[MAX_ITEMS]; in _hb_uniscribe_shape()
821 MAX_ITEMS, in _hb_uniscribe_shape()
830 #undef MAX_ITEMS in _hb_uniscribe_shape()