Home
last modified time | relevance | path

Searched refs:zEnd (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/
DrsDefines.h240 uint32_t zEnd; member
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp613 if (!sc || (sc->zEnd == 0)) { in forEachMtlsSetup()
617 mtls->end.z = rsMin(mtls->fep.dim.z, sc->zEnd); in forEachMtlsSetup()
/frameworks/rs/api/
Drs_for_each.spec69 field: uint32_t zEnd, "Ending index (exclusive) in the Z dimension."
/frameworks/rs/scriptc/
Drs_for_each.rsh85 uint32_t zEnd; // Ending index (exclusive) in the Z dimension.
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1582 sc.zEnd = zend; in nScriptForEachClipped()
1613 sc.zEnd = zend; in nScriptForEachClippedV()
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_for_each.jd236 <tr><th>uint32_t zEnd</th><td>Ending index (exclusive) in the Z dimension.</td></tr>
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1920 sc.zEnd = limit_ptr[5]; in nScriptForEach()