Searched defs:kSizeBits (Results 1 – 2 of 2) sorted by relevance
2283 constexpr size_t kSizeBits = sizeof(mInputAssemblyAndColorBlendStateInfo.blendConstants[0]) * 8; in updateBlendColor() local2306 constexpr size_t kSizeBits = sizeof(PackedColorBlendAttachmentState) * 8; in updateBlendEquations() local2325 constexpr size_t kSizeBits = sizeof(PackedColorBlendAttachmentState) * 8; in updateBlendFuncs() local2351 constexpr size_t kSizeBits = sizeof(PackedColorBlendAttachmentState) * 8; in resetBlendFuncsAndEquations() local
72 static const int kSizeBits = 8; variable