Home
last modified time | relevance | path

Searched refs:size_to_slots (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c123 #define size_to_slots(size) DIV_ROUND_UP(size, 8) macro
124 #define call_size(type) size_to_slots(sizeof(struct type))
125 #define call_size_with_slots(type, num_slots) size_to_slots( \

Completed in 8 milliseconds