Searched defs:xyzw (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx-altivec.cpp4 __vector float xyzw; member in struct:Vector
/external/clang/test/CodeGen/
H A Darm-homogenous.c123 float xyzw[4]; member in struct:__anon2091
144 struct_with_fundamental_elems xyzw; member in union:__anon2092
/external/deqp/framework/common/
H A DtcuVector.hpp141 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/
H A Dsvga_shader.h67 float xyzw[4]; member in struct:sh_cdata
86 int xyzw[4]; member in struct:sh_idata
/external/clang/test/Parser/
H A Dcxx-altivec.cpp168 __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/
H A Dtgsi_exec.h77 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/
H A DlibGLESv3.cpp2432 GLuint xyzw[4] = { v0, v1, v2, v3 }; local
2434 glUniform4uiv(location, 1, (GLuint*)&xyzw);
H A DlibGLESv2.cpp5754 GLfloat xyzw[4] = {x, y, z, w}; local
5756 glUniform4fv(location, 1, (GLfloat*)&xyzw);
5793 GLint xyzw[4] = {x, y, z, w}; local
5795 glUniform4iv(location, 1, (GLint*)&xyzw);
/external/swiftshader/src/Reactor/
H A DNucleus.cpp1969 // xyzw.parent = this;
1974 // xyzw.parent = this;
1992 // xyzw.parent = this;
2010 // xyzw.parent = this;
2017 // xyzw.parent = this;
2025 // xyzw.parent = this;
2306 // xyzw.parent = this;
2311 // xyzw.parent = this;
2329 // xyzw.parent = this;
2347 // xyzw
2773 Short4(short xyzw) argument
5208 Value *xyzw = Nucleus::createFPToSI(cast.value, Int4::getType()); local
5286 Int4(int xyzw) argument
5630 Value *xyzw = Nucleus::createFPToUI(cast.value, UInt4::getType()); local
5640 UInt4(int xyzw) argument
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
6411 Float4(float xyzw) argument
[all...]
H A DNucleus.hpp928 Short4(short xyzw);
1646 Int4(int xyzw);
1725 UInt4(int xyzw);
1981 Float4(float xyzw);
2334 SwizzleMaskFloat4<0xE4> xyzw; member in union:sw::Float4::__anon18244
2723 xyzw.parent = this;
2731 xyzw.parent = this;
2739 xyzw.parent = this;
2747 xyzw.parent = this;
2755 xyzw
[all...]
/external/swiftshader/src/OpenGL/libGL/
H A DlibGL.cpp4922 GLfloat xyzw[4] = {x, y, z, w}; local
4924 glUniform4fv(location, 1, (GLfloat*)&xyzw);
4966 GLint xyzw[4] = {x, y, z, w}; local
4968 glUniform4iv(location, 1, (GLint*)&xyzw);

Completed in 365 milliseconds