Home
last modified time | relevance | path

Searched defs:getAlignment (Results 1 – 25 of 77) sorted by relevance

1234

/external/deqp/modules/glshared/
DglsBufferTestUtil.hpp141 int getAlignment (void) const { return m_writer->getAlignment(); } in getAlignment() function in deqp::gls::BufferTestUtil::BufferWriter
159 int getAlignment (void) const { return 1; } in getAlignment() function in deqp::gls::BufferTestUtil::BufferSubDataWriter
171 int getAlignment (void) const { return 1; } in getAlignment() function in deqp::gls::BufferTestUtil::BufferWriteMapWriter
218 int getAlignment (void) const { return m_verifier->getAlignment(); } in getAlignment() function in deqp::gls::BufferTestUtil::BufferVerifier
238 int getAlignment (void) const { return 1; } in getAlignment() function in deqp::gls::BufferTestUtil::BufferMapVerifier
250 int getAlignment (void) const { return 1; } in getAlignment() function in deqp::gls::BufferTestUtil::VertexArrayVerifier
270 int getAlignment (void) const { return 1; } in getAlignment() function in deqp::gls::BufferTestUtil::IndexArrayVerifier
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.hpp129 int getAlignment (void) const { return m_verifier->getAlignment(); } in getAlignment() function in deqp::gles2::Functional::BufferTestUtil::BufferVerifier
148 int getAlignment (void) const { return 1; } in getAlignment() function in deqp::gles2::Functional::BufferTestUtil::VertexArrayVerifier
164 int getAlignment (void) const { return 1; } in getAlignment() function in deqp::gles2::Functional::BufferTestUtil::IndexArrayVerifier
/external/llvm/include/llvm/IR/
DInstructions.h105 unsigned getAlignment() const { in getAlignment() function
231 unsigned getAlignment() const { in getAlignment() function
354 unsigned getAlignment() const { in getAlignment() function
DGlobalObject.h56 unsigned getAlignment() const { in getAlignment() function
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h128 unsigned getAlignment() const { return getAlign().value(); } in getAlignment() function
219 unsigned getAlignment() const { return getAlign().value(); } in getAlignment() function
351 unsigned getAlignment() const { return getAlign().value(); } in getAlignment() function
DGlobalObject.h73 unsigned getAlignment() const { in getAlignment() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h42 uint64_t getAlignment() const { return Alignment; } in getAlignment() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h45 uint64_t getAlignment() const { return Alignment; } in getAlignment() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h112 unsigned getAlignment() const { in getAlignment() function
244 unsigned getAlignment() const { in getAlignment() function
376 unsigned getAlignment() const { in getAlignment() function
DGlobalObject.h73 unsigned getAlignment() const { in getAlignment() function
/external/angle/src/libANGLE/renderer/metal/
Dmtl_buffer_pool.h94 size_t getAlignment() { return mAlignment; } in getAlignment() function
/external/llvm/include/llvm/Object/
DObjectFile.h323 inline uint32_t SymbolRef::getAlignment() const { in getAlignment() function
383 inline uint64_t SectionRef::getAlignment() const { in getAlignment() function
/external/clang/lib/CodeGen/
DAddress.h67 CharUnits getAlignment() const { in getAlignment() function
DCGValue.h316 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); } in getAlignment() function
570 CharUnits getAlignment() const { in getAlignment() function
/external/llvm-project/clang/lib/CodeGen/
DAddress.h66 CharUnits getAlignment() const { in getAlignment() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineConstantPool.h96 int getAlignment() const { in getAlignment() function
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DResourceAlignmentExtraField.java81 public short getAlignment() { in getAlignment() method in ResourceAlignmentExtraField
/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h97 int getAlignment() const { in getAlignment() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h389 inline uint32_t SymbolRef::getAlignment() const { in getAlignment() function
458 inline uint64_t SectionRef::getAlignment() const { in getAlignment() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h59 unsigned getAlignment() const { in getAlignment() function
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h398 inline uint32_t SymbolRef::getAlignment() const { in getAlignment() function
467 inline uint64_t SectionRef::getAlignment() const { in getAlignment() function
/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp63 static unsigned getAlignment(GlobalVariable *GV) { in getAlignment() function
/external/clang/include/clang/AST/
DRecordLayout.h167 CharUnits getAlignment() const { return Alignment; } in getAlignment() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp87 static unsigned getAlignment(GlobalVariable *GV) { in getAlignment() function
/external/llvm-project/clang/include/clang/AST/
DRecordLayout.h182 CharUnits getAlignment() const { return Alignment; } in getAlignment() function

1234