Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c58 .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()
Danv_pipeline.c1165 dynamic->depth_bounds.min = in copy_non_dynamic_state()
1167 dynamic->depth_bounds.max = in copy_non_dynamic_state()
Danv_private.h1608 } depth_bounds; member
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c63 .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()
Dradv_pipeline.c1125 dynamic->depth_bounds.min = in radv_pipeline_init_dynamic_state()
1127 dynamic->depth_bounds.max = in radv_pipeline_init_dynamic_state()
Dradv_private.h847 } depth_bounds; member