Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp2283 constexpr size_t kSizeBits = sizeof(mInputAssemblyAndColorBlendStateInfo.blendConstants[0]) * 8; in updateBlendColor() local
2306 constexpr size_t kSizeBits = sizeof(PackedColorBlendAttachmentState) * 8; in updateBlendEquations() local
2325 constexpr size_t kSizeBits = sizeof(PackedColorBlendAttachmentState) * 8; in updateBlendFuncs() local
2351 constexpr size_t kSizeBits = sizeof(PackedColorBlendAttachmentState) * 8; in resetBlendFuncsAndEquations() local
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h72 static const int kSizeBits = 8; variable