Searched refs:iKernelBlockSize (Results 1 – 4 of 4) sorted by relevance
836 …int32_t iKernelBlockSize; // Kernel allocation b… member
586 MHW_RENDERHAL_ASSERT((pSettings->iKernelBlockSize % RENDERHAL_KERNEL_BLOCK_ALIGN) == 0); in RenderHal_DSH_AllocateStateHeaps()
1199 MHW_RENDERHAL_ASSERT((pSettings->iKernelBlockSize % RENDERHAL_KERNEL_BLOCK_ALIGN) == 0); in RenderHal_AllocateStateHeaps()2419 iSize = MOS_ALIGN_CEIL(iKernelSize, pRenderHal->StateHeapSettings.iKernelBlockSize); in RenderHal_LoadKernel()
7935 …stateHeapSettings->iKernelBlockSize = deviceParam->maxKernelBinarySize; // The kernel occup… in HalCm_Allocate()