Home
last modified time | relevance | path

Searched defs:bytesPerImage (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.h28 uint32_t bytesPerImage; member
DTestUtils.cpp100 uint64_t bytesPerImage = bytesPerRow * rowsPerImage; in RequiredBytesInCopy() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DUtilsMetal.h41 NSUInteger bytesPerImage; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandValidation.cpp144 uint64_t bytesPerImage = Safe32x32(bytesPerRow, rowsPerImage); in ComputeRequiredBytesInCopy() local
/third_party/mesa3d/src/mesa/main/
Dimage.c346 GLint bytesPerRow, bytesPerImage, remainder; in _mesa_image_image_stride() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DQueueTests.cpp291 uint32_t bytesPerImage = bytesPerRow * appliedRowsPerImage; in DoTest() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp763 const uint64_t bytesPerImage = dst.bytesPerRow * dst.rowsPerImage; in Execute() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1588 GLint bytesPerImage = rowsPerImage * bytesPerRow; in getRequiredBufferSize() local