Add state properties for state base address command

Related-To: NEO-5019

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2022-11-22 17:17:04 +00:00
committed by Compute-Runtime-Automation
parent 30a20236f0
commit cd17c1e9d2
36 changed files with 417 additions and 66 deletions

View File

@@ -48,6 +48,7 @@ struct Gen9 {
struct StateBaseAddressStateSupport {
static constexpr bool globalAtomics = false;
static constexpr bool statelessMocs = true;
static constexpr bool bindingTablePoolBaseAddress = false;
};
struct PipelineSelectStateSupport {