Searched refs:m_samplerHeapOffsetInternal (Results 1 – 2 of 2) sorted by relevance
41 m_samplerHeapOffsetInternal(0), in CmMediaState()139 m_samplerHeapOffsetInternal = MOS_ALIGN_CEIL(m_totalCurbeSize, MHW_SAMPLER_STATE_ALIGN); in Allocate()155 m_mediaIDOffsetInternal = m_samplerHeapOffsetInternal + m_totalSamplerHeapSize; in Allocate()380 …param->Unorm.IndirectStateOffset = m_samplerHeapOffsetInternal + m_samplerOffsets[index] + m_nextI… in AddSampler()384 uint32_t heapOffset = m_samplerHeapOffsetInternal + m_samplerOffsets[index] + offset; in AddSampler()
62 …(uint32_t kernelIndex) {return m_samplerOffsets[kernelIndex] + m_samplerHeapOffsetInternal + m_mem… in GetSamplerHeapOffset()102 uint32_t m_samplerHeapOffsetInternal; variable