Searched refs:xEnd (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/driver/
H A DrsdBcc.cpp196 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
204 fn(&p, mtls->xStart, mtls->xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut);
215 fn(&p, mtls->xStart, mtls->xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut);
232 uint32_t xEnd = xStart + mtls->mSliceSize; local
233 xEnd = rsMin(xEnd, mtls->xEnd);
234 if (xEnd <= xStart) {
238 //ALOGE("usr slice %i idx %i, x %i,%i", slice, idx, xStart, xEnd);
243 fn(&p, xStart, xEnd, mtl
[all...]
H A DrsdBcc.h154 uint32_t xEnd; member in struct:__anon1534
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp533 etc1_uint32 xEnd = width - x; local
534 if (xEnd > 4) {
535 xEnd = 4;
537 int mask = ymask & kXMask[xEnd];
542 memcpy(q, p, xEnd * 3);
544 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
585 etc1_uint32 xEnd = width - x; local
586 if (xEnd > 4) {
587 xEnd = 4;
595 memcpy(p, q, xEnd *
[all...]
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.cpp378 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
383 for (uint32_t x = mtls->xStart; x < mtls->xEnd; ++x) {
403 uint32_t xEnd = xStart + mtls->mSliceSize; local
404 xEnd = rsMin(xEnd, mtls->xEnd);
405 if (xEnd <= xStart) {
409 //ALOGE("usr slice %i idx %i, x %i,%i", slice, idx, xStart, xEnd);
414 for (uint32_t x = mtls->xStart; x < mtls->xEnd; ++x) {
447 if (!sc || (sc->xEnd
[all...]
H A DrsdBcc.h152 uint32_t xEnd; member in struct:__anon1570
/frameworks/rs/scriptc/
H A Drs_core.rsh116 uint32_t xEnd;
/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_core.rsh116 uint32_t xEnd;
/frameworks/rs/
H A DrsDefines.h373 uint32_t xEnd; member in struct:__anon1547
/frameworks/support/renderscript/v8/rs_support/
H A DrsDefines.h363 uint32_t xEnd; member in struct:__anon1579
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c349 const int xBegin = -15, xEnd = 15; local
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
365 for (x = xBegin; x < xEnd; ++x)

Completed in 972 milliseconds