Home
last modified time | relevance | path

Searched refs:kBufferCopyToBufferAlignment (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/wgpu/
DVertexArrayWgpu.cpp295 rx::roundUpPow2(destIndexDataSize.value(), webgpu::kBufferCopyToBufferAlignment); in syncClientArrays()
318 stagingBufferSize += rx::roundUpPow2(attribSize, webgpu::kBufferCopyToBufferAlignment); in syncClientArrays()
362 rx::roundUpPow2(destIndexDataSize.value(), webgpu::kBufferCopyToBufferAlignment); in syncClientArrays()
378 webgpu::kBufferCopyToBufferAlignment); in syncClientArrays()
390 webgpu::kBufferCopyToBufferAlignment)}); in syncClientArrays()
500 webgpu::kBufferCopyToBufferAlignment); in syncClientArrays()
Dwgpu_helpers.cpp606 size, std::max(webgpu::kBufferCopyToBufferAlignment, webgpu::kBufferMapOffsetAlignment)); in readDataImmediate()
615 size_t safeCopyOffset = rx::roundDownPow2(offset, webgpu::kBufferCopyToBufferAlignment); in readDataImmediate()
617 size_t copySize = roundUpPow2(size + offsetAdjustment, webgpu::kBufferCopyToBufferAlignment); in readDataImmediate()
Dwgpu_utils.h250 constexpr size_t kBufferCopyToBufferAlignment = 4; in ANGLE_EGL_OBJECTS_X() local