Home
last modified time | relevance | path

Searched defs:xyzw (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/SemaCXX/
Dcxx-altivec.cpp4 __vector float xyzw; member
/external/clang/test/Parser/
Dcxx-altivec.cpp168 __vector float xyzw; member
181 __vector float xyzw; member in VectorClassNonPod
191 __vector float xyzw; member in VectorClassMultipleMembers
/external/clang/test/CodeGen/
Darm-homogenous.c123 float xyzw[4]; member
144 struct_with_fundamental_elems xyzw; member
/external/skia/src/core/
DSkColorFilter_Matrix.cpp124 auto apply_matrix = [&](auto xyzw) { in onProgram()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader.h67 float xyzw[4]; member
86 int xyzw[4]; member
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp2206 UShort4 xyzw; in writeColor() local
2238 UInt xyzw, packedCol; in writeColor() local
2373 Int2 xyzw, packedCol; in writeColor() local
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_array_merge.cpp153 static const char xyzw[] = "xyzw"; variable
/external/swiftshader/src/Reactor/
DReactor.cpp1770 Short4::Short4(short xyzw) in Short4()
2005 UShort4::UShort4(unsigned short xyzw) in UShort4()
3255 Value *xyzw = Nucleus::createFPToSI(cast.value(), Int4::type()); in Int4() local
3260 Int4::Int4(int xyzw) in Int4()
3507 UInt4::UInt4(int xyzw) in UInt4()
3999 Value *xyzw = Nucleus::createSIToFP(a, Float4::type()); in Float4() local
4008 Value *xyzw = Nucleus::createSIToFP(a, Float4::type()); in Float4() local
4030 Value *xyzw = Nucleus::createSIToFP(cast.value(), Float4::type()); in Float4() local
4049 Float4::Float4(float xyzw) in Float4()
DSIMD.cpp33 Value *xyzw = Nucleus::createFPToSI(cast.value(), SIMD::Int::type()); in Int() local
487 Value *xyzw = Nucleus::createSIToFP(cast.value(), SIMD::Float::type()); in Float() local
DSwizzle.hpp442 SwizzleMask4<Vector4, 0x0123> xyzw; member
DLLVMReactor.cpp2766 Value *xyzw = Nucleus::createFPToUI(cast.value(), UInt4::type()); in UInt4() local
4295 Value *xyzw = Nucleus::createFPToUI(cast.value(), SIMD::UInt::type()); in UInt() local
/external/deqp/framework/common/
DtcuVector.hpp141 …VecAccess<T, Size, 4> xyzw (void) { DE_ASSERT(Size >= 4); return VecAccess<T, Size, 4>(*this, 0, … in xyzw() function in tcu::Vector
/external/mesa3d/src/compiler/nir/
Dnir_print.c583 const char *xyzw = comp_mask_string(num_components); in print_var_decl() local
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h86 union tgsi_exec_channel xyzw[TGSI_NUM_CHANNELS]; member
/external/angle/src/libANGLE/
DvalidationES31.cpp644 GLint xyzw[4] = {v0, v1, v2, v3}; in ValidateProgramUniform4iBase() local
689 GLuint xyzw[4] = {v0, v1, v2, v3}; in ValidateProgramUniform4uiBase() local
734 GLfloat xyzw[4] = {v0, v1, v2, v3}; in ValidateProgramUniform4fBase() local
DContext.cpp7421 GLfloat xyzw[4] = {x, y, z, w}; in uniform4f() local
7434 GLint xyzw[4] = {x, y, z, w}; in uniform4i() local
7554 const GLuint xyzw[] = {v0, v1, v2, v3}; in uniform4ui() local
8062 GLint xyzw[4] = {v0, v1, v2, v3}; in programUniform4i() local
8097 GLuint xyzw[4] = {v0, v1, v2, v3}; in programUniform4ui() local
8132 GLfloat xyzw[4] = {v0, v1, v2, v3}; in programUniform4f() local
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c1446 struct ir3_instruction *xyzw[4]; in get_frag_coord() local
/external/rust/crates/glam/src/swizzles/
Duvec4_impl.rs850 fn xyzw(self) -> UVec4 { in xyzw() method
Ddvec4_impl.rs850 fn xyzw(self) -> DVec4 { in xyzw() method
Divec4_impl.rs850 fn xyzw(self) -> IVec4 { in xyzw() method
Dvec_traits.rs317 fn xyzw(self) -> Self { in xyzw() method
/external/rust/crates/glam/src/swizzles/scalar/
Dvec4_impl.rs850 fn xyzw(self) -> Vec4 { in xyzw() method
/external/rust/crates/glam/src/swizzles/sse2/
Dvec4_impl.rs857 fn xyzw(self) -> Vec4 { in xyzw() method
/external/rust/crates/glam/src/swizzles/wasm32/
Dvec4_impl.rs854 fn xyzw(self) -> Vec4 { in xyzw() method
/external/rust/crates/glam/src/swizzles/coresimd/
Dvec4_impl.rs854 fn xyzw(self) -> Vec4 { in xyzw() method