Home
last modified time | relevance | path

Searched refs:depth_bounds_test (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.h103 VkBool32 depth_bounds_test; member
Dzink_state.c493 if (depth_stencil_alpha->depth_bounds_test) { in zink_create_depth_stencil_alpha_state()
494 cso->hw_state.depth_bounds_test = VK_TRUE; in zink_create_depth_stencil_alpha_state()
Dzink_pipeline.c169 …encil_state.depthBoundsTestEnable = state->dyn_state1.depth_stencil_alpha_state->depth_bounds_test; in zink_create_gfx_pipeline()
Dzink_draw.cpp644 …VKCTX(CmdSetDepthBoundsTestEnableEXT)(batch->state->cmdbuf, dsa_state->hw_state.depth_bounds_test); in zink_draw_vbo()
645 if (dsa_state->hw_state.depth_bounds_test) in zink_draw_vbo()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c94 dsa->depth_bounds_test = 1; in st_update_depth_stencil_alpha()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c862 qs->softpipe->depth_stencil->depth_bounds_test)) { in depth_test_quads_fallback()
889 if (have_zs && qs->softpipe->depth_stencil->depth_bounds_test) { in depth_test_quads_fallback()
1007 boolean depth_bounds = qs->softpipe->depth_stencil->depth_bounds_test; in choose_depth_test()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h336 unsigned depth_bounds_test:1; /**< depth bounds test enabled? */ member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c229 SB_DATA (so, cso->depth_bounds_test); in nv30_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c377 SB_IMMED_3D(so, DEPTH_BOUNDS_EN, cso->depth_bounds_test); in nvc0_zsa_state_create()
378 if (cso->depth_bounds_test) { in nvc0_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c380 if (cso->depth_bounds_test) { in nv50_zsa_state_create()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c620 state->dsa_state.depth_bounds_test = dsa->depthBoundsTestEnable; in handle_graphics_pipeline()
3542 …state->dsa_dirty |= state->dsa_state.depth_bounds_test != cmd->u.set_depth_bounds_test_enable_ext.… in handle_set_depth_bounds_test_enable()
3543 …state->dsa_state.depth_bounds_test = cmd->u.set_depth_bounds_test_enable_ext.depth_bounds_test_ena… in handle_set_depth_bounds_test_enable()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c221 assert(!state->depth_bounds_test && "todo"); in agx_create_zsa_state()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1900 depthBoundsState.depthBoundsTestEnable = depth->depth_bounds_test; in swr_update_derived()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1275 S_028800_ZFUNC(state->depth_func) | S_028800_DEPTH_BOUNDS_ENABLE(state->depth_bounds_test); in si_create_dsa_state()
1313 if (state->depth_bounds_test) { in si_create_dsa_state()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c3366 assert(!zsa->depth_bounds_test); in panfrost_create_depth_stencil_state()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c1480 depth_bounds.DepthBoundsTestEnable = state->depth_bounds_test; in iris_create_zsa_state()