Home
last modified time | relevance | path

Searched refs:bounds_test (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_graphics_state.c682 ds->depth.bounds_test.enable = ds_info->depthBoundsTestEnable; in vk_depth_stencil_state_init()
683 ds->depth.bounds_test.min = ds_info->minDepthBounds; in vk_depth_stencil_state_init()
684 ds->depth.bounds_test.max = ds_info->maxDepthBounds; in vk_depth_stencil_state_init()
1394 .bounds_test = {
1595 COPY_IF_SET(DS_DEPTH_BOUNDS_TEST_ENABLE, ds.depth.bounds_test.enable); in vk_dynamic_graphics_state_copy()
1597 COPY_MEMBER(DS_DEPTH_BOUNDS_TEST_BOUNDS, ds.depth.bounds_test.min); in vk_dynamic_graphics_state_copy()
1598 COPY_MEMBER(DS_DEPTH_BOUNDS_TEST_BOUNDS, ds.depth.bounds_test.max); in vk_dynamic_graphics_state_copy()
1984 ds.depth.bounds_test.enable, depthBoundsTestEnable); in vk_common_CmdSetDepthBoundsTestEnable()
1996 ds.depth.bounds_test.min, minDepthBounds); in vk_common_CmdSetDepthBounds()
1998 ds.depth.bounds_test.max, maxDepthBounds); in vk_common_CmdSetDepthBounds()
Dvk_graphics_state.h375 } bounds_test; member
/third_party/mesa3d/src/intel/vulkan/
Dgfx8_cmd_buffer.c540 db.DepthBoundsTestEnable = dyn->ds.depth.bounds_test.enable; in genX()
541 db.DepthBoundsTestMinValue = dyn->ds.depth.bounds_test.min; in genX()
542 db.DepthBoundsTestMaxValue = dyn->ds.depth.bounds_test.max; in genX()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c754 state->dsa_state.depth_bounds_test = ps->ds->depth.bounds_test.enable; in handle_graphics_pipeline()
757 state->dsa_state.depth_bounds_min = ps->ds->depth.bounds_test.min; in handle_graphics_pipeline()
758 state->dsa_state.depth_bounds_max = ps->ds->depth.bounds_test.max; in handle_graphics_pipeline()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp445 if (depth_stencil_alpha->depth.bounds_test) { in d3d12_create_depth_stencil_alpha_state()
/third_party/mesa3d/docs/gallium/
Dscreen.rst312 * ``PIPE_CAP_DEPTH_BOUNDS_TEST``: Whether bounds_test, bounds_min, and