mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
performance: add new copy operations to state base address properties
Adding properties to selectively copy properties for surface state, dynamic state and binding table base addresses. Related-To: NEO-7808 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6036735840
commit
8d983d3e7a
@@ -159,6 +159,9 @@ struct StateBaseAddressProperties {
|
||||
void copyPropertiesAll(const StateBaseAddressProperties &properties);
|
||||
void copyPropertiesStatelessMocs(const StateBaseAddressProperties &properties);
|
||||
void copyPropertiesStatelessMocsIndirectState(const StateBaseAddressProperties &properties);
|
||||
void copyPropertiesBindingTableSurfaceState(const StateBaseAddressProperties &properties);
|
||||
void copyPropertiesSurfaceState(const StateBaseAddressProperties &properties);
|
||||
void copyPropertiesDynamicState(const StateBaseAddressProperties &properties);
|
||||
|
||||
bool isDirty() const;
|
||||
void clearIsDirty();
|
||||
|
||||
Reference in New Issue
Block a user