/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLImage.h | 38 size_t getElementSize() const; 78 inline size_t Image::getElementSize() const in getElementSize() function
|
D | Uniform.h | 70 size_t getElementSize() const { return typeInfo->externalSize; } in getElementSize() function
|
D | validationCL.cpp | 462 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()
|
D | ProgramLinkedResources.cpp | 1529 glUniform.getElementSize()); in getAtomicCounterBufferSizeMap()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Delinearization.cpp | 101 SE->delinearize(AccessFn, Subscripts, Sizes, SE->getElementSize(Inst)); in print()
|
D | LoopCacheAnalysis.cpp | 317 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize() 338 SE.getElementSize(&StoreOrLoadInst)); in delinearize()
|
D | DependenceAnalysis.cpp | 3285 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearize() 3286 if (ElementSize != SE->getElementSize(Dst)) in tryDelinearize()
|
D | ScalarEvolution.cpp | 11196 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/ |
D | UDTLayout.h | 103 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
D | vktRayTracingDataSpillTests.cpp | 137 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/ |
D | vktRayTracingDataSpillTests.cpp | 137 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/ |
D | ScalarEvolution.h | 976 const SCEV *getElementSize(Instruction *Inst);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 127 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/ |
D | ProgramD3D.cpp | 3283 memcpy(dataOut, srcPointer, uniform.getElementSize()); in getUniformInternal()
|