Searched refs:set_depth_bounds (Results 1 – 3 of 3) sorted by relevance
921 struct lvp_cmd_set_depth_bounds set_depth_bounds; member
605 cmd->u.set_depth_bounds.min_depth = minDepthBounds; in lvp_CmdSetDepthBounds()606 cmd->u.set_depth_bounds.max_depth = maxDepthBounds; in lvp_CmdSetDepthBounds()
1368 state->dsa_state.depth.bounds_min = cmd->u.set_depth_bounds.min_depth; in handle_set_depth_bounds()1369 state->dsa_state.depth.bounds_max = cmd->u.set_depth_bounds.max_depth; in handle_set_depth_bounds()