mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor: Rename member variables to camelCase 3/n
Additionally enable clang-tidy check for member variables Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fd1ad7c1f0
commit
cbce863dc2
@@ -789,7 +789,7 @@ CompletionStamp CommandQueueHw<GfxFamily>::enqueueNonBlocked(
|
||||
auto requiresCoherency = false;
|
||||
for (auto surface : createRange(surfaces, surfaceCount)) {
|
||||
surface->makeResident(getGpgpuCommandStreamReceiver());
|
||||
requiresCoherency |= surface->IsCoherent;
|
||||
requiresCoherency |= surface->isCoherent;
|
||||
if (!surface->allowsL3Caching()) {
|
||||
anyUncacheableArgs = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user