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

  /external/clang/test/Sema/
ext_vector_components.c 4 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
12 float3 vec3;
44 float2 lo(float3 x) { return x.lo; }
45 float2 hi(float3 x) { return x.hi; }
46 float2 ev(float3 x) { return x.even; }
47 float2 od(float3 x) { return x.odd; }
vector-init.c 33 typedef float __attribute__((ext_vector_type (3))) float3; typedef
34 int test2[sizeof(float3) == sizeof(float4) ? 1 : -1];
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 24 typedef float float3 __attribute__((ext_vector_type(3))); typedef
rsCpuRuntimeStubs.cpp 33 typedef float float3 __attribute__((ext_vector_type(3))); typedef
81 static void SC_debugF3(const char *s, const float3 *f) {
82 ALOGD("float3 %s {%f, %f, %f}", s, f->x, f->y, f->z);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 38 typedef float float3 __attribute__((ext_vector_type(3))); typedef
774 ELEMENT_AT(float3, RS_TYPE_FLOAT_32, 3)
    [all...]

Completed in 386 milliseconds