Searched refs:kMinimumImageRowPitch (Results 1 – 1 of 1) sorted by relevance
41 static const uint32_t kMinimumImageRowPitch = 256; variable309 const auto dawn_row_pitch = Align(width * pixelSize, kMinimumImageRowPitch); in MapDeviceTextureToHostBuffer()