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

  /external/clang/test/Sema/
vector-init.c 39 typedef short __attribute__((vector_size(8))) short4; typedef
43 short4 arr2[2] = { test3_helper(), test3_helper() }; // expected-error 2 {{initializing 'short4' (vector of 4 'short' values) with an expression of incompatible type 'short8' (vector of 8 'short' values)}}
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 40 typedef short short4 __attribute__((ext_vector_type(4))); typedef
rsCpuRuntimeStubs.cpp 46 typedef short short4 __attribute__((ext_vector_type(4))); typedef
151 static void SC_debugS4(const char *s, const short4 *c) {
152 ALOGD("short4 %s {%hd, %hd, %hd, %hd} 0x%hx 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 51 typedef int16_t short4 __attribute__((ext_vector_type(4))); typedef
    [all...]

Completed in 67 milliseconds