Searched defs:SWR_PS_STATE (Results 1 – 1 of 1) sorted by relevance
1073 struct SWR_PS_STATE struct1076 PFN_PIXEL_KERNEL pfnPixelShader; // @llvm_pfn1079 uint32_t killsPixel : 1; // pixel shader can kill pixels1080 uint32_t inputCoverage : 2; // ps uses input coverage1081 uint32_t writesODepth : 1; // pixel shader writes to depth1082 uint32_t usesSourceDepth : 1; // pixel shader reads depth1083 uint32_t shadingRate : 2; // shading per pixel / sample / coarse pixel1084 uint32_t numRenderTargets : 4; // number of render target outputs in use (0-8)1085 …32_t posOffset : 2; // type of offset (none, sample, centroid) to add to pixel position1086 …ntricsMask : 3; // which type(s) of barycentric coords does the PS interpolate attributes with[all …]