Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c820 ds->depth.bounds_test.enable = ds_info->depthBoundsTestEnable; in vk_depth_stencil_state_init()
821 ds->depth.bounds_test.min = ds_info->minDepthBounds; in vk_depth_stencil_state_init()
822 ds->depth.bounds_test.max = ds_info->maxDepthBounds; in vk_depth_stencil_state_init()
1716 .bounds_test = {
1963 COPY_IF_SET(DS_DEPTH_BOUNDS_TEST_ENABLE, ds.depth.bounds_test.enable); in vk_dynamic_graphics_state_copy()
1965 COPY_MEMBER(DS_DEPTH_BOUNDS_TEST_BOUNDS, ds.depth.bounds_test.min); in vk_dynamic_graphics_state_copy()
1966 COPY_MEMBER(DS_DEPTH_BOUNDS_TEST_BOUNDS, ds.depth.bounds_test.max); in vk_dynamic_graphics_state_copy()
2566 ds.depth.bounds_test.enable, depthBoundsTestEnable); in vk_common_CmdSetDepthBoundsTestEnable()
2578 ds.depth.bounds_test.min, minDepthBounds); in vk_common_CmdSetDepthBounds()
2580 ds.depth.bounds_test.max, maxDepthBounds); in vk_common_CmdSetDepthBounds()
Dvk_graphics_state.h515 } bounds_test; member