refactor: Remove 3DSTATE_BTD_BODY structure

Removes 3DSTATE_BTD_BODY as redundant structure.

Related-To: NEO-13147

Signed-off-by: Vysochyn, Illia <illia.vysochyn@intel.com>
This commit is contained in:
Vysochyn, Illia
2024-12-31 15:00:25 +00:00
committed by Compute-Runtime-Automation
parent 9ccecb5a35
commit f198507875
18 changed files with 152 additions and 282 deletions

View File

@@ -3592,8 +3592,7 @@ HWTEST2_F(CommandStreamReceiverHwTest,
auto btdStateCmd = hwParserCsr.getCommand<_3DSTATE_BTD>();
ASSERT_NE(nullptr, btdStateCmd);
auto &btdStateBody = btdStateCmd->getBtdStateBody();
EXPECT_EQ(rtAllocationAddress, btdStateBody.getMemoryBackedBufferBasePointer());
EXPECT_EQ(rtAllocationAddress, btdStateCmd->getMemoryBackedBufferBasePointer());
uint32_t residentCount = 1;
commandStreamReceiver.isMadeResident(rtAllocation, residentCount);