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.h331 struct SWR_PS_CONTEXT struct
333 PixelPositions vX; // IN: x location(s) of pixels
334 PixelPositions vY; // IN: x location(s) of pixels
335 simdscalar vZ; // INOUT: z location of pixels
336 simdscalari activeMask; // OUT: mask for kill
337 simdscalar inputMask; // IN: input coverage mask for all samples
338 simdscalari oMask; // OUT: mask for output coverage
340 …elPositions vI; // barycentric coords evaluated at pixel center, sample position, centroid
341 PixelPositions vJ;
342 PixelPositions vOneOverW; // IN: 1/w
[all …]