Home
last modified time | relevance | path

Searched refs:vSize (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_parameter.c492 const gl_constant_value v[], GLuint vSize, in _mesa_lookup_parameter_constant() argument
497 assert(vSize >= 1); in _mesa_lookup_parameter_constant()
498 assert(vSize <= 4); in _mesa_lookup_parameter_constant()
510 for (j = 0; j < vSize; j++) { in _mesa_lookup_parameter_constant()
514 if (match == vSize) { in _mesa_lookup_parameter_constant()
521 if (vSize == 1) { in _mesa_lookup_parameter_constant()
533 else if (vSize <= list->Parameters[i].Size) { in _mesa_lookup_parameter_constant()
537 for (j = 0; j < vSize; j++) { in _mesa_lookup_parameter_constant()
556 if (match == vSize) { in _mesa_lookup_parameter_constant()
Dprog_parameter.h178 const gl_constant_value v[], GLuint vSize,
/external/icu/icu4c/source/common/
Drbbitblb.cpp931 int32_t vSize = vec->size(); in sortedAdd() local
932 for (i=0; i<vSize; i++) { in sortedAdd()