Home
last modified time | relevance | path

Searched refs:depthFailOp (Results 1 – 25 of 28) sorted by relevance

12

/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp79 deUint32 depthFailOp; member
89 , depthFailOp (0) in StencilParams()
125 << " depth fail = " << glu::getStencilOpStr(params.depthFailOp) << "\n" in operator <<()
358 cmd.params.stencil[rr::FACETYPE_FRONT].depthFailOp = GL_KEEP; in generateStencilVisualizeCommands()
374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp); in translateStencilState()
446 glStencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp); in render()
767 …params.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(s… in randomDepthStencilState()
876 params.stencil[visible].depthFailOp = functionCases[ndx].dFail; in init()
884 params.stencil[notVisible].depthFailOp = GL_REPLACE; in init()
947 params.stencil[visible].depthFailOp = stencilOps[dFail].op; in init()
[all …]
Des2fRandomFragmentOpTests.cpp83 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp); in translateStencilState()
174 …wrapper.glStencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassO… in setGLState()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp79 deUint32 depthFailOp; member
89 , depthFailOp (0) in StencilParams()
125 << " depth fail = " << glu::getStencilOpStr(params.depthFailOp) << "\n" in operator <<()
358 cmd.params.stencil[rr::FACETYPE_FRONT].depthFailOp = GL_KEEP; in generateStencilVisualizeCommands()
374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp); in translateStencilState()
446 glStencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp); in render()
767 …params.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(s… in randomDepthStencilState()
876 params.stencil[visible].depthFailOp = functionCases[ndx].dFail; in init()
884 params.stencil[notVisible].depthFailOp = GL_REPLACE; in init()
947 params.stencil[visible].depthFailOp = stencilOps[dFail].op; in init()
[all …]
Des3fRandomFragmentOpTests.cpp83 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp); in translateStencilState()
174 …wrapper.glStencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassO… in setGLState()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.hpp64 deUint32 depthFailOp; member
74 , depthFailOp (0) in StencilState()
DglsInteractionTestUtil.cpp178 …state.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(st… in computeRandomRenderState()
DglsFragOpInteractionCase.cpp245 ctx.stencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp); in setRenderState()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl189 …akeStencilOpState (VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp co… argument
194 res.depthFailOp = depthFailOp;
DvkStructTypes.inl711 VkStencilOp depthFailOp; member
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilTests.cpp925 refStencilFront.dpFail = mapVkStencilOp(m_stencilOpStateFront.depthFailOp); in verifyImage()
930 refStencilBack.dpFail = mapVkStencilOp(m_stencilOpStateBack.depthFailOp); in verifyImage()
1024 << "_dfail_" << getShortName(stencilOpState.depthFailOp) in getStencilName()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp195 stencilInfo->front.depthFailOp = stencilInfo->front.failOp; in setup_depth_stencil_state()
208 stencilInfo->back.depthFailOp = stencilInfo->front.failOp; in setup_depth_stencil_state()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit2d.c1136 .depthFailOp = VK_STENCIL_OP_REPLACE, in blit2d_init_stencil_only_pipeline()
1145 .depthFailOp = VK_STENCIL_OP_REPLACE, in blit2d_init_stencil_only_pipeline()
Dradv_meta_blit.c1201 .depthFailOp = VK_STENCIL_OP_REPLACE, in radv_device_init_meta_blit_stencil()
1210 .depthFailOp = VK_STENCIL_OP_REPLACE, in radv_device_init_meta_blit_stencil()
Dradv_pipeline.c951 ds->db_stencil_control |= S_02842C_STENCILZFAIL(si_translate_stencil_op(vkds->front.depthFailOp)); in radv_pipeline_init_depth_stencil_state()
956 …ds->db_stencil_control |= S_02842C_STENCILZFAIL_BF(si_translate_stencil_op(vkds->back.depthFailOp)… in radv_pipeline_init_depth_stencil_state()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp958 m_depthStencilStateParams.front.depthFailOp = VK_STENCIL_OP_KEEP; in addPipelineInfo()
965 m_depthStencilStateParams.back.depthFailOp = VK_STENCIL_OP_KEEP; in addPipelineInfo()
DvktSynchronizationSmokeTests.cpp811 depthStencilState.front.depthFailOp = VK_STENCIL_OP_KEEP; in generateWork()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp415 vk::VkStencilOp depthFailOp = vk::VK_STENCIL_OP_REPLACE,
DvktDrawCreateInfoUtil.cpp960 depthFailOp = _depthFailOp; in StencilOpState()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c675 .StencilPassDepthFailOp = vk_to_gen_stencil_op[info->front.depthFailOp],
679 .BackfaceStencilPassDepthFailOp =vk_to_gen_stencil_op[info->back.depthFailOp],
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp3095 pCreateInfos[i].pDepthStencilState->front.depthFailOp); in CreateGraphicsPipelines()
3117 pCreateInfos[i].pDepthStencilState->back.depthFailOp); in CreateGraphicsPipelines()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp4821 , depthFailOp( depthFailOp_ ) in StencilOpState()
4854 depthFailOp = depthFailOp_; in setDepthFailOp()
4891 && ( depthFailOp == rhs.depthFailOp ) in operator ==()
4905 StencilOp depthFailOp; member
Dvulkan.h1823 VkStencilOp depthFailOp; member
/external/mesa3d/include/vulkan/
Dvulkan.h1832 VkStencilOp depthFailOp; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1929 VkStencilOp depthFailOp; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1988 VkStencilOp depthFailOp; member

12