Searched defs:xEnd (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp162 if (mtls && mtls->fep.dimY <= 1 && mtls->xEnd <= mtls->xStart + mtls->mSliceSize) {
320 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
328 fn(&p, mtls->xStart, mtls->xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut);
344 uint32_t xEnd = xStart + mtls->mSliceSize; local
345 xEnd = rsMin(xEnd, mtls->xEnd);
346 if (xEnd <= xStart) {
350 //ALOGE("usr slice %i idx %i, x %i,%i", slice, idx, xStart, xEnd);
355 fn(&p, xStart, xEnd, mtl
[all...]
H A DrsCpuCore.h65 uint32_t xEnd; member in struct:android::renderscript::__anon1572
/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/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)
/frameworks/rs/
H A DrsDefines.h387 uint32_t xEnd; member in struct:__anon1589

Completed in 144 milliseconds