Searched refs:depth_clip_state (Results 1 – 3 of 3) sorted by relevance
185 VkPipelineRasterizationDepthClipStateCreateInfoEXT depth_clip_state = {0}; in zink_create_gfx_pipeline() local186 …depth_clip_state.sType = VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_DEPTH_CLIP_STATE_CREATE_INFO_EXT; in zink_create_gfx_pipeline()187 depth_clip_state.depthClipEnable = hw_rast_state->depth_clip; in zink_create_gfx_pipeline()189 depth_clip_state.pNext = rast_state.pNext; in zink_create_gfx_pipeline()190 rast_state.pNext = &depth_clip_state; in zink_create_gfx_pipeline()
3370 const VkPipelineRasterizationDepthClipStateCreateInfoEXT *depth_clip_state = in tu_pipeline_builder_parse_rasterization() local3372 if (depth_clip_state) in tu_pipeline_builder_parse_rasterization()3373 builder->depth_clip_disable = !depth_clip_state->depthClipEnable; in tu_pipeline_builder_parse_rasterization()
1698 const VkPipelineRasterizationDepthClipStateCreateInfoEXT *depth_clip_state = in radv_pipeline_init_rasterization_info() local1700 if (depth_clip_state) { in radv_pipeline_init_rasterization_info()1701 info.depth_clip_disable = !depth_clip_state->depthClipEnable; in radv_pipeline_init_rasterization_info()