Searched refs:depth_clip_state (Results 1 – 2 of 2) sorted by relevance
2399 const VkPipelineRasterizationDepthClipStateCreateInfoEXT *depth_clip_state = in tu_pipeline_builder_parse_rasterization() local2401 if (depth_clip_state) in tu_pipeline_builder_parse_rasterization()2402 depth_clip_disable = !depth_clip_state->depthClipEnable; in tu_pipeline_builder_parse_rasterization()
4080 const VkPipelineRasterizationDepthClipStateCreateInfoEXT *depth_clip_state = in radv_pipeline_generate_raster_state() local4082 if (depth_clip_state) { in radv_pipeline_generate_raster_state()4083 depth_clip_disable = !depth_clip_state->depthClipEnable; in radv_pipeline_generate_raster_state()