HomeSort by relevance Sort by last modified time
    Searched refs:uint3 (Results 1 - 13 of 13) sorted by null

  /frameworks/rs/scriptc/
rs_debug.rsh 226 rsDebug(const char *, uint3);
rs_allocation.rsh 196 GET_ELEMENT_AT(uint3)
331 SET_ELEMENT_AT(uint3)
rs_types.rsh 265 typedef uint uint3 __attribute__((ext_vector_type(3)));
  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 226 rsDebug(const char *, uint3);
rs_allocation.rsh 196 GET_ELEMENT_AT(uint3)
331 SET_ELEMENT_AT(uint3)
rs_types.rsh 265 typedef uint uint3 __attribute__((ext_vector_type(3)));
  /frameworks/compile/libbcc/lib/Renderscript/runtime/arch/
x86_generic.c 321 extern uint3 __attribute__((overloadable)) max(uint3 v1, uint3 v2) {
322 uint3 r;
578 extern uint3 __attribute__((overloadable)) min(uint3 v1, uint3 v2) {
579 uint3 r;
generic.c 379 extern uint3 __attribute__((overloadable)) max(uint3 v1, uint3 v2) {
380 uint3 r;
636 extern uint3 __attribute__((overloadable)) min(uint3 v1, uint3 v2) {
637 uint3 r;
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 51 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);
rsCpuIntrinsicInlines.h 33 typedef uint uint3 __attribute__((ext_vector_type(3))); typedef
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_core.c 188 PRIM_DEBUG(uint3)
rs_allocation.c 230 ELEMENT_AT(uint3)
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 59 typedef uint32_t uint3 __attribute__((ext_vector_type(3))); typedef
762 ELEMENT_AT(uint3, RS_TYPE_UNSIGNED_32, 3)
    [all...]

Completed in 1722 milliseconds