Searched refs:yStart (Results 1 – 9 of 9) sorted by relevance
190 uint32_t yStart = mtls->yStart + slice * mtls->mSliceSize; in wc_xy() local191 uint32_t yEnd = yStart + mtls->mSliceSize; in wc_xy()193 if (yEnd <= yStart) { in wc_xy()203 for (p.y = yStart; p.y < yEnd; p.y++) { in wc_xy()211 for (p.y = yStart; p.y < yEnd; p.y++) { in wc_xy()288 rsAssert(sc->yStart < mtls->fep.dimY); in rsdScriptInvokeForEachMtlsSetup()290 rsAssert(sc->yStart < sc->yEnd); in rsdScriptInvokeForEachMtlsSetup()291 mtls->yStart = rsMin(mtls->fep.dimY, sc->yStart); in rsdScriptInvokeForEachMtlsSetup()293 if (mtls->yStart >= mtls->yEnd) return; in rsdScriptInvokeForEachMtlsSetup()399 for (p.y = mtls->yStart; p.y < mtls->yEnd; p.y++) { in rsdScriptLaunchThreads()
155 uint32_t yStart; member
371 uint32_t yStart = mtls->yStart + slice * mtls->mSliceSize; in wc_xy() local372 uint32_t yEnd = yStart + mtls->mSliceSize; in wc_xy()374 if (yEnd <= yStart) { in wc_xy()380 for (p.y = yStart; p.y < yEnd; p.y++) { in wc_xy()461 rsAssert(sc->yStart < mtls->fep.dimY); in rsdScriptInvokeForEachMtlsSetup()463 rsAssert(sc->yStart < sc->yEnd); in rsdScriptInvokeForEachMtlsSetup()464 mtls->yStart = rsMin(mtls->fep.dimY, sc->yStart); in rsdScriptInvokeForEachMtlsSetup()466 if (mtls->yStart >= mtls->yEnd) return; in rsdScriptInvokeForEachMtlsSetup()548 for (p.y = mtls->yStart; p.y < mtls->yEnd; p.y++) { in rsdScriptLaunchThreads()
153 uint32_t yStart; member
364 uint32_t yStart; member
374 uint32_t yStart; member
291 static void drawMeshInPage(float xStart, float yStart, int wResolution, int hResolution) {314 float yPos = yStart + hMargin + y * size + y * yPad;
117 uint32_t yStart;