Home
last modified time | relevance | path

Searched defs:alignedSize (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/graphics/openvkl/openvkl-1.1.0/openvkl/devices/cpu/common/
H A Dalign.h19 constexpr inline size_t alignedSize(size_t size, size_t alignment) in alignedSize() function
25 constexpr inline size_t alignedSize() in alignedSize() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_container/
H A Dcmdcontainer.cpp48 size_t alignedSize = alignUp<size_t>(totalCmdBufferSize, MemoryConstants::pageSize64k); in initialize() local
225 size_t alignedSize = alignUp<size_t>(totalCmdBufferSize, MemoryConstants::pageSize64k); in obtainNextCommandBufferAllocation() local
263 size_t alignedSize = alignUp<size_t>(totalCmdBufferSize, MemoryConstants::pageSize64k); in prepareBindfulSsh() local
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/allocators/
H A Dpage_aligned.cpp97 const size_t alignedSize = Align<g_PageSize>(size); in page_aligned_alloc() local
110 const size_t alignedSize = Align<g_PageSize>(size); in page_aligned_free() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/gmm_helper/
H A Dgmm.cpp21 Gmm::Gmm(GmmClientContext *clientContext, const void *alignedPtr, size_t alignedSize, size_t alignm… in Gmm()
23 Gmm::Gmm(GmmClientContext *clientContext, const void *alignedPtr, size_t alignedSize, size_t alignm… in Gmm()
27 Gmm::Gmm(GmmClientContext *clientContext, const void *alignedPtr, size_t alignedSize, size_t alignm… in Gmm()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/elf/
H A Delf_encoder.cpp39 auto alignedSize = alignUp(sectionData.size(), static_cast<size_t>(sectionDataAlignment)); in appendSection() local
56 auto alignedSize = alignUp(segmentData.size(), static_cast<size_t>(programHeader.align)); in appendSegment() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/util/
H A Dbit.ts37 const alignedSize = (bitmap.byteLength + 7) & ~7; constant
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/src/util/
H A Dbit.ts37 const alignedSize = (bitmap.byteLength + 7) & ~7; constant
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkMemory.cpp334 VkDeviceSize alignedSize = align_size(requestedSize, fAlignment); in alloc() local
532 VkDeviceSize alignedSize = align_size(size, alignment); in subAlloc() local
588 VkDeviceSize alignedSize = align_size(size, alignment); in subAlloc() local
605 VkDeviceSize alignedSize = align_size(size, alignment); in singleAlloc() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/vk/
H A DGrVkMemory.cpp315 VkDeviceSize alignedSize = align_size(requestedSize, fAlignment); in alloc() local
513 VkDeviceSize alignedSize = align_size(size, alignment); in subAlloc() local
568 VkDeviceSize alignedSize = align_size(size, alignment); in subAlloc() local
585 VkDeviceSize alignedSize = align_size(size, alignment); in singleAlloc() local
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dosutils.cpp102 size_t alignedSize = Utils::alignTo(size, vmi.pageSize); in allocProcessMemory() local
154 size_t alignedSize = Utils::alignTo<size_t>(size, vmi.pageSize); in allocVirtualMemory() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Daddress_mapper.cpp25 size_t alignedSize = alignSizeWholePage(vm, size); in map() local
H A Dalignment_selector.cpp50 const size_t alignedSize = alignUp(size, candidateAlignment.alignment); in selectAlignment() local
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Support/
H A DMemory.h48 inline size_t alignedSize(size_t size, size_t alignment) { in alignedSize() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkWriter32.cpp21 size_t alignedSize = SkAlign4(len + 1); in readString() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/context/
H A Ddriver_diagnostics_tests.h102 bool alignedSize = false; member
169 bool alignedSize = false; member
209 bool alignedSize = false; member
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkWriter32.cpp30 size_t alignedSize = SkAlign4(len + 1); in readString() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkWriter32.cpp30 size_t alignedSize = SkAlign4(len + 1); in readString() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkWriter32.cpp30 size_t alignedSize = SkAlign4(len + 1); in readString() local
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkWriter32.cpp30 size_t alignedSize = SkAlign4(len + 1); in readString() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkWriter32.cpp30 size_t alignedSize = SkAlign4(len + 1); in readString() local
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkWriter32.cpp28 size_t alignedSize = SkAlign4(len + 1); in readString() local
/dports/databases/arrow/apache-arrow-6.0.1/js/src/util/
H A Dbit.ts37 const alignedSize = (bitmap.byteLength + 7) & ~7; constant
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/
H A DThunk.cpp165 unsigned int alignedSize = ABI_GetAlignedFrameSize(num_params * 4); in ProtectFunction() local
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A DThunk.cpp165 unsigned int alignedSize = ABI_GetAlignedFrameSize(num_params * 4); in ProtectFunction() local
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A DThunk.cpp165 unsigned int alignedSize = ABI_GetAlignedFrameSize(num_params * 4); in ProtectFunction() local

12345678910