Home
last modified time | relevance | path

Searched refs:stencilInt (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp541 const int stencilInt = inputImage.getPixStencil(x, y); in convertStencilToColorBufferAccess() local
542 const float stencil = (stencilInt < maxValue) ? float(stencilInt) / float(maxValue) : 1.0f; in convertStencilToColorBufferAccess()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp3075 const int stencilInt = pixelBuffer.getPixStencil(x, y, z); in readImage() local
3076 …const tcu::Vec4& color = de::inRange(stencilInt, 0, DE_LENGTH_OF_ARRAY(colorMap)) ? colorMap[sten… in readImage()