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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
TextRun.cpp 36 float float3; member in struct:WebCore::ExpectedTextRunSize
  /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];
  /external/chromium_org/third_party/angle_dx11/src/compiler/
Initialize.cpp 21 TType *float3 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 3); local
33 symbolTable.insertBuiltIn(float3, "radians", float3);
38 symbolTable.insertBuiltIn(float3, "degrees", float3);
43 symbolTable.insertBuiltIn(float3, "sin", float3);
48 symbolTable.insertBuiltIn(float3, "cos", float3);
53 symbolTable.insertBuiltIn(float3, "tan", float3)
    [all...]
  /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);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 353 typedef vec_t<float, 3> float3; typedef
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 353 typedef vec_t<float, 3> float3; typedef
  /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 357 milliseconds