HomeSort by relevance Sort by last modified time
    Searched refs:sample3D (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/common/
tcuTestLog.cpp 244 Vec4 s = access.sample3D(sampler, sampler.minFilter, xf, yf, zf);
tcuTexture.cpp     [all...]
tcuTexture.hpp 273 Vec4 sample3D (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, float r) const;
    [all...]
tcuTextureUtil.cpp 842 dst.setPixel(src.sample3D(sampler, filter, (x+0.5f)*sX, (y+0.5f)*sY, (z+0.5f)*sZ), x, y, z);
    [all...]

Completed in 60 milliseconds