HomeSort by relevance Sort by last modified time
    Searched refs:Byte4 (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Byte4.java 24 * Class for exposing the native RenderScript byte4 type back to the Android system.
27 public class Byte4 {
28 public Byte4() {
31 public Byte4(byte initX, byte initY, byte initZ, byte initW) {
FieldPacker.java 310 public void addI8(Byte4 v) {
487 public Byte4 subByte4() {
488 Byte4 v = new Byte4();
677 if (obj instanceof Byte4) {
678 fp.addI8((Byte4)obj);
815 if (obj instanceof Byte4) {
  /frameworks/base/rs/java/android/renderscript/
Byte4.java 21 * Class for exposing the native RenderScript byte4 type back to the Android system.
24 public class Byte4 {
30 public Byte4() {
33 public Byte4(byte initX, byte initY, byte initZ, byte initW) {
40 public Byte4(Byte4 source) {
52 public void add(Byte4 a) {
66 public static Byte4 add(Byte4 a, Byte4 b)
    [all...]
FieldPacker.java 309 public void addI8(Byte4 v) {
486 public Byte4 subByte4() {
487 Byte4 v = new Byte4();
676 if (obj instanceof Byte4) {
677 addI8((Byte4)obj);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
FieldPackerTest.java 21 import android.renderscript.Byte4;
69 fp.addI8(new Byte4());
ComputeTest.java 23 import android.renderscript.Byte4;
68 Byte4 b4 = new Byte4();
73 b4 = new Byte4((byte)1, (byte)2, (byte)3, (byte)4);
468 Byte4 B4 = s.get_i8_4();
KernelInputTest.java 23 import android.renderscript.Byte4;
123 script.set_initial_value_char4(new Byte4((byte) 127, (byte) 3, (byte) 4, (byte) 7));
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/
AcpiSmmPlatform.h 68 #define PCI_REG_MASK(Byte0, Byte1, Byte2, Byte3, Byte4, Byte5, Byte6, Byte7) \
69 Byte0, Byte1, Byte2, Byte3, Byte4, Byte5, Byte6, Byte7
  /external/swiftshader/src/Main/
FrameBuffer.cpp 546 c1 = Unpack(*Pointer<Byte4>(c));
552 c2 = Unpack(*Pointer<Byte4>(s));
556 c2 = Swizzle(Unpack(*Pointer<Byte4>(s)), 0xC6);
568 c2 = Unpack(As<Byte4>(rgb));
590 *Pointer<Byte4>(d) = Byte4(PackUnsigned(c1, c1));
599 *Pointer<Byte4>(d) = Byte4(PackUnsigned(c1, c1));
  /external/swiftshader/src/Shader/
VertexRoutine.cpp 203 v.x = Float4(*Pointer<Byte4>(source0));
204 v.y = Float4(*Pointer<Byte4>(source1));
205 v.z = Float4(*Pointer<Byte4>(source2));
206 v.w = Float4(*Pointer<Byte4>(source3));
220 v.x = As<Float4>(Int4(*Pointer<Byte4>(source0)));
221 v.y = As<Float4>(Int4(*Pointer<Byte4>(source1)));
222 v.z = As<Float4>(Int4(*Pointer<Byte4>(source2)));
223 v.w = As<Float4>(Int4(*Pointer<Byte4>(source3)));
258 v.x = Float4(*Pointer<Byte4>(source0)) * *Pointer<Float4>(constants + OFFSET(Constants,unscaleByte));
259 v.y = Float4(*Pointer<Byte4>(source1)) * *Pointer<Float4>(constants + OFFSET(Constants,unscaleByte))
    [all...]
SamplerCore.cpp     [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_vector.java 22 import android.renderscript.Byte4;
118 Byte4 B4 = s.get_i8_4();
UT_math_agree.java 22 import android.renderscript.Byte4;
73 private Byte4 pack_b4(byte[] val) {
75 return new Byte4(val[0], val[1], val[2], val[3]);
  /external/swiftshader/src/Reactor/
Main.cpp 126 *Pointer<Byte4>(out + 16 * 3) = *Pointer<Byte4>(in + 16 * 3);
818 Byte4 test_byte_a = *Pointer<Byte4>(in + 4 * 0);
819 Byte4 test_byte_b = *Pointer<Byte4>(in + 4 * 1);
Reactor.hpp 31 class Byte4;
431 class Byte4 : public LValue<Byte4>
434 explicit Byte4(RValue<Byte8> cast);
436 Byte4() = default;
437 // Byte4(int x, int y, int z, int w);
438 // Byte4(RValue<Byte4> rhs);
439 // Byte4(const Byte4 &rhs)
    [all...]
  /external/swiftshader/src/Renderer/
Blitter.cpp 264 c = Float4(*Pointer<Byte4>(element)).zyxw;
273 c = Float4(*Pointer<Byte4>(element));
276 c = Float4(*Pointer<Byte4>(element)).zyxw;
299 c = Float4(*Pointer<Byte4>(element));
441 *Pointer<Byte4>(element) = Byte4(PackUnsigned(c0, c0));
456 *Pointer<Byte4>(element) = Byte4(PackUnsigned(c0, c0));
470 *Pointer<Byte4>(element) = Byte4(PackUnsigned(c0, c0))
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_vector.java 24 import android.support.v8.renderscript.Byte4;
120 Byte4 B4 = s.get_i8_4();
UT_math_agree.java 24 import android.support.v8.renderscript.Byte4;
75 private Byte4 pack_b4(byte[] val) {
77 return new Byte4(val[0], val[1], val[2], val[3]);
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_vector.java 103 Byte4 B4 = s.get_i8_4();
UT_math_agree.java 57 private Byte4 pack_b4(byte[] val) {
59 return new Byte4(val[0], val[1], val[2], val[3]);
  /frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
UT_vector.java 103 Byte4 B4 = s.get_i8_4();
  /frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
UT_vector.java 103 Byte4 B4 = s.get_i8_4();
  /frameworks/compile/slang/tests/P_reduce_general_result/
ScriptC_reduce_general_result.java.expect 234 public Byte4[] get() {
238 Byte4[] result = new Byte4[7];
240 result[Idx] = new Byte4(outArray[4*Idx+0], outArray[4*Idx+1], outArray[4*Idx+2], outArray[4*Idx+3]);
269 private Byte4[] mResult;
    [all...]
  /bionic/libc/arch-x86/atom/string/
ssse3-strcmp-atom.S     [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 97 class Byte4 {
101 Byte4(int8_t initX, int8_t initY, int8_t initZ, int8_t initW)
103 Byte4() : x(0), y(0), z(0), w(0) {}
    [all...]

Completed in 758 milliseconds

1 2