Home
last modified time | relevance | path

Searched defs:offsetAlignment (Results 1 – 20 of 20) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DDynamicUploader.cpp117 uint64_t offsetAlignment) { in Allocate()
H A DQueue.cpp98 uint64_t offsetAlignment = in UploadTextureDataAligningBytesPerRowAndOffset() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.cpp63 FormatInfo::FormatInfo(glw::GLenum internalFormat, glw::GLuint offsetAlignment) in FormatInfo()
546 glw::GLuint FormatInfo::countAlignedSize(glw::GLuint offsetAlignment, glw::GLuint totalSize) in countAlignedSize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/
H A DTransformFeedbackVk.cpp144 const VkDeviceSize offsetAlignment = in bindIndexedBuffer() local
H A DContextVk.cpp3336 const VkDeviceSize offsetAlignment = in writeAtomicCounterBufferDriverUniformOffsets() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A DTransformFeedbackVk.cpp115 const VkDeviceSize offsetAlignment = in begin() local
H A DContextVk.cpp3573 const VkDeviceSize offsetAlignment = in writeAtomicCounterBufferDriverUniformOffsets() local
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLContextBuffers.cpp257 GLuint offsetAlignment = 0; in BindBufferRange() local
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLContextBuffers.cpp281 GLuint offsetAlignment = 0; in BindBufferRange() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp884 size_t offsetAlignment = GrAlignTo(GrDxgiFormatBytesPerBlock(dxgiFormat), in supportedWritePixelsColorType() local
1013 size_t offsetAlignment = D3D12_TEXTURE_DATA_PITCH_ALIGNMENT; in onSupportedReadPixelsColorType() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DTransferPixelsTest.cpp309 size_t offsetAlignment = allowedRead.fOffsetAlignmentForTransferBuffer; in basic_transfer_from_test() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.cpp1410 size_t offsetAlignment = align_to_4(this->bytesPerPixel(vkFormat)); in supportedWritePixelsColorType() local
1700 size_t offsetAlignment = align_to_4(this->bytesPerPixel(vkFormat)); in onSupportedReadPixelsColorType() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.cpp1410 size_t offsetAlignment = align_to_4(this->bytesPerPixel(vkFormat)); in supportedWritePixelsColorType() local
1700 size_t offsetAlignment = align_to_4(this->bytesPerPixel(vkFormat)); in onSupportedReadPixelsColorType() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp1473 size_t offsetAlignment = align_to_4(this->bytesPerPixel(vkFormat)); in supportedWritePixelsColorType() local
1669 size_t offsetAlignment = align_to_4(this->bytesPerPixel(vkFormat)); in onSupportedReadPixelsColorType() local
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.cpp1410 size_t offsetAlignment = align_to_4(this->bytesPerPixel(vkFormat)); in supportedWritePixelsColorType() local
1700 size_t offsetAlignment = align_to_4(this->bytesPerPixel(vkFormat)); in onSupportedReadPixelsColorType() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCaps.cpp1410 size_t offsetAlignment = align_to_4(this->bytesPerPixel(vkFormat)); in supportedWritePixelsColorType() local
1700 size_t offsetAlignment = align_to_4(this->bytesPerPixel(vkFormat)); in onSupportedReadPixelsColorType() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp1464 size_t offsetAlignment = align_to_4(GrVkFormatBytesPerBlock(vkFormat)); in supportedWritePixelsColorType() local
1650 size_t offsetAlignment = align_to_4(GrVkFormatBytesPerBlock(vkFormat)); in onSupportedReadPixelsColorType() local
/dports/graphics/embree/embree-3.13.2/kernels/bvh/
H A Dbvh_intersector_stream_filters.cpp299 const size_t offsetAlignment = (size_t)stride % (K*sizeof(float)); in filterSOA() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp838 size_t offsetAlignment = GrAlignTo(this->bytesPerPixel(dxgiFormat), in supportedWritePixelsColorType() local
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/StgToCmm/
H A DPrim.hs2493 offsetAlignment = cmmExprAlignment off function