Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/util/
Dvk_util.h346 #define STACK_ARRAY_ZERO_INIT {} macro
348 #define STACK_ARRAY_ZERO_INIT {0} macro
352 type _stack_##name[STACK_ARRAY_SIZE] = STACK_ARRAY_ZERO_INIT; \