Searched refs:bounds_test (Results 1 – 6 of 6) sorted by relevance
682 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()
375 } bounds_test; member
540 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()
754 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()
445 if (depth_stencil_alpha->depth.bounds_test) { in d3d12_create_depth_stencil_alpha_state()
312 * ``PIPE_CAP_DEPTH_BOUNDS_TEST``: Whether bounds_test, bounds_min, and