Searched refs:execSample (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 362 static inline tcu::Vec4 execSample(const tcu::Texture1DView &src, const ReferenceParams ¶ms, fl… in execSample() function 370 static inline tcu::Vec4 execSample(const tcu::Texture2DView &src, const ReferenceParams ¶ms, fl… in execSample() function 379 static inline tcu::Vec4 execSample(const tcu::TextureCubeView &src, const ReferenceParams ¶ms, … in execSample() function 388 static inline tcu::Vec4 execSample(const tcu::Texture2DArrayView &src, const ReferenceParams ¶m… in execSample() function 397 static inline tcu::Vec4 execSample(const tcu::TextureCubeArrayView &src, const ReferenceParams &par… in execSample() function 406 static inline tcu::Vec4 execSample(const tcu::Texture1DArrayView &src, const ReferenceParams ¶m… in execSample() function 448 … dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, x, y); in sampleTextureNonProjected() 499 … dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, x, y); in sampleTextureNonProjected() 541 … dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, px, py); in sampleTextureProjected() 588 … dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, px, py); in sampleTextureProjected() [all …]
|