Searched refs:depth_clip_disable (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_hw.h282 unsigned depth_clip_disable:1; member in struct:virgl_caps_bool_set1
H A Dvirgl_screen.c110 return vscreen->caps.caps.v1.bset.depth_clip_disable;
/xsrc/external/mit/MesaLib/dist/src/virtio/virtio-gpu/
H A Dvirgl_hw.h503 unsigned depth_clip_disable:1; member in struct:virgl_caps_bool_set1
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c2832 bool depth_clip_disable = vkraster->depthClampEnable; local in function:radv_pipeline_generate_raster_state
2837 depth_clip_disable = !depth_clip_state->depthClipEnable;
2842 S_028810_ZCLIP_NEAR_DISABLE(depth_clip_disable ? 1 : 0) |
2843 S_028810_ZCLIP_FAR_DISABLE(depth_clip_disable ? 1 : 0) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_screen.c127 if (vscreen->caps.caps.v1.bset.depth_clip_disable)
H A Dvirgl_context.c472 virgl_screen(ctx->screen)->caps.caps.v1.bset.depth_clip_disable);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c2758 bool depth_clip_disable = rast_info->depthClampEnable; local in function:tu_pipeline_builder_parse_rasterization
2763 depth_clip_disable = !depth_clip_state->depthClipEnable;
2786 .znear_clip_disable = depth_clip_disable,
2787 .zfar_clip_disable = depth_clip_disable,
2788 /* TODO should this be depth_clip_disable instead? */
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c1769 bool depth_clip_disable = raster_info->depthClampEnable; local in function:radv_pipeline_init_raster_state
1774 depth_clip_disable = !depth_clip_state->depthClipEnable;
1779 S_028810_ZCLIP_NEAR_DISABLE(depth_clip_disable ? 1 : 0) |
1780 S_028810_ZCLIP_FAR_DISABLE(depth_clip_disable ? 1 : 0) |

Completed in 76 milliseconds