Home
last modified time | relevance | path

Searched defs:SWR_RASTSTATE (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1060 struct SWR_RASTSTATE struct
1062 uint32_t cullMode : 2;
1063 uint32_t fillMode : 2;
1064 uint32_t frontWinding : 1;
1065 uint32_t scissorEnable : 1;
1066 uint32_t depthClipEnable : 1;
1067 uint32_t clipEnable : 1;
1068 uint32_t clipHalfZ : 1;
1069 uint32_t pointParam : 1;
1070 uint32_t pointSpriteEnable : 1;
[all …]