Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c441 f->NewClipPlaneEnable = ST_NEW_RASTERIZER; in st_init_driver_flags()
443 f->NewClipPlaneEnable |= ST_NEW_VS_STATE | ST_NEW_GS_STATE | ST_NEW_TES_STATE; in st_init_driver_flags()
/third_party/mesa3d/src/mesa/main/
Dmtypes.h2961 uint64_t NewClipPlaneEnable; member
Denable.c464 ctx->NewDriverState |= ctx->DriverFlags.NewClipPlaneEnable; in _mesa_set_enable()