Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1213 struct SWR_PS_STATE struct
1216 PFN_PIXEL_KERNEL pfnPixelShader; // @llvm_pfn
1219 uint32_t killsPixel : 1; // pixel shader can kill pixels
1220 uint32_t inputCoverage : 2; // ps uses input coverage
1221 uint32_t writesODepth : 1; // pixel shader writes to depth
1222 uint32_t usesSourceDepth : 1; // pixel shader reads depth
1223 uint32_t shadingRate : 2; // shading per pixel / sample / coarse pixel
1224 uint32_t posOffset : 2; // type of offset (none, sample, centroid) to add to pixel position
1225 uint32_t barycentricsMask : 3; // which type(s) of barycentric coords does the PS interpolate
1227 uint32_t usesUAV : 1; // pixel shader accesses UAV
[all …]