Lines Matching refs:fKey
39 if (var.fModifiers.fLayout.fKey) { in GrSkSLFPFactory()
312 const SkSL::Program* specialized = fFactory->getSpecialization(fKey, fInputs.get(), fInputSize); in onCreateGLSLInstance()
331 if (v->fModifiers.fLayout.fKey) { in onGetGLSLProcessorKey()
332 fKey += inputs[offset + 0]; in onGetGLSLProcessorKey()
333 fKey += inputs[offset + 1]; in onGetGLSLProcessorKey()
334 fKey += inputs[offset + 2]; in onGetGLSLProcessorKey()
335 fKey += inputs[offset + 3]; in onGetGLSLProcessorKey()
341 if (v->fModifiers.fLayout.fKey) { in onGetGLSLProcessorKey()
342 fKey += inputs[offset + 0]; in onGetGLSLProcessorKey()
343 fKey += inputs[offset + 1]; in onGetGLSLProcessorKey()
344 fKey += inputs[offset + 2]; in onGetGLSLProcessorKey()
345 fKey += inputs[offset + 3]; in onGetGLSLProcessorKey()
351 if (v->fModifiers.fLayout.fKey) { in onGetGLSLProcessorKey()
353 fKey += inputs[offset + i]; in onGetGLSLProcessorKey()
367 if (v->fModifiers.fLayout.fKey) { in onGetGLSLProcessorKey()
368 fKey += inputs[offset]; in onGetGLSLProcessorKey()