Searched refs:getElementSize (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | Types.h | 310 return getElementSize() * std::max(getArraySize(), getMaxArraySize()); in getObjectSize() 314 return getElementSize(); in getObjectSize() 318 size_t getElementSize() const in getElementSize() function
|
D | OutputASM.cpp | 368 const size_t numComponents = type.getElementSize(); in getBlockLayoutInfo() 392 mCurrentOffset += type.getElementSize(); in advanceOffset() 1502 int arrayComponents = result->getType().getElementSize(); in visitAggregate() 2218 return index * type.getElementSize() + componentCount(type, registers); in componentCount()
|
/external/angle/src/libANGLE/ |
D | Uniform.h | 70 size_t getElementSize() const { return typeInfo->externalSize; } in getElementSize() function
|
D | ProgramLinkedResources.cpp | 1341 glUniform.getElementSize()); in getAtomicCounterBufferSizeMap()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | Delinearization.cpp | 101 SE->delinearize(AccessFn, Subscripts, Sizes, SE->getElementSize(Inst)); in print()
|
D | DependenceAnalysis.cpp | 3274 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearize() 3275 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearize()
|
D | ScalarEvolution.cpp | 10888 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
|
/external/llvm/lib/Analysis/ |
D | Delinearization.cpp | 111 SE->delinearize(AccessFn, Subscripts, Sizes, SE->getElementSize(Inst)); in print()
|
D | DependenceAnalysis.cpp | 3199 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearize() 3200 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearize()
|
D | ScalarEvolution.cpp | 9193 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | UDTLayout.h | 104 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1526 const SCEV *getElementSize(Instruction *Inst);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 958 const SCEV *getElementSize(Instruction *Inst);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 126 unsigned getElementSize() const { in getElementSize() function in __anon95fcbb170111::AArch64AsmParser::PrefixInfo 3808 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 3238 memcpy(dataOut, srcPointer, uniform.getElementSize()); in getUniformInternal()
|