Home
last modified time | relevance | path

Searched defs:rowsPerImage (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
H A DTestUtils.h26 uint32_t rowsPerImage; member
H A DTestUtils.cpp34 GetTextureDataCopyLayoutForTextureAtLevel( wgpu::TextureFormat format, wgpu::Extent3D textureSizeAtLevel0, uint32_t mipmapLevel, wgpu::TextureDimension dimension, uint32_t rowsPerImage) GetTextureDataCopyLayoutForTextureAtLevel() argument
75 RequiredBytesInCopy(uint64_t bytesPerRow, uint64_t rowsPerImage, wgpu::Extent3D copyExtent, wgpu::TextureFormat textureFormat) RequiredBytesInCopy() argument
90 RequiredBytesInCopy(uint64_t bytesPerRow, uint64_t rowsPerImage, uint64_t widthInBlocks, uint64_t heightInBlocks, uint64_t depth, uint64_t bytesPerBlock) RequiredBytesInCopy() argument
110 GetTexelCountInCopyRegion(uint64_t bytesPerRow, uint64_t rowsPerImage, wgpu::Extent3D copyExtent, wgpu::TextureFormat textureFormat) GetTexelCountInCopyRegion() argument
[all...]
H A DWGPUHelpers.cpp181 CreateImageCopyBuffer(wgpu::Buffer buffer, uint64_t offset, uint32_t bytesPerRow, uint32_t rowsPerImage) CreateImageCopyBuffer() argument
205 CreateTextureDataLayout(uint64_t offset, uint32_t bytesPerRow, uint32_t rowsPerImage) CreateTextureDataLayout() argument
/third_party/skia/bench/
H A DImageCycleBench.cpp66 int rowsPerImage = SkScalarCeilToInt((SkScalar)fRepeatCnt / imagesPerRow); variable
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DNonzeroTextureCreationTests.cpp228 uint32_t rowsPerImage = copySize.height / blockHeight; in Run() local
H A DQueueTests.cpp562 uint32_t rowsPerImage = 23; TEST_P() local
570 uint32_t rowsPerImage = 23; TEST_P() local
[all...]
H A DTextureZeroInitTests.cpp153 const uint32_t rowsPerImage = kSize; in TEST_P() local
[all...]
H A DCopyTests.cpp43 uint32_t rowsPerImage; member
100 uint32_t rowsPerImage = copyExtent.height; in GetExpectedTextureData() local
[all...]
H A DCompressedTextureFormatTests.cpp33 uint32_t rowsPerImage = wgpu::kCopyStrideUndefined; member
[all...]
H A DBufferZeroInitTests.cpp41 uint32_t rowsPerImage; member
880 const uint32_t rowsPerImage = kTextureSize.height; in TEST_P() local
[all...]
/third_party/mesa3d/src/glx/
H A Dpixel.c177 GLint elementsPerRow, imageSize, rowsPerImage, h, i, j, k; in __glFillImage() local
404 GLint imageSize, rowsPerImage; in __glEmptyImage() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DUtilsD3D12.cpp178 CopyBufferTo2DTextureWithCopySplit(CommandRecordingContext* commandContext, const TextureCopy& textureCopy, ID3D12Resource* bufferResource, const uint64_t offset, const uint32_t bytesPerRow, const uint32_t rowsPerImage, const Extent3D& copySize, Texture* texture, Aspect aspect) CopyBufferTo2DTextureWithCopySplit() argument
223 CopyBufferTo3DTexture(CommandRecordingContext* commandContext, const TextureCopy& textureCopy, ID3D12Resource* bufferResource, const uint64_t offset, const uint32_t bytesPerRow, const uint32_t rowsPerImage, const Extent3D& copySize, Texture* texture, Aspect aspect) CopyBufferTo3DTexture() argument
243 RecordCopyBufferToTexture(CommandRecordingContext* commandContext, const TextureCopy& textureCopy, ID3D12Resource* bufferResource, const uint64_t offset, const uint32_t bytesPerRow, const uint32_t rowsPerImage, const Extent3D& copySize, Texture* texture, Aspect aspect) RecordCopyBufferToTexture() argument
[all...]
H A DCommandBufferD3D12.cpp202 uint32_t rowsPerImage = heightInBlocks; local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandValidation.cpp113 ComputeRequiredBytesInCopy(const TexelBlockInfo& blockInfo, const Extent3D& copySize, uint32_t bytesPerRow, uint32_t rowsPerImage) ComputeRequiredBytesInCopy() argument
[all...]
H A DQueue.cpp41 CopyTextureData(uint8_t* dstPointer, const uint8_t* srcPointer, uint32_t depth, uint32_t rowsPerImage, uint64_t imageAdditionalStride, uint32_t actualBytesPerRow, uint32_t dstBytesPerRow, uint32_t srcBytesPerRow) CopyTextureData() argument
H A DCommands.h115 uint32_t rowsPerImage; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
H A DCopySplitTests.cpp45 uint32_t rowsPerImage; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DQueueWriteTextureValidationTests.cpp72 TestWriteTextureExactDataSize(uint32_t bytesPerRow, uint32_t rowsPerImage, wgpu::Texture texture, wgpu::TextureFormat textureFormat, wgpu::Origin3D origin, wgpu::Extent3D extent3D) TestWriteTextureExactDataSize() argument
[all...]
H A DCopyCommandsValidationTests.cpp151 TestBothTBCopies(utils::Expectation expectation, wgpu::Buffer buffer, uint64_t bufferOffset, uint32_t bufferBytesPerRow, uint32_t rowsPerImage, wgpu::Texture texture, uint32_t level, wgpu::Origin3D origin, wgpu::Extent3D extent3D) TestBothTBCopies() argument
178 TestBothTBCopiesExactBufferSize(uint32_t bufferBytesPerRow, uint32_t rowsPerImage, wgpu::Texture texture, wgpu::TextureFormat textureFormat, wgpu::Origin3D origin, wgpu::Extent3D extent3D) TestBothTBCopiesExactBufferSize() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1584 GLint rowsPerImage = (mState.unpackParameters.imageHeight) > 0 ? mState.unpackParameters.imageHeight : height; in getRequiredBufferSize() local

Completed in 31 milliseconds