Home | History | Annotate | Download | only in gpu

Lines Matching refs:shaderCaps

109                          const GrShaderCaps& shaderCaps,
121 add_sampler_keys(b, fp, gpu, shaderCaps);
130 const GrShaderCaps& shaderCaps,
142 add_sampler_keys(b, pp, shaderCaps);
151 const GrShaderCaps& shaderCaps,
169 const GrShaderCaps& shaderCaps,
172 if (!gen_frag_proc_and_meta_keys(primProc, fp.childProcessor(i), gpu, shaderCaps, b)) {
177 fp.getGLSLProcessorKey(shaderCaps, b);
179 return gen_meta_key(fp, gpu, shaderCaps, primProc.getTransformKey(fp.coordTransforms(),
192 const GrShaderCaps& shaderCaps = *gpu->caps()->shaderCaps();
201 primProc.getGLSLProcessorKey(shaderCaps, &b);
203 if (!gen_meta_key(primProc, shaderCaps, 0, &b)) {
211 if (!gen_frag_proc_and_meta_keys(primProc, fp, gpu, shaderCaps, &b)) {
225 xp.getGLSLProcessorKey(shaderCaps, &b, originIfDstTexture);
226 if (!gen_meta_key(xp, shaderCaps, &b)) {
244 header->fOutputSwizzle = shaderCaps.configOutputSwizzle(renderTarget->config()).asKey();