Home
last modified time | relevance | path

Searched defs:getBaseAlignment (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/compiler/translator/
Dblocklayout.cpp173 size_t getBaseAlignment() const { return mCurrentAlignment; } in getBaseAlignment() function in sh::__anon53c7741b0111::BaseAlignmentVisitor
337 size_t Std140BlockEncoder::getBaseAlignment(const ShaderVariable &variable) const in getBaseAlignment() function in sh::Std140BlockEncoder
350 size_t Std430BlockEncoder::getBaseAlignment(const ShaderVariable &shaderVar) const in getBaseAlignment() function in sh::Std430BlockEncoder
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h169 uint64_t getBaseAlignment() const { return (1u << BaseAlignLog2) >> 1; } in getBaseAlignment() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h232 uint64_t getBaseAlignment() const { return (1ull << BaseAlignLog2) >> 1; } in getBaseAlignment() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp1526 int TIntermediate::getBaseAlignment(const TType& type, int& size, int& stride, TLayoutPacking layou… in getBaseAlignment() function in glslang::TIntermediate
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp162 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment() function
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp162 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment() function
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp8879 static CharUnits getBaseAlignment(EvalInfo &Info, const LValue &Value) { in getBaseAlignment() function