Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/util/
Dvk_util.h282 #define STACK_ARRAY_SIZE 8 macro
285 type _stack_##name[STACK_ARRAY_SIZE], *const name = \
286 (size) <= STACK_ARRAY_SIZE ? _stack_##name : malloc((size) * sizeof(type))