Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp395 uint32_t stencilIndex; in onClearStencilClip() local
396 SkAssertResult(cbInfo.fRenderPass->stencilAttachmentIndex(&stencilIndex)); in onClearStencilClip()
/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp398 uint32_t stencilIndex; in onClearStencilClip() local
399 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.cpp1878 const size_t stencilIndex = renderInfo.getSubpassIndex(); in createSubpassPipeline() local
1909 ((stencilIndex % 2) == 0) ? ~0x0u : 0x0u // stencilReference in createSubpassPipeline()
1918 ((stencilIndex % 2) == 0) ? ~0x0u : 0x0u // stencilReference in createSubpassPipeline()