Lines Matching defs:back
1497 /* Pre-back-end analysis and optimization, driver data extraction. */
1712 const VkStencilOpState *back;
1718 back = &depth_stencil_state->back;
1735 gfx_pipeline->stencil_back.compare_op = back->compareOp;
1736 gfx_pipeline->stencil_back.fail_op = back->failOp;
1737 gfx_pipeline->stencil_back.depth_fail_op = back->depthFailOp;
1738 gfx_pipeline->stencil_back.pass_op = back->passOp;
1800 const VkStencilOpState *const back = &depth_stencil_state->back;
1807 internal_dynamic_state->compare_mask.back = back->compareMask;
1812 internal_dynamic_state->write_mask.back = back->writeMask;
1817 internal_dynamic_state->reference.back = back->reference;