Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp1905 static Vec4 sampleNearest1D (const ConstPixelBufferAccess& access, const Sampler& sampler, float u,… in sampleNearest1D() function
2330 case Sampler::NEAREST: return sampleNearest1D (*this, sampler, u, offset); in sample1DOffset()
2408 …case Sampler::NEAREST: return execCompare(sampleNearest1D(*this, sampler, u, offset), sampler.comp… in sample1DCompare()