mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +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
@@ -40,7 +40,7 @@ class SamplerSetArgFixture : public ClDeviceFixture {
|
||||
pKernelInfo->kernelDescriptor.kernelAttributes.simdSize = 1;
|
||||
|
||||
pKernelInfo->heapInfo.pDsh = samplerStateHeap;
|
||||
pKernelInfo->heapInfo.DynamicStateHeapSize = sizeof(samplerStateHeap);
|
||||
pKernelInfo->heapInfo.dynamicStateHeapSize = sizeof(samplerStateHeap);
|
||||
|
||||
// setup kernel arg offsets
|
||||
pKernelInfo->addArgSampler(0, 0x40, 0x8, 0x10, 0x4);
|
||||
|
||||
Reference in New Issue
Block a user