Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp268 uint32_t stencilIndex; in onClearStencilClip() local
269 SkAssertResult(cbInfo.fRenderPass->stencilAttachmentIndex(&stencilIndex)); in onClearStencilClip()
/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp861 const glw::GLint stencilIndex = GL_STENCIL_INDEX; in test() local
863 gl.glTexParameterIiv(m_target, m_pname, &stencilIndex); in test()
875 const glw::GLuint stencilIndex = GL_STENCIL_INDEX; in test() local
877 gl.glTexParameterIuiv(m_target, m_pname, &stencilIndex); in test()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1824 const size_t stencilIndex = renderInfo.getSubpassIndex(); in createSubpassPipeline() local
1852 ((stencilIndex % 2) == 0) ? ~0x0u : 0x0u // stencilReference in createSubpassPipeline()
1861 ((stencilIndex % 2) == 0) ? ~0x0u : 0x0u // stencilReference in createSubpassPipeline()