HomeSort by relevance Sort by last modified time
    Searched refs:RS (Results 76 - 100 of 542) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
UT_multi_input.java 17 package com.android.rs.rsov.test;
39 private void initializeGlobals(RenderScript RS, ScriptC_multi_input s) {
40 Type.Builder floatBuilder = new Type.Builder(RS, Element.F32(RS));
44 Ain0 = Allocation.createTyped(RS, floatBuilder.create());
45 Ain1 = Allocation.createTyped(RS, floatBuilder.create());
46 Out0 = Allocation.createTyped(RS, floatBuilder.create());
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_reduce.java 23 package com.android.rs.unittest;
119 result = "(java " + javaTime() + "ms, rs " + rsTime() + "ms = overhead " +
201 Log.i(TAG, testName + ": java " + javaResult + ", rs " + rsResult + ": " + status);
209 ", rs length " + rsResult.length + ": FAILED");
215 ", rs " + rsResult[i] + ": FAILED");
230 ", rs length " + rsResult.length + ": FAILED");
236 ", rs " + rsResult[i] + ": FAILED");
260 ", rs (" + rsResult.x + ", " + rsResult.y + ")" +
273 ", rs (" + rsResult.x + ", " + rsResult.y + ")" +
287 private boolean addint1D_array(RenderScript RS, ScriptC_reduce s, int seed, int[] size)
    [all...]
UT_sampler.java 17 package com.android.rs.unittest;
34 private Sampler.Builder getDefaultBuilder(RenderScript RS) {
35 Sampler.Builder b = new Sampler.Builder(RS);
44 private void initializeGlobals(RenderScript RS, ScriptC_sampler s) {
45 Sampler.Builder b = getDefaultBuilder(RS);
49 b = getDefaultBuilder(RS);
53 b = getDefaultBuilder(RS);
57 b = getDefaultBuilder(RS);
61 b = getDefaultBuilder(RS);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_reduce.java 2 // frameworks/rs/tests/java_api/RSUnitTests/RSUnitTests.py
25 package com.android.rs.unittest;
121 result = "(java " + javaTime() + "ms, rs " + rsTime() + "ms = overhead " +
203 Log.i(TAG, testName + ": java " + javaResult + ", rs " + rsResult + ": " + status);
211 ", rs length " + rsResult.length + ": FAILED");
217 ", rs " + rsResult[i] + ": FAILED");
232 ", rs length " + rsResult.length + ": FAILED");
238 ", rs " + rsResult[i] + ": FAILED");
262 ", rs (" + rsResult.x + ", " + rsResult.y + ")" +
275 ", rs (" + rsResult.x + ", " + rsResult.y + ")"
    [all...]
UT_sampler.java 2 // frameworks/rs/tests/java_api/RSUnitTests/RSUnitTests.py
19 package com.android.rs.unittest;
36 private Sampler.Builder getDefaultBuilder(RenderScript RS) {
37 Sampler.Builder b = new Sampler.Builder(RS);
46 private void initializeGlobals(RenderScript RS, ScriptC_sampler s) {
47 Sampler.Builder b = getDefaultBuilder(RS);
51 b = getDefaultBuilder(RS);
55 b = getDefaultBuilder(RS);
59 b = getDefaultBuilder(RS);
63 b = getDefaultBuilder(RS);
    [all...]
  /external/curl/docs/cmdline-opts/
delegation.d 8 .RS
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 23 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.h 51 RegScavenger *RS = nullptr) const override;
54 RegScavenger *RS = nullptr) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPURegisterInfo.h 75 RegScavenger *RS = NULL) const;
94 RegScavenger *RS,
  /frameworks/rs/tests/lldb/cpp/InfiniteLoop/
InfiniteLoop.cpp 27 sp<RS> rs = new RS(); local
29 rs->init("/data/rscache", RS_INIT_LOW_LATENCY);
31 auto e = Element::RGBA_8888(rs);
32 Type::Builder tb(rs, e);
37 auto a = Allocation::createTyped(rs, t);
38 auto b = Allocation::createTyped(rs, t);
40 sp<ScriptC_infiniteloop> s = new ScriptC_infiniteloop(rs);
  /frameworks/rs/tests/lldb/cpp/MultipleRSFiles/
MultipleRSFiles.cpp 25 sp<RS> rs = new RS(); local
27 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
29 auto e = Element::RGBA_8888(rs);
30 Type::Builder tb(rs, e);
35 auto a = Allocation::createTyped(rs, t);
36 auto b = Allocation::createTyped(rs, t);
39 sp<ScriptC_first> s1 = new ScriptC_first(rs);
40 sp<ScriptC_second> s2 = new ScriptC_second(rs);
    [all...]
  /frameworks/rs/tests/lldb/cpp/WaitAttach/
WaitAttach.cpp 24 sp<RS> rs = new RS(); local
26 rs->init("/data/rscache", RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
28 auto e = Element::RGBA_8888(rs);
29 Type::Builder tb(rs, e);
34 auto a = Allocation::createTyped(rs, t);
35 auto b = Allocation::createTyped(rs, t);
38 sp<ScriptC_simple> s = new ScriptC_simple(rs);
46 rs->finish()
    [all...]
  /frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
jninodebugwaitattach.cpp 31 sp<RS> rs = new RS(); local
34 rs->init(path, RS_INIT_LOW_LATENCY | RS_INIT_WAIT_FOR_ATTACH);
37 auto e = Element::RGBA_8888(rs);
38 Type::Builder tb(rs, e);
43 auto a = Allocation::createTyped(rs, t);
44 auto b = Allocation::createTyped(rs, t);
47 sp<ScriptC_simple> s = new ScriptC_simple(rs);
53 rs->finish()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 33 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
37 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 33 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
37 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 33 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
37 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 33 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
37 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 33 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
37 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 33 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
37 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 33 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
37 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFTypeUnit.h 33 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
37 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /external/llvm/lib/Target/AMDGPU/
R600RegisterInfo.h 49 RegScavenger *RS = nullptr) const override;
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.h 38 RegScavenger *RS = nullptr) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinFrameLowering.h 42 RegScavenger *RS) const;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeFrameLowering.h 48 RegScavenger *RS) const;

Completed in 2513 milliseconds

1 2 34 5 6 7 8 91011>>