Searched refs:depth_bounds (Results 1 – 6 of 6) sorted by relevance
58 .depth_bounds = {103 dest->depth_bounds = src->depth_bounds; in anv_dynamic_state_copy()453 cmd_buffer->state.gfx.dynamic.depth_bounds.min = minDepthBounds; in anv_CmdSetDepthBounds()454 cmd_buffer->state.gfx.dynamic.depth_bounds.max = maxDepthBounds; in anv_CmdSetDepthBounds()
1165 dynamic->depth_bounds.min = in copy_non_dynamic_state()1167 dynamic->depth_bounds.max = in copy_non_dynamic_state()
1608 } depth_bounds; member
63 .depth_bounds = {140 if (memcmp(&dest->depth_bounds, &src->depth_bounds, in radv_bind_dynamic_state()141 sizeof(src->depth_bounds))) { in radv_bind_dynamic_state()142 dest->depth_bounds = src->depth_bounds; in radv_bind_dynamic_state()1205 fui(d->depth_bounds.min)); in radv_emit_depth_bounds()1207 fui(d->depth_bounds.max)); in radv_emit_depth_bounds()2869 cmd_buffer->state.dynamic.depth_bounds.min = minDepthBounds; in radv_CmdSetDepthBounds()2870 cmd_buffer->state.dynamic.depth_bounds.max = maxDepthBounds; in radv_CmdSetDepthBounds()
1125 dynamic->depth_bounds.min = in radv_pipeline_init_dynamic_state()1127 dynamic->depth_bounds.max = in radv_pipeline_init_dynamic_state()
847 } depth_bounds; member