Searched refs:STATIC_ASSERT (Results 1 – 11 of 11) sorted by relevance
68 STATIC_ASSERT(false); in util_compress_max_compressed_len()116 STATIC_ASSERT(false); in util_compress_deflate()162 STATIC_ASSERT(false); in util_compress_inflate()
100 STATIC_ASSERT(__builtin_types_compatible_p(__typeof__(queue), struct u_vector *)); \
101 STATIC_ASSERT(ARRAY_SIZE(r) == ARRAY_SIZE(x)); \102 STATIC_ASSERT(ARRAY_SIZE(r) == ARRAY_SIZE(y)); \108 STATIC_ASSERT(ARRAY_SIZE(r) == ARRAY_SIZE(x)); \109 STATIC_ASSERT(ARRAY_SIZE(r) == ARRAY_SIZE(y)); \
92 #define STATIC_ASSERT(cond) do { \ macro
775 STATIC_ASSERT(FREED_KEY_VALUE != DELETED_KEY_VALUE); in _mesa_hash_table_u64_create()
138 STATIC_ASSERT(offsetof(struct __driver_type, __base) == 0); \178 STATIC_ASSERT(offsetof(struct __driver_type, __base) == 0); \
1835 STATIC_ASSERT(sizeof(*(dst)->state) == sizeof(*(src))); \2629 STATIC_ASSERT(sizeof(dyn->ds.stencil.front.write_mask) == 1); in vk_common_CmdSetStencilCompareMask()2650 STATIC_ASSERT(sizeof(dyn->ds.stencil.front.write_mask) == 1); in vk_common_CmdSetStencilWriteMask()2671 STATIC_ASSERT(sizeof(dyn->ds.stencil.front.write_mask) == 1); in vk_common_CmdSetStencilReference()
120 STATIC_ASSERT(sizeof(*dst) == sizeof(*src)); in vk_copy_struct_guts()319 STATIC_ASSERT(sizeof(*(src)) == sizeof(*(dest))); \
247 STATIC_ASSERT(ARRAY_SIZE(ma->ptrs) == 12); in vk_multialloc_alloc()
308 STATIC_ASSERT(PIPE_FORMAT_NONE == 0); in vk_format_to_pipe_format()
37 #define STATIC_ASSERT(expr) { \ macro