Searched defs:depthFailOp (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp64 deUint32 depthFailOp; member in struct:deqp::gls::InteractionTestUtil::StencilState
74 , depthFailOp (0)
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp79 deUint32 depthFailOp; member in struct:deqp::gles2::Functional::DepthStencilCaseUtil::StencilParams
89 , depthFailOp (0)
125 << " depth fail = " << glu::getStencilOpStr(params.depthFailOp) << "\n"
358 cmd.params.stencil[rr::FACETYPE_FRONT].depthFailOp = GL_KEEP;
374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
446 glStencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
767 params.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
876 params.stencil[visible].depthFailOp = functionCases[ndx].dFail;
884 params.stencil[notVisible].depthFailOp = GL_REPLACE;
947 params.stencil[visible].depthFailOp
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp79 deUint32 depthFailOp; member in struct:deqp::gles3::Functional::DepthStencilCaseUtil::StencilParams
89 , depthFailOp (0)
125 << " depth fail = " << glu::getStencilOpStr(params.depthFailOp) << "\n"
358 cmd.params.stencil[rr::FACETYPE_FRONT].depthFailOp = GL_KEEP;
374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
446 glStencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
767 params.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
876 params.stencil[visible].depthFailOp = functionCases[ndx].dFail;
884 params.stencil[notVisible].depthFailOp = GL_REPLACE;
947 params.stencil[visible].depthFailOp
[all...]
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1823 VkStencilOp depthFailOp; member in struct:VkStencilOpState
H A Dvulkan.hpp4821 , depthFailOp( depthFailOp_ )
4854 depthFailOp = depthFailOp_;
4891 && ( depthFailOp == rhs.depthFailOp )
4905 StencilOp depthFailOp; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::StencilOpState

Completed in 321 milliseconds