Home
last modified time | relevance | path

Searched defs:kSizeBits (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp4021 constexpr size_t kSizeBits = sizeof(PackedColorBlendAttachmentState) * 8; in updateBlendEquations() local
4040 constexpr size_t kSizeBits = sizeof(PackedColorBlendAttachmentState) * 8; in updateBlendFuncs() local
4069 constexpr size_t kSizeBits = sizeof(PackedColorBlendAttachmentState) * 8; in resetBlendFuncsAndEquations() local
/external/vixl/src/aarch32/
Dinstructions-aarch32.h72 static const int kSizeBits = 8; variable