Searched refs:stencilInt (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 664 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 D | vktGeometryLayeredRenderingTests.cpp | 664 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 D | vktImagelessFramebufferTests.cpp | 964 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 D | vktImagelessFramebufferTests.cpp | 964 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 D | vktMultiViewRenderTests.cpp | 3675 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 D | vktMultiViewRenderTests.cpp | 3783 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