Searched refs:GetSamplerCount (Results 1 – 4 of 4) sorted by relevance
64 inline uint32_t GetSamplerCount(uint32_t kernelIndex) {return m_samplerCount[kernelIndex]; } in GetSamplerCount() function
266 params.dwSamplerCount = MOS_MIN(4, (GetSamplerCount(index) + 3 ) / 4); in LoadMediaID()312 kernel->GetSamplerCount(&count3D, &countAVS); in UpdateHeapSizeAndOffsets()
103 MOS_STATUS GetSamplerCount(uint32_t *count3D, uint32_t *countAVS);
799 MOS_STATUS CmKernelEx::GetSamplerCount(uint32_t *count3D, uint32_t *countAVS) in GetSamplerCount() function in CmKernelEx