Searched defs:useStencil (Results 1 – 8 of 8) sorted by relevance
242 const bool useStencil) in preparePipelineWrapper()976 const bool useStencil = (depthStencilAspect & VK_IMAGE_ASPECT_STENCIL_BIT) != 0; in testWithSizeReduction() local1216 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()572 const bool useStencil, in preparePipelineWrapper()2238 bool useStencil (void) const { return m_params.imageAspect == TEST_IMAGE_ASPECT_STENCIL; } in useStencil() function in vkt::pipeline::__anon59e965f30111::Draw::DrawTest
1287 …rmat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil) in findSupportedDepthStencilFormat()2032 const bool useStencil = (m_modeFlags & TEST_MODE_STENCIL_BIT) != 0; in RasterizationSamplesInstance() local3298 const bool useStencil, in MultisampleRenderer()3334 const bool useStencil, in MultisampleRenderer()
853 const bool useStencil = (m_clearType == CLEAR_STENCIL || m_clearType == CLEAR_DEPTH_STENCIL); in render() local
746 const bool useStencil = resultAspect & VK_IMAGE_ASPECT_STENCIL_BIT; in buildPipeline() local
621 bool useStencil = false; in createCommandBuffer() local
185 bool useStencil; member
171 const bool useStencil = (depthStencilAspects & ASPECT_STENCIL) != 0; in makeGraphicsPipeline() local