/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilTests.cpp | 79 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 …]
|
D | es3fRandomFragmentOpTests.cpp | 83 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/gles2/functional/ |
D | es2fDepthStencilTests.cpp | 79 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 …]
|
D | es2fRandomFragmentOpTests.cpp | 83 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/ |
D | glsInteractionTestUtil.hpp | 64 deUint32 depthFailOp; member 74 , depthFailOp (0) in StencilState()
|
D | glsInteractionTestUtil.cpp | 178 …state.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(st… in computeRandomRenderState()
|
D | glsFragOpInteractionCase.cpp | 245 ctx.stencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp); in setRenderState()
|
/external/swiftshader/src/Vulkan/ |
D | VkPipeline.cpp | 321 context.stencilZFailOperation = depthStencilState->front.depthFailOp; in GraphicsPipeline() 329 context.stencilZFailOperationCCW = depthStencilState->back.depthFailOp; in GraphicsPipeline()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 189 …akeStencilOpState (VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp co… argument 194 res.depthFailOp = depthFailOp;
|
D | vkStructTypes.inl | 711 VkStencilOp depthFailOp; member
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 240 stencilInfo->front.depthFailOp = stencilInfo->front.failOp; in setup_depth_stencil_state() 253 stencilInfo->back.depthFailOp = stencilInfo->front.failOp; in setup_depth_stencil_state()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 244 stencilInfo->front.depthFailOp = stencilInfo->front.failOp; in setup_depth_stencil_state() 257 stencilInfo->back.depthFailOp = stencilInfo->front.failOp; in setup_depth_stencil_state()
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 690 face->depthFailOp = VK_STENCIL_OP_KEEP; in sanitize_stencil_face() 693 face->depthFailOp != VK_STENCIL_OP_KEEP || in sanitize_stencil_face() 846 .StencilPassDepthFailOp = vk_to_gen_stencil_op[info.front.depthFailOp], 850 .BackfaceStencilPassDepthFailOp =vk_to_gen_stencil_op[info.back.depthFailOp],
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilTests.cpp | 691 refStencilFront.dpFail = mapVkStencilOp(m_stencilOpStateFront.depthFailOp); in verifyImage() 697 refStencilBack.dpFail = mapVkStencilOp(m_stencilOpStateBack.depthFailOp); in verifyImage()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 909 m_depthStencilStateParams.front.depthFailOp = VK_STENCIL_OP_KEEP; in addPipelineInfo() 916 m_depthStencilStateParams.back.depthFailOp = VK_STENCIL_OP_KEEP; in addPipelineInfo()
|
D | vktSynchronizationSmokeTests.cpp | 792 depthStencilState.front.depthFailOp = VK_STENCIL_OP_KEEP; in generateWork()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 1142 .depthFailOp = VK_STENCIL_OP_REPLACE, in radv_device_init_meta_blit_stencil() 1151 .depthFailOp = VK_STENCIL_OP_REPLACE, in radv_device_init_meta_blit_stencil()
|
D | radv_meta_blit2d.c | 1109 .depthFailOp = VK_STENCIL_OP_REPLACE, in blit2d_init_stencil_only_pipeline() 1118 .depthFailOp = VK_STENCIL_OP_REPLACE, in blit2d_init_stencil_only_pipeline()
|
D | radv_pipeline.c | 724 ds->db_stencil_control |= S_02842C_STENCILZFAIL(si_translate_stencil_op(vkds->front.depthFailOp)); in radv_pipeline_init_depth_stencil_state() 729 …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/draw/ |
D | vktDrawCreateInfoUtil.hpp | 420 vk::VkStencilOp depthFailOp = vk::VK_STENCIL_OP_REPLACE,
|
D | vktDrawCreateInfoUtil.cpp | 974 depthFailOp = _depthFailOp; in StencilOpState()
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation_utils.cpp | 1515 … "VkStencilOp", AllVkStencilOpEnums, pCreateInfos[i].pDepthStencilState->front.depthFailOp, in manual_PreCallValidateCreateGraphicsPipelines() 1539 … "VkStencilOp", AllVkStencilOpEnums, pCreateInfos[i].pDepthStencilState->back.depthFailOp, in manual_PreCallValidateCreateGraphicsPipelines()
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2124 VkStencilOp depthFailOp; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2294 VkStencilOp depthFailOp; member
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2294 VkStencilOp depthFailOp; member
|