Searched defs:SWR_PS_STATE (Results 1 – 1 of 1) sorted by relevance
1184 struct SWR_PS_STATE struct1187 PFN_PIXEL_KERNEL pfnPixelShader; // @llvm_pfn1190 uint32_t killsPixel : 1; // pixel shader can kill pixels1191 uint32_t inputCoverage : 2; // ps uses input coverage1192 uint32_t writesODepth : 1; // pixel shader writes to depth1193 uint32_t usesSourceDepth : 1; // pixel shader reads depth1194 uint32_t shadingRate : 2; // shading per pixel / sample / coarse pixel1195 … posOffset : 2; // type of offset (none, sample, centroid) to add to pixel position1196 …csMask : 3; // which type(s) of barycentric coords does the PS interpolate attributes with1197 uint32_t usesUAV : 1; // pixel shader accesses UAV [all …]