HomeSort by relevance Sort by last modified time
    Searched defs:uint2 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
struct-init.c 23 typedef __attribute__(( ext_vector_type(2) )) unsigned int uint2; typedef
30 const uint32x2_t signBit = { (uint2) 0x80000000 };
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 32 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
rsCpuRuntimeStubs.cpp 50 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef
168 static void SC_debugUI2(const char *s, const uint2 *i) {
169 ALOGD("uint2 %s {%u, %u} 0x%x 0x%x", s, i->x, i->y, i->x, i->y);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 58 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef
761 ELEMENT_AT(uint2, RS_TYPE_UNSIGNED_32, 2)
    [all...]

Completed in 5392 milliseconds