HomeSort by relevance Sort by last modified time
    Searched defs:xyzw (Results 1 - 14 of 14) 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::__anon41288
99 constexpr TQuaternion(no_init) : xyzw(TVec4<T>::NO_INIT) {}
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_compiler.c 224 const char xyzw[] = "xyzw"; local
226 xyzw[src.swizzle_x],
227 xyzw[src.swizzle_y],
228 xyzw[src.swizzle_z],
229 xyzw[src.swizzle_w]);
  /external/clang/test/CodeGen/
arm-homogenous.c 123 float xyzw[4]; member in struct:__anon14854
144 struct_with_fundamental_elems xyzw; member in union:__anon14855
  /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/swiftshader/src/Shader/
PixelRoutine.cpp 2308 UShort4 xyzw; local
2356 UInt xyzw, packedCol; local
2456 Int2 xyzw, packedCol; local
    [all...]
  /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 */
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv3.cpp 2335 GLuint xyzw[4] = { v0, v1, v2, v3 }; local
    [all...]
libGLESv2.cpp 5733 GLfloat xyzw[4] = {x, y, z, w}; local
5772 GLint xyzw[4] = {x, y, z, w}; local
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 4509 Value *xyzw = Nucleus::createFPToSI(cast.value, Int4::getType()); local
5450 Value *xyzw = Nucleus::createSIToFP(a, Float4::getType()); local
5458 Value *xyzw = Nucleus::createSIToFP(a, Float4::getType()); local
5477 Value *xyzw = Nucleus::createSIToFP(cast.value, Float4::getType()); local
    [all...]
Reactor.hpp 740 Short4(short xyzw);
816 UShort4(unsigned short xyzw);
1723 SwizzleMask4<Vector4, 0xE4> xyzw; member in union:sw::XYZW::__anon32237
    [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 440 milliseconds