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 D | DerivedTypes.h | 472 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 D | DataLayout.h | 658 auto EltCnt = VTy->getElementCount();
|
H A D | InstrTypes.h | 978 vt->getElementCount()); in makeCmpResultType()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkBufferView.hpp | 37 uint32_t getElementCount() const { return static_cast<uint32_t>(range / Format(format).bytes()); } in getElementCount() function in vk::BufferView
|
H A D | VkDescriptorSetLayout.cpp | 318 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 D | ValueTypes.cpp | 345 VTy->getElementCount()); in getVT() 363 VTy->getElementCount()); in getEVT()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDrawElementsBaseVertexTests.cpp | 64 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 D | Function.cpp | 1029 return VectorType::get(EltTy, VTy->getElementCount()); in DecodeFixedType() 1264 if (ReferenceType->getElementCount() != in matchIntrinsicType() 1265 ThisArgType->getElementCount()) in matchIntrinsicType()
|
H A D | ConstantsContext.h | 152 cast<VectorType>(C3->getType())->getElementCount()), in ShuffleVectorConstantExpr()
|
H A D | Instructions.cpp | 1785 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 D | TargetLowering.h | 1240 VTy->getElementCount()); in getValueType() 1258 VTy->getElementCount()); in getMemValueType()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 188 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 D | glsDrawTest.cpp | 236 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