Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c1010 bool zfunc_is_ordered = info->ds.depth_compare_op == VK_COMPARE_OP_NEVER || in radv_pipeline_out_of_order_rast() local
1025 (!stencil_write_enabled && zfunc_is_ordered); in radv_pipeline_out_of_order_rast()
1026 order_invariance[0].zs = !depth_write_enabled || zfunc_is_ordered; in radv_pipeline_out_of_order_rast()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1385 bool zfunc_is_ordered = in si_create_dsa_state() local
1396 nozwrite_and_order_invariant_stencil || (!dsa->stencil_write_enabled && zfunc_is_ordered); in si_create_dsa_state()
1397 dsa->order_invariance[0].zs = !dsa->depth_write_enabled || zfunc_is_ordered; in si_create_dsa_state()

Completed in 20 milliseconds