HomeSort by relevance Sort by last modified time
    Searched defs:short4 (Results 1 - 3 of 3) 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
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 50 typedef int16_t short4 __attribute__((ext_vector_type(4))); typedef
349 ELEMENT_AT(short4, RS_TYPE_SIGNED_16, 4)
    [all...]

Completed in 1013 milliseconds