Home
last modified time | relevance | path

Searched refs:m_linearSamplerIndex (Results 1 – 2 of 2) sorted by relevance

/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/
Dvp_render_l0_fc_kernel.cpp112 if (m_linearSamplerIndex >= 0) in SetSamplerStates()
114 … VP_RENDER_NORMALMESSAGE("Bilinear Sampler Set on Sampler Index %d", m_linearSamplerIndex); in SetSamplerStates()
115 samplerStateGroup.insert(std::make_pair(m_linearSamplerIndex, samplerStateParam)); in SetSamplerStates()
119 … VP_RENDER_NORMALMESSAGE("Bilinear Sampler NOT SET for Invalid Index %d", m_linearSamplerIndex); in SetSamplerStates()
186 m_linearSamplerIndex = dstArg.uOffsetInPayload; in SetKernelArgs()
Dvp_render_l0_fc_kernel.h75 int32_t m_linearSamplerIndex = -1; variable