Searched refs:depth_compare_op (Results 1 – 14 of 14) sorted by relevance
108 VkCompareOp depth_compare_op; member
210 …depth_stencil_state.depthCompareOp = state->dyn_state1.depth_stencil_alpha_state->depth_compare_op; in zink_create_gfx_pipeline()
495 cso->hw_state.depth_compare_op = compare_op(depth_stencil_alpha->depth_func); in zink_create_depth_stencil_alpha_state()
648 VKCTX(CmdSetDepthCompareOpEXT)(batch->state->cmdbuf, dsa_state->hw_state.depth_compare_op); in zink_draw()
129 state->dynamic.depth_compare_op = cmd_buffer->state.dynamic.depth_compare_op; in radv_meta_save()259 cmd_buffer->state.dynamic.depth_compare_op = state->dynamic.depth_compare_op; in radv_meta_restore()
922 ds_info->depth_compare_op != VK_COMPARE_OP_NEVER; in radv_is_depth_write_enabled()1010 bool zfunc_is_ordered = info->ds.depth_compare_op == VK_COMPARE_OP_NEVER || in radv_pipeline_out_of_order_rast()1011 info->ds.depth_compare_op == VK_COMPARE_OP_LESS || in radv_pipeline_out_of_order_rast()1012 info->ds.depth_compare_op == VK_COMPARE_OP_LESS_OR_EQUAL || in radv_pipeline_out_of_order_rast()1013 info->ds.depth_compare_op == VK_COMPARE_OP_GREATER || in radv_pipeline_out_of_order_rast()1014 info->ds.depth_compare_op == VK_COMPARE_OP_GREATER_OR_EQUAL; in radv_pipeline_out_of_order_rast()1031 (info->ds.depth_compare_op == VK_COMPARE_OP_ALWAYS || in radv_pipeline_out_of_order_rast()1032 info->ds.depth_compare_op == VK_COMPARE_OP_NEVER)); in radv_pipeline_out_of_order_rast()1035 (info->ds.depth_compare_op == VK_COMPARE_OP_ALWAYS || in radv_pipeline_out_of_order_rast()1036 info->ds.depth_compare_op == VK_COMPARE_OP_NEVER); in radv_pipeline_out_of_order_rast()[all …]
1308 VkCompareOp depth_compare_op; member2044 VkCompareOp depth_compare_op; member
279 if (dest->depth_compare_op != src->depth_compare_op) { in radv_bind_dynamic_state()280 dest->depth_compare_op = src->depth_compare_op; in radv_bind_dynamic_state()1836 S_028800_ZFUNC(d->depth_compare_op) | in radv_emit_depth_control()5908 state->dynamic.depth_compare_op = depthCompareOp; in radv_CmdSetDepthCompareOp()
645 …VkCompareOp depth_compare_op = (cmd->state.rb_depth_cntl & A6XX_RB_DEPTH_CNTL_ZFUNC__MASK) >> A6XX… in tu6_calculate_lrz_state() local709 switch (depth_compare_op) { in tu6_calculate_lrz_state()
4238 VkCompareOp depth_compare_op = in tu6_writes_depth() local4241 bool depth_compare_op_writes = depth_compare_op != VK_COMPARE_OP_NEVER; in tu6_writes_depth()
1721 gfx_pipeline->depth_compare_op = depth_stencil_state->depthCompareOp; in pvr_graphics_pipeline_init_depth_and_stencil_state()1725 gfx_pipeline->depth_compare_op = VK_COMPARE_OP_ALWAYS; in pvr_graphics_pipeline_init_depth_and_stencil_state()
1136 VkCompareOp depth_compare_op; member
3377 ispa.dcmpmode = pvr_ta_cmpmode(gfx_pipeline->depth_compare_op); in pvr_setup_isp_faces_and_control()3383 ispa.dcmpmode |= gfx_pipeline->depth_compare_op; in pvr_setup_isp_faces_and_control()4439 gfx_pipeline->depth_compare_op != VK_COMPARE_OP_ALWAYS) { in pvr_validate_draw_state()
3717 state->dsa_dirty |= state->dsa_state.depth_func != cmd->u.set_depth_compare_op.depth_compare_op; in handle_set_depth_compare_op()3718 state->dsa_state.depth_func = cmd->u.set_depth_compare_op.depth_compare_op; in handle_set_depth_compare_op()