Home | History | Annotate | Download | only in include

Lines Matching refs:depthFailOp

1681                 skipCall |= validate_ranged_enum(report_data, "vkCreateGraphicsPipelines", "pCreateInfos[i].pDepthStencilState->front.depthFailOp", "VkStencilOp", VK_STENCIL_OP_BEGIN_RANGE, VK_STENCIL_OP_END_RANGE, pCreateInfos[createInfoIndex].pDepthStencilState->front.depthFailOp);
1689 skipCall |= validate_ranged_enum(report_data, "vkCreateGraphicsPipelines", "pCreateInfos[i].pDepthStencilState->back.depthFailOp", "VkStencilOp", VK_STENCIL_OP_BEGIN_RANGE, VK_STENCIL_OP_END_RANGE, pCreateInfos[createInfoIndex].pDepthStencilState->back.depthFailOp);