Searched refs:m_linearSamplerIndex (Results 1 – 2 of 2) sorted by relevance
112 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()
75 int32_t m_linearSamplerIndex = -1; variable