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

  /external/clang/test/CodeGen/
builtinshufflevector2.c 4 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); typedef
7 void clang_shufflevector_v_v( float4* A, float4 x, uint4 mask ) {
ext-vector.c 6 typedef __attribute__(( ext_vector_type(4) )) unsigned int uint4; typedef
252 void test14(uint4 *ap, uint4 *bp, unsigned c) {
253 uint4 a = *ap;
254 uint4 b = *bp;
282 int4 test15(uint4 V0) {
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 34 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
rsCpuRuntimeStubs.cpp 55 typedef uint32_t uint4 __attribute__((ext_vector_type(4))); typedef
187 static void SC_debugUI4(const char *s, const uint4 *i) {
188 ALOGD("uint4 %s {%u, %u, %u, %u} 0x%x 0x%x 0x%x 0x%x", s, i->x, i->y, i->z, i->w, i->x, i->y, i->z, i->w);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 60 typedef uint32_t uint4 __attribute__((ext_vector_type(4))); typedef
    [all...]

Completed in 113 milliseconds