Searched refs:Byte4 (Results 1 - 13 of 13) sorted by relevance

/external/swiftshader/src/Shader/
H A DVertexRoutine.cpp179 v.x = Float4(*Pointer<Byte4>(source0));
180 v.y = Float4(*Pointer<Byte4>(source1));
181 v.z = Float4(*Pointer<Byte4>(source2));
182 v.w = Float4(*Pointer<Byte4>(source3));
215 v.x = Float4(*Pointer<Byte4>(source0)) * *Pointer<Float4>(constants + OFFSET(Constants,unscaleByte));
216 v.y = Float4(*Pointer<Byte4>(source1)) * *Pointer<Float4>(constants + OFFSET(Constants,unscaleByte));
217 v.z = Float4(*Pointer<Byte4>(source2)) * *Pointer<Float4>(constants + OFFSET(Constants,unscaleByte));
218 v.w = Float4(*Pointer<Byte4>(source3)) * *Pointer<Float4>(constants + OFFSET(Constants,unscaleByte));
H A DSamplerCore.cpp1831 c.x = Unpack(As<Byte4>(c0));
1926 UShort4 Y = As<UShort4>(Unpack(As<Byte4>(c0)));
1934 UShort4 V = As<UShort4>(Unpack(As<Byte4>(c0)));
1941 UShort4 U = As<UShort4>(Unpack(As<Byte4>(c0)));
/external/swiftshader/src/Renderer/
H A DBlitter.cpp176 c = Float4(*Pointer<Byte4>(element)).zyxw;
185 c = Float4(*Pointer<Byte4>(element));
188 c = Float4(*Pointer<Byte4>(element)).zyxw;
211 c = Float4(*Pointer<Byte4>(element));
/external/swiftshader/src/Main/
H A DFrameBuffer.cpp602 c2 = Unpack(As<Byte4>(rgb));
/external/swiftshader/src/Reactor/
H A DNucleus.hpp231 class Byte4;
636 class Byte4 : public Variable<Byte4> class in namespace:sw
639 // Byte4();
640 // Byte4(int x, int y, int z, int w);
641 // Byte4(RValue<Byte4> rhs);
642 // Byte4(const Byte4 &rhs);
643 // Byte4(cons
[all...]
H A DNucleus.cpp1949 Type *Byte4::getType()
2221 RValue<Short4> Unpack(RValue<Byte4> x)
6212 Float4::Float4(RValue<Byte4> cast)
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 240 milliseconds