Home | History | Annotate | Download | only in driver

Lines Matching refs:vecSize

720 static void * ElementAt1D(Allocation *a, RsDataType dt, uint32_t vecSize, uint32_t x) {
732 if (vecSize > 0) {
733 if (vecSize != e->getVectorSize()) {
734 sprintf(buf, "Vector size mismatch for ElementAt %i of %i", vecSize, e->getVectorSize());
751 static void * ElementAt2D(Allocation *a, RsDataType dt, uint32_t vecSize, uint32_t x, uint32_t y) {
769 if (vecSize > 0) {
770 if (vecSize != e->getVectorSize()) {
771 sprintf(buf, "Vector size mismatch for ElementAt %i of %i", vecSize, e->getVectorSize());
789 static void * ElementAt3D(Allocation *a, RsDataType dt, uint32_t vecSize, uint32_t x, uint32_t y, uint32_t z) {
813 if (vecSize > 0) {
814 if (vecSize != e->getVectorSize()) {
815 sprintf(buf, "Vector size mismatch for ElementAt %i of %i", vecSize, e->getVectorSize());