Home
last modified time | relevance | path

Searched refs:depth_clip_state (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c185 VkPipelineRasterizationDepthClipStateCreateInfoEXT depth_clip_state = {0}; in zink_create_gfx_pipeline() local
186depth_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()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c3370 const VkPipelineRasterizationDepthClipStateCreateInfoEXT *depth_clip_state = in tu_pipeline_builder_parse_rasterization() local
3372 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()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1698 const VkPipelineRasterizationDepthClipStateCreateInfoEXT *depth_clip_state = in radv_pipeline_init_rasterization_info() local
1700 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()