Lines Matching refs:CAP
83 #define CAP(T, name) CapsLookupTable::Pair{#name, new T##CapsLookup{&ShaderCapsClass::name}}
84 CAP(Bool, fbFetchSupport),
85 CAP(Bool, fbFetchNeedsCustomOutput),
86 CAP(Bool, flatInterpolationSupport),
87 CAP(Bool, noperspectiveInterpolationSupport),
88 CAP(Bool, externalTextureSupport),
89 CAP(Bool, mustEnableAdvBlendEqs),
90 CAP(Bool, mustDeclareFragmentShaderOutput),
91 CAP(Bool, mustDoOpBetweenFloorAndAbs),
92 CAP(Bool, mustGuardDivisionEvenAfterExplicitZeroCheck),
93 CAP(Bool, atan2ImplementedAsAtanYOverX),
94 CAP(Bool, canUseAnyFunctionInShader),
95 CAP(Bool, floatIs32Bits),
96 CAP(Bool, integerSupport),
97 CAP(Bool, builtinFMASupport),
98 CAP(Bool, builtinDeterminantSupport),
99 CAP(Bool, rewriteMatrixVectorMultiply),
100 #undef CAP