Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_util.h360 #define STACK_ARRAY_SIZE 8 macro
369 type _stack_##name[STACK_ARRAY_SIZE] = STACK_ARRAY_ZERO_INIT; \
371 ((size) <= STACK_ARRAY_SIZE ? _stack_##name : (type *)malloc((size) * sizeof(type)))