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.h364 struct SWR_PS_CONTEXT struct
366 PixelPositions vX; // IN: x location(s) of pixels
367 PixelPositions vY; // IN: x location(s) of pixels
368 simdscalar vZ; // INOUT: z location of pixels
369 simdscalari activeMask; // OUT: mask for kill
370 simdscalar inputMask; // IN: input coverage mask for all samples
371 simdscalari oMask; // OUT: mask for output coverage
373 PixelPositions vI; // barycentric coords evaluated at pixel center, sample position, centroid
374 PixelPositions vJ;
375 PixelPositions vOneOverW; // IN: 1/w
[all …]