Home | History | Annotate | Download | only in driver

Lines Matching defs:ElementAt

240 static void * ElementAt(Allocation *a, RsDataType dt, uint32_t vecSize,
248 sprintf(buf, "Out range ElementAt X %i of %i", x, t->getLODDimX(0));
254 sprintf(buf, "Out range ElementAt Y %i of %i", y, t->getLODDimY(0));
260 sprintf(buf, "Out range ElementAt Z %i of %i", z, t->getLODDimZ(0));
267 sprintf(buf, "Vector size mismatch for ElementAt %i of %i", vecSize, e->getVectorSize());
273 sprintf(buf, "Data type mismatch for ElementAt %i of %i", dt, e->getType());
289 void *tmp = ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
303 return ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
316 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z); \
327 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z); \