Searched defs:getBaseAlignment (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/compiler/translator/ |
D | blocklayout.cpp | 173 size_t getBaseAlignment() const { return mCurrentAlignment; } in getBaseAlignment() function in sh::__anon9c7bc4420111::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/ |
D | MachineMemOperand.h | 169 uint64_t getBaseAlignment() const { return (1u << BaseAlignLog2) >> 1; } in getBaseAlignment() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 232 uint64_t getBaseAlignment() const { return (1ull << BaseAlignLog2) >> 1; } in getBaseAlignment() function
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | linkValidate.cpp | 1526 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/ |
D | validate_decorations.cpp | 162 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_decorations.cpp | 162 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment() function
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | linkValidate.cpp | 1855 int TIntermediate::getBaseAlignment(const TType& type, int& size, int& stride, TLayoutPacking layou… in getBaseAlignment() function in glslang::TIntermediate
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_decorations.cpp | 162 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment() function
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 8879 static CharUnits getBaseAlignment(EvalInfo &Info, const LValue &Value) { in getBaseAlignment() function
|