Lines Matching refs:CAP
125 #define CAP(name) capsMap->insert(std::make_pair(String(#name), \ in fill_caps() macro
127 CAP(fbFetchSupport); in fill_caps()
128 CAP(fbFetchNeedsCustomOutput); in fill_caps()
129 CAP(bindlessTextureSupport); in fill_caps()
130 CAP(dropsTileOnZeroDivide); in fill_caps()
131 CAP(flatInterpolationSupport); in fill_caps()
132 CAP(noperspectiveInterpolationSupport); in fill_caps()
133 CAP(multisampleInterpolationSupport); in fill_caps()
134 CAP(sampleVariablesSupport); in fill_caps()
135 CAP(sampleMaskOverrideCoverageSupport); in fill_caps()
136 CAP(externalTextureSupport); in fill_caps()
137 CAP(texelFetchSupport); in fill_caps()
138 CAP(imageLoadStoreSupport); in fill_caps()
139 CAP(mustEnableAdvBlendEqs); in fill_caps()
140 CAP(mustEnableSpecificAdvBlendEqs); in fill_caps()
141 CAP(mustDeclareFragmentShaderOutput); in fill_caps()
142 CAP(canUseAnyFunctionInShader); in fill_caps()
143 CAP(floatPrecisionVaries); in fill_caps()
144 CAP(integerSupport); in fill_caps()
145 #undef CAP in fill_caps()