Searched refs:bufferBytesPerRow (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | UtilsD3D12.h | 51 uint64_t bufferBytesPerRow, 71 uint64_t bufferBytesPerRow,
|
D | UtilsD3D12.cpp | 151 uint64_t bufferBytesPerRow, in RecordCopyBufferToTextureFromTextureCopySplit() argument 168 offsetBytes, bufferBytesPerRow, aspect); in RecordCopyBufferToTextureFromTextureCopySplit() 270 uint64_t bufferBytesPerRow, in RecordCopyTextureToBufferFromTextureCopySplit() argument 287 bufferBytesPerRow, aspect); in RecordCopyTextureToBufferFromTextureCopySplit()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | CopyCommandsValidationTests.cpp | 154 uint32_t bufferBytesPerRow, in TestBothTBCopies() argument 160 TestB2TCopy(expectation, buffer, bufferOffset, bufferBytesPerRow, rowsPerImage, texture, in TestBothTBCopies() 162 TestT2BCopy(expectation, texture, level, origin, buffer, bufferOffset, bufferBytesPerRow, in TestBothTBCopies() 178 void TestBothTBCopiesExactBufferSize(uint32_t bufferBytesPerRow, in TestBothTBCopiesExactBufferSize() argument 186 utils::RequiredBytesInCopy(bufferBytesPerRow, rowsPerImage, extent3D, textureFormat); in TestBothTBCopiesExactBufferSize() 189 TestBothTBCopies(utils::Expectation::Success, source, 0, bufferBytesPerRow, rowsPerImage, in TestBothTBCopiesExactBufferSize() 196 TestBothTBCopies(utils::Expectation::Failure, invalidSource, 0, bufferBytesPerRow, in TestBothTBCopiesExactBufferSize()
|