Searched defs:elementBytes (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/flang/runtime/ |
D | unit.cpp | 233 char *data, std::size_t bytes, std::size_t elementBytes) { in SwapEndianness() 245 std::size_t elementBytes, IoErrorHandler &handler) { in Emit() 272 std::size_t elementBytes, IoErrorHandler &handler) { in Receive()
|
D | transformational.cpp | 60 std::size_t elementBytes{source.ElementBytes()}; in RESHAPE() local
|
D | descriptor.cpp | 30 void Descriptor::Establish(TypeCode t, std::size_t elementBytes, void *p, in Establish() 68 OwningPtr<Descriptor> Descriptor::Create(TypeCode t, std::size_t elementBytes, in Create()
|
D | io-stmt.cpp | 253 const char *data, std::size_t bytes, std::size_t elementBytes) { in Emit() 356 const char *data, std::size_t n, std::size_t elementBytes) { in Emit() 683 char *data, std::size_t bytes, std::size_t elementBytes) { in Receive() 693 const char *data, std::size_t bytes, std::size_t elementBytes) { in Emit()
|
D | character.cpp | 147 std::size_t elementBytes{string.ElementBytes()}; in AdjustLRHelper() local
|
/external/llvm-project/flang/lib/Evaluate/ |
D | fold-designator.cpp | 220 auto elementBytes{ToInt64(elementType.MeasureSizeInBytes(&context))}; in OffsetToArrayRef() local 318 } else if (auto elementBytes{ in OffsetToDesignator() local
|
D | initial-image.cpp | 22 auto elementBytes{bytes > 0 ? bytes / elements : 0}; in Add() local
|
D | constant.cpp | 254 std::size_t elementBytes{length_ * sizeof(decltype(values_[0]))}; in CopyFrom() local
|
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib2.cpp | 1021 UINT_32 elementBytes, ///< [in] element bytes per element in ApplyCustomizedPitchHeight() 1251 UINT_32 elementBytes = pIn->bpp >> 3; in ComputeSurfaceCoordFromAddrLinear() local
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.hpp | 306 const deUint8* elementBytes = reinterpret_cast<const deUint8*>(&(*beg)); in checkBits() local
|
/external/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 4147 UINT_32 elementBytes = pIn->bpp >> 3; in HwlComputeSurfaceInfoLinear() local 4944 UINT_32 elementBytes = pIn->bpp >> 3; in ComputeSurfaceLinearPadding() local
|
/external/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 4339 const UINT_32 elementBytes = pIn->bpp >> 3; in HwlComputeSurfaceInfoLinear() local
|