Home
last modified time | relevance | path

Searched refs:dataSpec (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DQueueTests.cpp256 const DataSpec& dataSpec,
259 std::vector<uint8_t> data(dataSpec.size);
272 dataSpec.offset, dataSpec.bytesPerRow, dataSpec.rowsPerImage);
277 queue.WriteTexture(&imageCopyTexture, data.data(), dataSpec.size, &textureDataLayout,
284 uint32_t bytesPerRow = dataSpec.bytesPerRow;
290 dataSpec.rowsPerImage > 0 ? dataSpec.rowsPerImage : mipSize.height;
295 uint64_t dataOffset = dataSpec
479 DataSpec dataSpec = MinimumDataSpec({kWidth, kHeight, 1}); TEST_P() local
500 DataSpec dataSpec = MinimumDataSpec(copySize, kStrideComputeDefault, copySize.height + r); TEST_P() local
537 DataSpec dataSpec = MinimumDataSpec(copyExtent); TEST_P() local
[all...]

Completed in 1 milliseconds