Searched defs:getBaseAlignment (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | blocklayout.cpp | 181 size_t getBaseAlignment() const { return mCurrentAlignment; } in getBaseAlignment() function in sh::__anon9d3b63d10111::BaseAlignmentVisitor 376 size_t Std140BlockEncoder::getBaseAlignment(const ShaderVariable &variable) const in getBaseAlignment() function in sh::Std140BlockEncoder 389 size_t Std430BlockEncoder::getBaseAlignment(const ShaderVariable &shaderVar) const in getBaseAlignment() function in sh::Std430BlockEncoder
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | blocklayoutMetal.h | 38 size_t getBaseAlignment() const { return mCurrentAlignment; } in getBaseAlignment() function
|
H A D | blocklayoutMetal.cpp | 383 size_t BlockLayoutEncoderMTL::getBaseAlignment(const sh::ShaderVariable &shaderVar) const in getBaseAlignment() function in rx::mtl::BlockLayoutEncoderMTL
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 169 uint64_t getBaseAlignment() const { return (1u << BaseAlignLog2) >> 1; } in getBaseAlignment() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 232 uint64_t getBaseAlignment() const { return (1ull << BaseAlignLog2) >> 1; } in getBaseAlignment() function
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | linkValidate.cpp | 2072 int TIntermediate::getBaseAlignment(const TType& type, int& size, int& stride, TLayoutPacking layou… in getBaseAlignment() function in glslang::TIntermediate
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_decorations.cpp | 159 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment() function
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_decorations.cpp | 179 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment() function
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_decorations.cpp | 179 uint32_t getBaseAlignment(uint32_t member_id, bool roundUp, in getBaseAlignment() function
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | linkValidate.cpp | 2237 int TIntermediate::getBaseAlignment(const TType& type, int& size, int& stride, TLayoutPacking layou… in getBaseAlignment() function in glslang::TIntermediate
|