Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c2399 const VkPipelineRasterizationDepthClipStateCreateInfoEXT *depth_clip_state = in tu_pipeline_builder_parse_rasterization() local
2401 if (depth_clip_state) in tu_pipeline_builder_parse_rasterization()
2402 depth_clip_disable = !depth_clip_state->depthClipEnable; in tu_pipeline_builder_parse_rasterization()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c4080 const VkPipelineRasterizationDepthClipStateCreateInfoEXT *depth_clip_state = in radv_pipeline_generate_raster_state() local
4082 if (depth_clip_state) { in radv_pipeline_generate_raster_state()
4083 depth_clip_disable = !depth_clip_state->depthClipEnable; in radv_pipeline_generate_raster_state()