Home
last modified time | relevance | path

Searched refs:getElementCount (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDerivedTypes.h472 return VectorType::get(EltTy, VTy->getElementCount()); in getInteger()
480 return VectorType::get(EltTy->getExtendedType(), VTy->getElementCount()); in getExtendedElementVectorType()
505 return VectorType::get(EltTy, VTy->getElementCount()); in getTruncatedElementVectorType()
522 auto EltCnt = VTy->getElementCount(); in getHalfElementsVectorType()
531 auto EltCnt = VTy->getElementCount(); in getDoubleElementsVectorType()
542 ElementCount getElementCount() const { in getElementCount() function in llvm::VectorType
575 return cast<VectorType>(this)->getElementCount(); in getVectorElementCount()
H A DDataLayout.h658 auto EltCnt = VTy->getElementCount();
H A DInstrTypes.h978 vt->getElementCount()); in makeCmpResultType()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkBufferView.hpp37 uint32_t getElementCount() const { return static_cast<uint32_t>(range / Format(format).bytes()); } in getElementCount() function in vk::BufferView
H A DVkDescriptorSetLayout.cpp318 auto numElements = bufferView->getElementCount();
494 storageImage[i].width = bufferView->getElementCount();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DValueTypes.cpp345 VTy->getElementCount()); in getVT()
363 VTy->getElementCount()); in getEVT()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp64 static size_t getElementCount (gls::DrawTestSpec::Primitive primitive, size_t primitiveCount) in getElementCount() function
90 spec.indexMax = (int)getElementCount(spec.primitive, spec.primitiveCount); in addRangeElementsToSpec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DFunction.cpp1029 return VectorType::get(EltTy, VTy->getElementCount()); in DecodeFixedType()
1264 if (ReferenceType->getElementCount() != in matchIntrinsicType()
1265 ThisArgType->getElementCount()) in matchIntrinsicType()
H A DConstantsContext.h152 cast<VectorType>(C3->getType())->getElementCount()), in ShuffleVectorConstantExpr()
H A DInstructions.cpp1785 cast<VectorType>(Mask->getType())->getElementCount()), in ShuffleVectorInst()
1802 cast<VectorType>(Mask->getType())->getElementCount()), in ShuffleVectorInst()
3023 if (SrcVecTy->getElementCount() == DestVecTy->getElementCount()) { in isBitCastable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1240 VTy->getElementCount()); in getValueType()
1258 VTy->getElementCount()); in getMemValueType()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp188 vectorTy->getElementCount(), in lowerRCP()
211 ty->getElementCount(), in lowerVectorShl()
224 ty->getElementCount(), in lowerVectorAShr()
237 ty->getElementCount(), in lowerVectorLShr()
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp236 static size_t getElementCount (DrawTestSpec::Primitive primitive, size_t primitiveCount) in getElementCount() function
3205 const size_t primitiveElementCount = getElementCount(spec.primitive, spec.primitiveCount); // !< elements to be drawn in iterate()

Completed in 41 milliseconds