Searched defs:vecLength (Results 1 – 3 of 3) sorted by relevance
82 int vecLength = SkSLTypeVecLength(type); in DEF_TEST() local123 int vecLength = SkSLTypeVecLength(type); in DEF_TEST() local140 int vecLength = SkSLTypeVecLength(type); in DEF_TEST() local
190 const vecLength = this.stack.length - stackPointer.stackPosition; constant204 const vecLength = (this.stack.length - stackPointer.stackPosition) >> 1; constant
29 static constexpr size_t tight_vec_size(int vecLength) { in tight_vec_size()