HomeSort by relevance Sort by last modified time
    Searched defs:uint4 (Results 1 - 4 of 4) 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
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 59 typedef uint32_t uint4 __attribute__((ext_vector_type(4))); typedef
361 ELEMENT_AT(uint4, RS_TYPE_UNSIGNED_32, 4)
    [all...]

Completed in 1641 milliseconds