Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp663 const int stencilInt = inputImage.getPixStencil(x, y); in convertStencilToColorBufferAccess() local
664 const float stencil = (stencilInt < maxValue) ? float(stencilInt) / float(maxValue) : 1.0f; in convertStencilToColorBufferAccess()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp908 const int stencilInt = srcImage.getPixStencil(x, y); in convertStencilToColor() local
909 const float stencil = (stencilInt < maxValue) ? float(stencilInt) / float(maxValue) : 1.0f; in convertStencilToColor()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp3078 const int stencilInt = pixelBuffer.getPixStencil(x, y, z); in readImage() local
3079 …const tcu::Vec4& color = de::inRange(stencilInt, 0, DE_LENGTH_OF_ARRAY(colorMap)) ? colorMap[sten… in readImage()