Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLImage.h38 size_t getElementSize() const;
78 inline size_t Image::getElementSize() const in getElementSize() function
DUniform.h70 size_t getElementSize() const { return typeInfo->externalSize; } in getElementSize() function
DvalidationCL.cpp462 rowPitch = image.getElementSize() * region[0]; in ValidateHostRegionForImage()
464 else if (rowPitch < image.getElementSize() * region[0]) in ValidateHostRegionForImage()
1831 size_t dst_cb = src.getElementSize() * region[0]; in ValidateEnqueueCopyImageToBuffer()
1879 size_t src_cb = dst.getElementSize() * region[0]; in ValidateEnqueueCopyBufferToImage()
DProgramLinkedResources.cpp1529 glUniform.getElementSize()); in getAtomicCounterBufferSizeMap()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDelinearization.cpp101 SE->delinearize(AccessFn, Subscripts, Sizes, SE->getElementSize(Inst)); in print()
DLoopCacheAnalysis.cpp317 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize()
338 SE.getElementSize(&StoreOrLoadInst)); in delinearize()
DDependenceAnalysis.cpp3285 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearize()
3286 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearize()
DScalarEvolution.cpp11196 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() function in ScalarEvolution
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h103 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp137 VkDeviceSize getElementSize(DataType dataType, VectorType vectorType) in getElementSize() function
1245 …e %v" << numComponentsStr << componentTypeName << " ArrayStride " << getElementSize(m_params.dataT… in initPrograms()
1600 const auto calleeBufferSize = getElementSize(DataType::UINT32, VectorType::SCALAR); in iterate()
1601 const auto outputBufferSize = getElementSize(DataType::UINT32, VectorType::SCALAR); in iterate()
1602 const auto inputBufferSize = getElementSize(m_params.dataType, m_params.vectorType); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp137 VkDeviceSize getElementSize(DataType dataType, VectorType vectorType) in getElementSize() function
1245 …e %v" << numComponentsStr << componentTypeName << " ArrayStride " << getElementSize(m_params.dataT… in initPrograms()
1600 const auto calleeBufferSize = getElementSize(DataType::UINT32, VectorType::SCALAR); in iterate()
1601 const auto outputBufferSize = getElementSize(DataType::UINT32, VectorType::SCALAR); in iterate()
1602 const auto inputBufferSize = getElementSize(m_params.dataType, m_params.vectorType); in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h976 const SCEV *getElementSize(Instruction *Inst);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp127 unsigned getElementSize() const { in getElementSize() function in __anon80aadfa90111::AArch64AsmParser::PrefixInfo
3958 if ((MCID.TSFlags & AArch64::ElementSizeMask) != Prefix.getElementSize()) in validateInstruction()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp3283 memcpy(dataOut, srcPointer, uniform.getElementSize()); in getUniformInternal()