Home
last modified time | relevance | path

Searched refs:argSlots (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/sksl/ir/
H A DSkSLConstructor.cpp179 int argSlots = arg->type().slotCount(); in getConstantValue() local
180 if (n < argSlots) { in getConstantValue()
183 n -= argSlots; in getConstantValue()
H A DSkSLSwizzle.cpp146 int argSlots = argType.slotCount(); in optimize_constructor_swizzle() local
147 for (int componentIdx = 0; componentIdx < argSlots; ++componentIdx) { in optimize_constructor_swizzle()
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp1824 size_t argSlots = 0;
1829 SkASSERT((argSlots + 2) <= SK_ARRAY_COUNT(args));
1830 args[argSlots++] = local.x.id;
1831 args[argSlots++] = local.y.id;
1835 SkASSERT((argSlots + 4) <= SK_ARRAY_COUNT(args));
1836 args[argSlots++] = inputColor.r.id;
1837 args[argSlots++] = inputColor.g.id;
1838 args[argSlots++] = inputColor.b.id;
1839 args[argSlots++] = inputColor.a.id;
1843 SkASSERT((argSlots
[all...]

Completed in 4 milliseconds