Searched refs:useStencil (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp238 const bool useStencil)
353 useStencil, // VkBool32 stencilTestEnable;
1008 const bool useStencil = (depthStencilAspect & VK_IMAGE_ASPECT_STENCIL_BIT) != 0; local
1021 static_cast<deUint32>(subpassNdx), useDepth, useStencil)));
1260 const bool useStencil = (depthStencilAspect & VK_IMAGE_ASPECT_STENCIL_BIT) != 0; local
1284 static_cast<deUint32>(subpassNdx), useDepth, useStencil)));
1290 if (useDepth || useStencil)
1311 if (useDepth || useStencil)
227 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipeline basePipeline, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const IVec2& renderSize, const VkPrimitiveTopology topology, const deUint32 subpass, const bool useDepth, const bool useStencil) argument
H A DvktPipelineMultisampleTests.cpp87 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil);
244 const bool useStencil,
665 VkFormat findSupportedDepthStencilFormat (Context& context, const bool useDepth, const bool useStencil) argument
667 if (useDepth && !useStencil)
957 const bool useStencil = (m_modeFlags & TEST_MODE_STENCIL_BIT) != 0; local
958 const VkFormat depthStencilFormat = findSupportedDepthStencilFormat(context, useDepth, useStencil);
968 context, m_colorFormat, depthStencilFormat, m_renderSize, useDepth, useStencil, 2u, pTopology, pVertices, multisampleStateParams, blendState));
1436 const bool useStencil,
1447 , m_useStencil (useStencil)
1431 MultisampleRenderer(Context& context, const VkFormat colorFormat, const VkFormat depthStencilFormat, const tcu::IVec2& renderSize, const bool useDepth, const bool useStencil, const deUint32 numTopologies, const VkPrimitiveTopology* pTopology, const std::vector<Vertex4RGBA>* pVertices, const VkPipelineMultisampleStateCreateInfo& multisampleStateParams, const VkPipelineColorBlendAttachmentState& blendState) argument
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp817 const bool useStencil = (m_clearType == CLEAR_STENCIL || m_clearType == CLEAR_DEPTH_STENCIL); local
820 if (useDepth || useStencil)
825 if (useStencil)
/external/deqp/modules/gles3/functional/
H A Des3fMultisampleTests.cpp185 bool useStencil; member in struct:deqp::gles3::Functional::MultisampleCase::FboParams
191 , useStencil (useStencil_)
199 , useStencil (false)
507 if (m_fboParams.useDepth || m_fboParams.useStencil)

Completed in 140 milliseconds