Searched refs:stencilInt (Results 1 – 2 of 2) sorted by relevance
541 const int stencilInt = inputImage.getPixStencil(x, y); in convertStencilToColorBufferAccess() local542 const float stencil = (stencilInt < maxValue) ? float(stencilInt) / float(maxValue) : 1.0f; in convertStencilToColorBufferAccess()
3075 const int stencilInt = pixelBuffer.getPixStencil(x, y, z); in readImage() local3076 …const tcu::Vec4& color = de::inRange(stencilInt, 0, DE_LENGTH_OF_ARRAY(colorMap)) ? colorMap[sten… in readImage()