Searched defs:texelValue (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsTextureBufferCase.cpp196 tcu::Vec4 texelValue; local
200 texelValue = tcu::Vec4(m_texture.getPixel(de::clamp<int>((deRoundFloatToInt32(position.x() * 4) + 4) * (deRoundFloatToInt32(position.y() * 4) + 4), 0, m_texture.getWidth()-1), 0));
202 packet->outputs[0] = texelValue;

Completed in 96 milliseconds