Home
last modified time | relevance | path

Searched defs:vecLength (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/graphite/
DUniformManagerTest.cpp82 int vecLength = SkSLTypeVecLength(type); in DEF_TEST() local
123 int vecLength = SkSLTypeVecLength(type); in DEF_TEST() local
140 int vecLength = SkSLTypeVecLength(type); in DEF_TEST() local
/external/flatbuffers/ts/flexbuffers/
Dbuilder.ts190 const vecLength = this.stack.length - stackPointer.stackPosition; constant
204 const vecLength = (this.stack.length - stackPointer.stackPosition) >> 1; constant
/external/skia/src/gpu/graphite/
DUniformManager.cpp29 static constexpr size_t tight_vec_size(int vecLength) { in tight_vec_size()