Searched refs:zfunc_is_ordered (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c1230 bool zfunc_is_ordered = local in function:si_create_dsa_state
1245 (!dsa->stencil_write_enabled && zfunc_is_ordered);
1246 dsa->order_invariance[0].zs = !dsa->depth_write_enabled || zfunc_is_ordered;
1261 dsa->depth_write_enabled && zfunc_is_ordered;
1264 dsa->depth_write_enabled && zfunc_is_ordered;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c1325 bool zfunc_is_ordered = local in function:si_create_dsa_state
1336 nozwrite_and_order_invariant_stencil || (!dsa->stencil_write_enabled && zfunc_is_ordered);
1337 dsa->order_invariance[0].zs = !dsa->depth_write_enabled || zfunc_is_ordered;
1349 zfunc_is_ordered;
1351 sctx->screen->assume_no_z_fights && dsa->depth_write_enabled && zfunc_is_ordered;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c994 bool zfunc_is_ordered = local in function:radv_pipeline_out_of_order_rast
1010 zfunc_is_ordered);
1012 !radv_is_depth_write_enabled(vkds) || zfunc_is_ordered;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c951 bool zfunc_is_ordered = vkds->depthCompareOp == VK_COMPARE_OP_NEVER || local in function:radv_pipeline_out_of_order_rast
963 (!radv_is_stencil_write_enabled(vkds) && zfunc_is_ordered);
964 order_invariance[0].zs = !radv_is_depth_write_enabled(vkds) || zfunc_is_ordered;

Completed in 45 milliseconds