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