Searched defs:useStencil (Results 1 – 8 of 8) sorted by relevance
51 bool useStencil : 1; member
242 const bool useStencil) in makeGraphicsPipeline()1072 const bool useStencil = (depthStencilAspect & VK_IMAGE_ASPECT_STENCIL_BIT) != 0; in testWithSizeReduction() local1302 const bool useStencil = (depthStencilAspect & VK_IMAGE_ASPECT_STENCIL_BIT) != 0; in drawToMipLevel() local
161 …rmat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil) in findSupportedDepthStencilFormat()534 const bool useStencil, in makeGraphicsPipeline()2115 bool useStencil (void) const { return m_params.imageAspect == TEST_IMAGE_ASPECT_STENCIL; } in useStencil() function in vkt::pipeline::__anonca1542d50111::Draw::DrawTest
1065 …rmat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil) in findSupportedDepthStencilFormat()1572 const bool useStencil = (m_modeFlags & TEST_MODE_STENCIL_BIT) != 0; in RasterizationSamplesInstance() local2432 const bool useStencil, in MultisampleRenderer()
853 const bool useStencil = (m_clearType == CLEAR_STENCIL || m_clearType == CLEAR_DEPTH_STENCIL); in render() local
734 const bool useStencil = resultAspect & VK_IMAGE_ASPECT_STENCIL_BIT; in buildPipeline() local
185 bool useStencil; member
170 const bool useStencil = (depthStencilAspects & ASPECT_STENCIL) != 0; in makeGraphicsPipeline() local