Lines Matching refs:caps
95 const SkSL::ShaderCapsClass** caps) { in detect_shader_settings() argument
117 *caps = s_addAndTrueCaps.get(); in detect_shader_settings()
121 *caps = s_blendZeroCaps.get(); in detect_shader_settings()
125 *caps = s_negativeFractCaps.get(); in detect_shader_settings()
129 *caps = s_noFragCoordCaps.get(); in detect_shader_settings()
133 *caps = s_minAbsCaps.get(); in detect_shader_settings()
137 *caps = s_defaultCaps.get(); in detect_shader_settings()
141 *caps = s_emulateAbsIntCaps.get(); in detect_shader_settings()
145 *caps = s_fragCoordsOld.get(); in detect_shader_settings()
149 *caps = s_fragCoordsNew.get(); in detect_shader_settings()
153 *caps = s_geometryExtCaps.get(); in detect_shader_settings()
157 *caps = s_geometryShaderCaps.get(); in detect_shader_settings()
161 *caps = s_gsInvocationCaps.get(); in detect_shader_settings()
165 *caps = s_incompleteShortIntCaps.get(); in detect_shader_settings()
169 *caps = s_div0Caps.get(); in detect_shader_settings()
173 *caps = s_negativeAtanCaps.get(); in detect_shader_settings()
177 *caps = s_noGSInvocations.get(); in detect_shader_settings()
181 *caps = s_powCaps.get(); in detect_shader_settings()
185 *caps = s_rewriteLoopCaps.get(); in detect_shader_settings()
189 *caps = s_rewriteMatVecMulCaps.get(); in detect_shader_settings()
193 *caps = s_derivativeCaps.get(); in detect_shader_settings()
197 *caps = s_ternaryCaps.get(); in detect_shader_settings()
201 *caps = s_precisionCaps.get(); in detect_shader_settings()
205 *caps = s_version110Caps.get(); in detect_shader_settings()
209 *caps = s_version450CoreCaps.get(); in detect_shader_settings()
304 const SkSL::ShaderCapsClass* caps = &SkSL::standaloneCaps; in processCommand() local
306 if (!detect_shader_settings(text, &settings, &caps)) { in processCommand()
325 SkSL::Compiler compiler(caps); in processCommand()
463 SkSL::Compiler compiler(caps); in processCommand()