Home
last modified time | relevance | path

Searched refs:stencilInt (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp664 const int stencilInt = inputImage.getPixStencil(x, y);
665 const float stencil = (stencilInt < maxValue) ? float(stencilInt) / float(maxValue) : 1.0f;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp664 const int stencilInt = inputImage.getPixStencil(x, y);
665 const float stencil = (stencilInt < maxValue) ? float(stencilInt) / float(maxValue) : 1.0f;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp964 const int stencilInt = srcImage.getPixStencil(x, y); in convertStencilToColor() local
965 const float stencil = (stencilInt < maxValue) ? float(stencilInt) / float(maxValue) : 1.0f; in convertStencilToColor()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp964 const int stencilInt = srcImage.getPixStencil(x, y); in convertStencilToColor() local
965 const float stencil = (stencilInt < maxValue) ? float(stencilInt) / float(maxValue) : 1.0f; in convertStencilToColor()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3675 const int stencilInt = pixelBuffer.getPixStencil(x, y, z); in readImage() local
3676 const tcu::Vec4& color = de::inRange(stencilInt, 0, DE_LENGTH_OF_ARRAY(colorMap)) ? colorMap[stencilInt] : invalidColor; in readImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3783 const int stencilInt = pixelBuffer.getPixStencil(x, y, z); in readImage() local
3784 const tcu::Vec4& color = de::inRange(stencilInt, 0, DE_LENGTH_OF_ARRAY(colorMap)) ? colorMap[stencilInt] : invalidColor; in readImage()

Completed in 45 milliseconds