Home
last modified time | relevance | path

Searched refs:getElementSize (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DTypes.h310 return getElementSize() * std::max(getArraySize(), getMaxArraySize()); in getObjectSize()
314 return getElementSize(); in getObjectSize()
318 size_t getElementSize() const in getElementSize() function
DOutputASM.cpp368 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/
DUniform.h70 size_t getElementSize() const { return typeInfo->externalSize; } in getElementSize() function
DProgramLinkedResources.cpp1341 glUniform.getElementSize()); in getAtomicCounterBufferSizeMap()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDelinearization.cpp101 SE->delinearize(AccessFn, Subscripts, Sizes, SE->getElementSize(Inst)); in print()
DDependenceAnalysis.cpp3274 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearize()
3275 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearize()
DScalarEvolution.cpp10888 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
/external/llvm/lib/Analysis/
DDelinearization.cpp111 SE->delinearize(AccessFn, Subscripts, Sizes, SE->getElementSize(Inst)); in print()
DDependenceAnalysis.cpp3199 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearize()
3200 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearize()
DScalarEvolution.cpp9193 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h104 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1526 const SCEV *getElementSize(Instruction *Inst);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h958 const SCEV *getElementSize(Instruction *Inst);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp126 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/
DProgramD3D.cpp3238 memcpy(dataOut, srcPointer, uniform.getElementSize()); in getUniformInternal()