Searched refs:depth_clip_enable (Results 1 – 9 of 9) sorted by relevance
39 VkPhysicalDeviceDepthClipEnableFeaturesEXT depth_clip_enable; member
151 VN_ADD_EXT_TO_PNEXT(exts->EXT_depth_clip_enable, feats->depth_clip_enable, in vn_physical_device_init_features()1639 VkPhysicalDeviceDepthClipEnableFeaturesEXT *depth_clip_enable; in vn_GetPhysicalDeviceFeatures2() member1839 *u.depth_clip_enable = feats->depth_clip_enable; in vn_GetPhysicalDeviceFeatures2()
190 bool depth_clip_enable; member
452 rs->depth_clip_enable = !rs_info->depthClampEnable; in vk_rasterization_state_init()479 rs->depth_clip_enable = rdc_info->depthClipEnable; in vk_rasterization_state_init()
825 raster.ViewportZFarClipTestEnable = pipeline->depth_clip_enable; in emit_rs_state()826 raster.ViewportZNearClipTestEnable = pipeline->depth_clip_enable; in emit_rs_state()828 raster.ViewportZClipTestEnable = pipeline->depth_clip_enable; in emit_rs_state()1243 clip.ViewportZClipTestEnable = pipeline->depth_clip_enable; in emit_3dstate_clip()
2082 pipeline->depth_clip_enable = state->rs->depth_clip_enable; in anv_graphics_pipeline_init()
3136 bool depth_clip_enable; member
705 state->rs_state.depth_clip_near = ps->rs->depth_clip_enable; in handle_graphics_pipeline()
2492 - zink: remove the workaround for depth_clip_enable on turnip