Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h303 struct SWR_PS_CONTEXT struct
305 PixelPositions vX; // IN: x location(s) of pixels
306 PixelPositions vY; // IN: x location(s) of pixels
307 simdscalar vZ; // INOUT: z location of pixels
308 simdscalari activeMask; // OUT: mask for kill
309 simdscalar inputMask; // IN: input coverage mask for all samples
310 simdscalari oMask; // OUT: mask for output coverage
312 …elPositions vI; // barycentric coords evaluated at pixel center, sample position, centroid
313 PixelPositions vJ;
314 PixelPositions vOneOverW; // IN: 1/w
[all …]