Searched refs:kBufferCopyToBufferAlignment (Results 1 – 3 of 3) sorted by relevance
295 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()
606 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()
250 constexpr size_t kBufferCopyToBufferAlignment = 4; in ANGLE_EGL_OBJECTS_X() local