Home
last modified time | relevance | path

Searched refs:rsGetDimX (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/rs/script_api/include/
H A Drs_for_each.rsh276 * See rsGetDimX() for an explanation of the context.
289 * See rsGetDimX() for an explanation of the context.
302 * See rsGetDimX() for an explanation of the context.
315 * See rsGetDimX() for an explanation of the context.
328 * than one face present. In all other cases, it returns false. See rsGetDimX() for an
344 * for mipmaps. See rsGetDimX() for an explanation of the context.
357 * rsGetDimX: Size of the X dimension for the specified kernel context
367 * uint32_t size = rsGetDimX(context); //...
373 rsGetDimX(rs_kernel_context context);
380 * See rsGetDimX() for an explanation of the context.
[all …]
H A Drs_object_info.rsh104 * Use rsGetDimX() to get the dimension of a currently running kernel.
/aosp12/frameworks/rs/script_api/
H A Drs_for_each.spec55 rs_kernel_context to your kernel function. See @rsGetDimX() and @rsGetArray0() for examples.
305 See @rsGetDimX() for an explanation of the context.
320 See @rsGetDimX() for an explanation of the context.
333 See @rsGetDimX() for an explanation of the context.
346 See @rsGetDimX() for an explanation of the context.
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dkernel2d.rscript31 uint32_t dimX = rsGetDimX(context);
H A Dkernel2d_oldstyle.rscript31 uint32_t dimX = rsGetDimX(context);
H A Dctxt_default.rscript47 uint32_t dimX = rsGetDimX(context);
H A Dkernel3d.rscript31 uint32_t dimX = rsGetDimX(context);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dkernel2d.rscript33 uint32_t dimX = rsGetDimX(context);
H A Dkernel2d_oldstyle.rscript33 uint32_t dimX = rsGetDimX(context);
H A Dctxt_default.rscript49 uint32_t dimX = rsGetDimX(context);
H A Dkernel3d.rscript33 uint32_t dimX = rsGetDimX(context);
/aosp12/frameworks/rs/driver/runtime/
H A Drs_core.c208 extern uint32_t __attribute__((overloadable)) rsGetDimX(rs_kernel_context ctxt) { in rsGetDimX() function
/aosp12/frameworks/compile/slang/tests/P_all_api_23/
H A Dall23.rscript5938 *(uint32_t*)buf3208 = rsGetDimX(context);
/aosp12/frameworks/compile/slang/tests/P_all_api_24/
H A Dall24.rscript8347 *(uint32_t*)buf4840 = rsGetDimX(context);