Searched refs:null_size (Results 1 – 7 of 7) sorted by relevance
57 (sizeof (T) > T::null_size ? sizeof (T) : T::null_size)> {};111 extern HB_INTERNAL const unsigned char _hb_Null_##Namespace##_##Type[Namespace::Type::null_size]; \121 const unsigned char _hb_Null_##Namespace##_##Type[Namespace::Type::null_size]
106 static constexpr unsigned null_size = (size); \113 static constexpr unsigned null_size = (size); \118 static constexpr unsigned null_size = (size); \128 static constexpr unsigned null_size = (size); \
52 …_null_size<T, hb_void_t<decltype (T::min_size)>> : hb_integral_constant<unsigned, T::null_size> {};99 extern HB_INTERNAL const unsigned char _hb_Null_##Namespace##_##Type[Namespace::Type::null_size]; \109 const unsigned char _hb_Null_##Namespace##_##Type[Namespace::Type::null_size]
117 static constexpr unsigned null_size = (size); \124 static constexpr unsigned null_size = (size); \129 static constexpr unsigned null_size = (size); \139 static constexpr unsigned null_size = (size); \
738 VkDescriptorPoolSize null_size = {VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 1}; in zink_descriptors_init_lazy() local739 ctx->dd->dummy_pool = create_pool(screen, 1, &null_size, 0); in zink_descriptors_init_lazy()