Set non-aux mode for non-pure stateful kernel arguments

Change-Id: Id59fc3ae966a1f6632a24cbcfca3fb0aef0dd76d
This commit is contained in:
Dunajski, Bartosz
2018-08-02 13:03:12 +02:00
committed by sys_ocldev
parent 6f251f5ea1
commit bd9ac40bab
10 changed files with 42 additions and 17 deletions

View File

@@ -1682,7 +1682,7 @@ class DrmMockBuffer : public Buffer {
gfxAllocation(alloc) {
}
void setArgStateful(void *memory) override {
void setArgStateful(void *memory, bool forceNonAuxMode) override {
}
protected: