Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dcompress.c68 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()
Du_vector.h100 STATIC_ASSERT(__builtin_types_compatible_p(__typeof__(queue), struct u_vector *)); \
Dbitset.h101 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)); \
Dmacros.h92 #define STATIC_ASSERT(cond) do { \ macro
Dhash_table.c775 STATIC_ASSERT(FREED_KEY_VALUE != DELETED_KEY_VALUE); in _mesa_hash_table_u64_create()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_object.h138 STATIC_ASSERT(offsetof(struct __driver_type, __base) == 0); \
178 STATIC_ASSERT(offsetof(struct __driver_type, __base) == 0); \
Dvk_graphics_state.c1835 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()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_util.h120 STATIC_ASSERT(sizeof(*dst) == sizeof(*src)); in vk_copy_struct_guts()
319 STATIC_ASSERT(sizeof(*(src)) == sizeof(*(dest))); \
Dvk_alloc.h247 STATIC_ASSERT(ARRAY_SIZE(ma->ptrs) == 12); in vk_multialloc_alloc()
Dvk_format.c308 STATIC_ASSERT(PIPE_FORMAT_NONE == 0); in vk_format_to_pipe_format()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmdefs.h37 #define STATIC_ASSERT(expr) { \ macro