Home
last modified time | relevance | path

Searched refs:depth_compare_op (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.h108 VkCompareOp depth_compare_op; member
Dzink_pipeline.c210 …depth_stencil_state.depthCompareOp = state->dyn_state1.depth_stencil_alpha_state->depth_compare_op; in zink_create_gfx_pipeline()
Dzink_state.c495 cso->hw_state.depth_compare_op = compare_op(depth_stencil_alpha->depth_func); in zink_create_depth_stencil_alpha_state()
Dzink_draw.cpp648 VKCTX(CmdSetDepthCompareOpEXT)(batch->state->cmdbuf, dsa_state->hw_state.depth_compare_op); in zink_draw()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta.c129 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()
Dradv_pipeline.c922 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 …]
Dradv_private.h1308 VkCompareOp depth_compare_op; member
2044 VkCompareOp depth_compare_op; member
Dradv_cmd_buffer.c279 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()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_lrz.c645 …VkCompareOp depth_compare_op = (cmd->state.rb_depth_cntl & A6XX_RB_DEPTH_CNTL_ZFUNC__MASK) >> A6XX… in tu6_calculate_lrz_state() local
709 switch (depth_compare_op) { in tu6_calculate_lrz_state()
Dtu_cmd_buffer.c4238 VkCompareOp depth_compare_op = in tu6_writes_depth() local
4241 bool depth_compare_op_writes = depth_compare_op != VK_COMPARE_OP_NEVER; in tu6_writes_depth()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_pipeline.c1721 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()
Dpvr_private.h1136 VkCompareOp depth_compare_op; member
Dpvr_cmd_buffer.c3377 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()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c3717 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()