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

/frameworks/rs/tests/typecheck/
H A Dkernels.rs71 uint3 ui3;
72 uint3 ui3i = {1, 2, 3};
/frameworks/rs/scriptc/
H A Drs_debug.rsh226 rsDebug(const char *, uint3);
H A Drs_allocation.rsh196 GET_ELEMENT_AT(uint3)
331 SET_ELEMENT_AT(uint3)
H A Drs_types.rsh265 typedef uint uint3 __attribute__((ext_vector_type(3)));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp51 typedef uint32_t uint3 __attribute__((ext_vector_type(3))); typedef
171 static void SC_debugUI3(const char *s, const uint3 *i) {
172 ALOGD("uint3 %s {%u, %u, %u} 0x%x 0x%x 0x%x", s, i->x, i->y, i->z, i->x, i->y, i->z);
H A DrsCpuIntrinsicInlines.h33 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef
/frameworks/rs/driver/runtime/
H A Drs_core.c150 PRIM_DEBUG(uint3)
H A Drs_allocation.c238 ELEMENT_AT(uint3)
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c406 extern uint3 __attribute__((overloadable)) max(uint3 v1, uint3 v2) {
407 uint3 r;
663 extern uint3 __attribute__((overloadable)) min(uint3 v1, uint3 v2) {
664 uint3 r;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp59 typedef uint32_t uint3 __attribute__((ext_vector_type(3))); typedef
762 ELEMENT_AT(uint3, RS_TYPE_UNSIGNED_32, 3)
1393 static void SC_debugUI3(const char *s, uint3 i) {
1561 void rsDebug(const char *s, const uint3 *c) {

Completed in 81 milliseconds