Searched refs:stencilInt (Results 1 – 3 of 3) sorted by relevance
663 const int stencilInt = inputImage.getPixStencil(x, y); in convertStencilToColorBufferAccess() local664 const float stencil = (stencilInt < maxValue) ? float(stencilInt) / float(maxValue) : 1.0f; in convertStencilToColorBufferAccess()
908 const int stencilInt = srcImage.getPixStencil(x, y); in convertStencilToColor() local909 const float stencil = (stencilInt < maxValue) ? float(stencilInt) / float(maxValue) : 1.0f; in convertStencilToColor()
3078 const int stencilInt = pixelBuffer.getPixStencil(x, y, z); in readImage() local3079 …const tcu::Vec4& color = de::inRange(stencilInt, 0, DE_LENGTH_OF_ARRAY(colorMap)) ? colorMap[sten… in readImage()