HomeSort by relevance Sort by last modified time
    Searched refs:xyzw (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Sema/
ext_vector_components.c 18 vec2.xyzw; // expected-error {{vector component access exceeds type 'float2'}}
19 vec4.xyzw; // expected-warning {{expression result unused}}
29 vec4_2.xyzx = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
30 vec4_2.xyzz = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
31 vec4_2.xyyw = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
  /external/clang/test/Parser/
cxx-altivec.cpp 145 __vector float xyzw; member in struct:Vector
151 result.xyzw = vec_add(lhs.xyzw, rhs.xyzw);
158 __vector float xyzw; member in class:VectorClassNonPod
168 __vector float xyzw; member in class:VectorClassMultipleMembers
  /external/llvm/test/CodeGen/CellSPU/useful-harnesses/
vecoperations.c 92 v4i32 c2 = a.xyzw;
117 v4f32 c2 = a.xyzw;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp 5113 GLfloat xyzw[4] = {x, y, z, w}; local
5159 GLint xyzw[4] = {x, y, z, w}; local
    [all...]

Completed in 103 milliseconds