mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Use default graphics allocation
Change-Id: Iad369f4cd362ed1330440887dc9b6789dcd0b95d Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
867b3d5492
commit
2f4b132722
@ -327,7 +327,7 @@ TEST_F(GetMemObjectInfo, GivenMemReferenceCountWhenGettingMemObjectInfoThenCorre
|
||||
|
||||
TEST_F(GetMemObjectInfo, GivenValidBufferWhenGettingCompressionOfMemObjectThenCorrectValueIsReturned) {
|
||||
auto buffer = std::unique_ptr<Buffer>(BufferHelper<>::create());
|
||||
auto graphicsAllocation = buffer->getGraphicsAllocation(0);
|
||||
auto graphicsAllocation = buffer->getMultiGraphicsAllocation().getDefaultGraphicsAllocation();
|
||||
|
||||
size_t sizeReturned = 0;
|
||||
cl_bool usesCompression{};
|
||||
|
Reference in New Issue
Block a user