Home
last modified time | relevance | path

Searched refs:stencilIndex (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/experimental/graphite/src/
H A DDrawOrder.h137 DisjointStencilIndex stencilIndex() const { return fStencilIndex; } in stencilIndex() function in skgpu::DrawOrder
H A DDevice.cpp326 if (order.stencilIndex() != DrawOrder::kUnassigned) { in drawShape()
327 fMaxStencilIndex = std::max(fMaxStencilIndex, order.stencilIndex()); in drawShape()
H A DDrawPass.cpp83 draw->fOrder.stencilIndex().bits(), in SortKey()
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp467 uint32_t stencilIndex; in onClearStencilClip() local
468 SkAssertResult(fCurrentRenderPass->stencilAttachmentIndex(&stencilIndex)); in onClearStencilClip()
H A DGrVkGpu.cpp2650 int stencilIndex = renderPass->hasResolveAttachment() ? 2 : 1; in beginRenderPass() local
2652 clears[stencilIndex].depthStencil.depth = 0.0f; in beginRenderPass()
2653 clears[stencilIndex].depthStencil.stencil = 0; in beginRenderPass()
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureStateQueryTests.cpp925 const glw::GLint stencilIndex = GL_STENCIL_INDEX; in test() local
927 gl.glTexParameterIiv(m_target, m_pname, &stencilIndex); in test()
939 const glw::GLuint stencilIndex = GL_STENCIL_INDEX; in test() local
941 gl.glTexParameterIuiv(m_target, m_pname, &stencilIndex); in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp2011 const size_t stencilIndex = renderInfo.getSubpassIndex(); in createSubpassPipeline() local
2044 ((stencilIndex % 2) == 0) ? ~0x0u : 0x0u // stencilReference in createSubpassPipeline()
2053 ((stencilIndex % 2) == 0) ? ~0x0u : 0x0u // stencilReference in createSubpassPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp1999 const size_t stencilIndex = renderInfo.getSubpassIndex(); in createSubpassPipeline() local
2030 ((stencilIndex % 2) == 0) ? ~0x0u : 0x0u // stencilReference in createSubpassPipeline()
2039 ((stencilIndex % 2) == 0) ? ~0x0u : 0x0u // stencilReference in createSubpassPipeline()

Completed in 30 milliseconds