mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
refactor: remove not needed code
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a027e7d8e4
commit
c72b9ec448
@@ -124,7 +124,6 @@ struct PipelineSelectProperties {
|
||||
};
|
||||
|
||||
struct StateBaseAddressPropertiesSupport {
|
||||
bool globalAtomics = false;
|
||||
bool bindingTablePoolBaseAddress = false;
|
||||
};
|
||||
|
||||
@@ -137,13 +136,12 @@ struct StateBaseAddressProperties {
|
||||
StreamPropertySizeT surfaceStateSize{};
|
||||
StreamPropertySizeT dynamicStateSize{};
|
||||
StreamPropertySizeT indirectObjectSize{};
|
||||
StreamProperty globalAtomics{};
|
||||
StreamProperty statelessMocs{};
|
||||
|
||||
void initSupport(const RootDeviceEnvironment &rootDeviceEnvironment);
|
||||
void resetState();
|
||||
|
||||
void setPropertiesAll(bool globalAtomics, int32_t statelessMocs,
|
||||
void setPropertiesAll(int32_t statelessMocs,
|
||||
int64_t bindingTablePoolBaseAddress, size_t bindingTablePoolSize,
|
||||
int64_t surfaceStateBaseAddress, size_t surfaceStateSize,
|
||||
int64_t dynamicStateBaseAddress, size_t dynamicStateSize,
|
||||
|
||||
Reference in New Issue
Block a user