Searched refs:depth_clip_state (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c2834 const VkPipelineRasterizationDepthClipStateCreateInfoEXT *depth_clip_state = local in function:radv_pipeline_generate_raster_state
2836 if (depth_clip_state) {
2837 depth_clip_disable = !depth_clip_state->depthClipEnable;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c2760 const VkPipelineRasterizationDepthClipStateCreateInfoEXT *depth_clip_state = local in function:tu_pipeline_builder_parse_rasterization
2762 if (depth_clip_state)
2763 depth_clip_disable = !depth_clip_state->depthClipEnable;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c529 const VkPipelineRasterizationDepthClipStateCreateInfoEXT *depth_clip_state = local in function:handle_graphics_pipeline
532 if (!depth_clip_state)
535 state->rs_state.depth_clip_near = state->rs_state.depth_clip_far = depth_clip_state->depthClipEnable;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c1770 const VkPipelineRasterizationDepthClipStateCreateInfoEXT *depth_clip_state = local in function:radv_pipeline_init_raster_state
1773 if (depth_clip_state) {
1774 depth_clip_disable = !depth_clip_state->depthClipEnable;

Completed in 24 milliseconds