Searched refs:__VK_ARG_N (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_log.h | 30 /* __VK_ARG_N(...) returns the number of arguments provided to it */ 32 #define __VK_ARG_N(...) __VK_ARG_SEQ(__VA_ARGS__,8,7,6,5,4,3,2,1,0) macro 35 __VK_ARG_N(__VA_ARGS__), (const void*[]){__VA_ARGS__}
|
Completed in 1 milliseconds