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

  /external/clang/test/SemaCXX/
cxx-altivec.cpp 4 __vector float xyzw; member in struct:Vector
  /frameworks/native/libs/math/include/math/
quat.h 67 TVec4<T> xyzw; member in union:android::details::TQuaternion::__anon39422
99 constexpr TQuaternion(no_init) : xyzw(TVec4<T>::NO_INIT) {}
  /external/clang/test/CodeGen/
arm-homogenous.c 123 float xyzw[4]; member in struct:__anon14739
144 struct_with_fundamental_elems xyzw; member in union:__anon14740
  /external/deqp/framework/common/
tcuVector.hpp 141 VecAccess<T, Size, 4> xyzw (void) { DE_ASSERT(Size >= 4); return VecAccess<T, Size, 4>(*this, 0, 1, 2, 3); } function in class:tcu::Vector
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader.h 67 float xyzw[4]; member in struct:sh_cdata
86 int xyzw[4]; member in struct:sh_idata
  /external/clang/test/Parser/
cxx-altivec.cpp 168 __vector float xyzw; member in struct:Vector
174 result.xyzw = vec_add(lhs.xyzw, rhs.xyzw);
181 __vector float xyzw; member in class:VectorClassNonPod
191 __vector float xyzw; member in class:VectorClassMultipleMembers
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 77 union tgsi_exec_channel xyzw[TGSI_NUM_CHANNELS]; member in struct:tgsi_exec_vector
86 float a0[TGSI_NUM_CHANNELS]; /* in an xyzw layout */
370 mach->Temps[TGSI_EXEC_TEMP_KILMASK_I].xyzw[TGSI_EXEC_TEMP_KILMASK_C].u[0] =
380 int *mask = mach->Temps[TGSI_EXEC_MASK_I].xyzw[TGSI_EXEC_MASK_C].i;
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv3.cpp 2432 GLuint xyzw[4] = { v0, v1, v2, v3 }; local
    [all...]
libGLESv2.cpp 5754 GLfloat xyzw[4] = {x, y, z, w}; local
5793 GLint xyzw[4] = {x, y, z, w}; local
    [all...]
  /external/swiftshader/src/Reactor/
Nucleus.cpp 5208 Value *xyzw = Nucleus::createFPToSI(cast.value, Int4::getType()); local
5630 Value *xyzw = Nucleus::createFPToUI(cast.value, UInt4::getType()); local
6235 Value *xyzw = Nucleus::createInsertElement(xyz, f32w, Nucleus::createConstantInt(3)); local
6285 Value *xyzw = g; local
6314 Value *xyzw = Nucleus::createInsertElement(xyz, f32w, Nucleus::createConstantInt(3)); local
6366 Value *xyzw = Nucleus::createSIToFP(g, Float4::getType()); local
6392 Value *xyzw = Nucleus::createSIToFP(cast.value, Float4::getType()); local
6401 Value *xyzw = Nucleus::createUIToFP(cast.value, Float4::getType()); local
    [all...]
Nucleus.hpp 2334 SwizzleMaskFloat4<0xE4> xyzw; member in union:sw::Float4::__anon30849
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp 4922 GLfloat xyzw[4] = {x, y, z, w}; local
4966 GLint xyzw[4] = {x, y, z, w}; local
    [all...]

Completed in 1075 milliseconds