Home
last modified time | relevance | path

Searched defs:AlignmentMask (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h53 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h67 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1; variable
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_dec.cpp1297 const uint32_t AlignmentMask = 31; in d3d12_video_decoder_get_frame_info() local