Searched refs:m_nearestSamplerIndex (Results 1 – 2 of 2) sorted by relevance
131 if (m_nearestSamplerIndex >= 0) in SetSamplerStates()133 … VP_RENDER_NORMALMESSAGE("Nearest Sampler Set on Sampler Index %d", m_nearestSamplerIndex); in SetSamplerStates()134 samplerStateGroup.insert(std::make_pair(m_nearestSamplerIndex, samplerStateParam)); in SetSamplerStates()138 … VP_RENDER_NORMALMESSAGE("Nearest Sampler NOT SET for Invalid Index %d", m_nearestSamplerIndex); in SetSamplerStates()191 m_nearestSamplerIndex = dstArg.uOffsetInPayload; in SetKernelArgs()
76 int32_t m_nearestSamplerIndex = -1; variable