mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
Rename constructPropertiesForReadWriteBuffer function
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com> Related-To: NEO-4692
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
396d27568d
commit
d3c47ae831
@ -47,11 +47,11 @@ struct BlitEnqueueTests : public ::testing::Test {
|
||||
return BlitOperationResult::Unsupported;
|
||||
}
|
||||
|
||||
auto blitProperties = BlitProperties::constructPropertiesForReadWriteBuffer(BlitterConstants::BlitDirection::HostPtrToBuffer,
|
||||
*bcsCsr, memory, nullptr,
|
||||
hostPtr,
|
||||
memory->getGpuAddress(), 0,
|
||||
0, 0, size, 0, 0, 0, 0);
|
||||
auto blitProperties = BlitProperties::constructPropertiesForReadWrite(BlitterConstants::BlitDirection::HostPtrToBuffer,
|
||||
*bcsCsr, memory, nullptr,
|
||||
hostPtr,
|
||||
memory->getGpuAddress(), 0,
|
||||
0, 0, size, 0, 0, 0, 0);
|
||||
|
||||
BlitPropertiesContainer container;
|
||||
container.push_back(blitProperties);
|
||||
|
Reference in New Issue
Block a user