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

1 2 3 45 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsFrameLowering.h 44 RegScavenger *RS) const;
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXRegisterInfo.h 48 RegScavenger *RS = NULL) const;
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_foreach_bounds.java 17 package com.android.rs.unittest;
33 private void initializeGlobals(RenderScript RS, ScriptC_foreach_bounds s) {
34 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS));
44 A = Allocation.createTyped(RS, typeBuilder.create());
UT_kernel_struct.java 17 package com.android.rs.unittest;
31 private void initializeGlobals(RenderScript RS, ScriptC_kernel_struct s) {
35 t = new ScriptField_simpleStruct(RS, X);
38 t = new ScriptField_simpleStruct(RS, X);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_foreach_bounds.java 2 // frameworks/rs/tests/java_api/RSUnitTests/RSUnitTests.py
19 package com.android.rs.unittest;
35 private void initializeGlobals(RenderScript RS, ScriptC_foreach_bounds s) {
36 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS));
46 A = Allocation.createTyped(RS, typeBuilder.create());
UT_kernel_struct.java 2 // frameworks/rs/tests/java_api/RSUnitTests/RSUnitTests.py
19 package com.android.rs.unittest;
33 private void initializeGlobals(RenderScript RS, ScriptC_kernel_struct s) {
37 t = new ScriptField_simpleStruct(RS, X);
40 t = new ScriptField_simpleStruct(RS, X);
  /toolchain/binutils/binutils-2.25/opcodes/
iq2000-opc.c 239 /* add ${rd-rs},$rt */
245 /* add $rd,$rs,$rt */
248 { { MNEM, ' ', OP (RD), ',', OP (RS), ',', OP (RT), 0 } },
251 /* addi ${rt-rs},$lo16 */
257 /* addi $rt,$rs,$lo16 */
260 { { MNEM, ' ', OP (RT), ',', OP (RS), ',', OP (LO16), 0 } },
263 /* addiu ${rt-rs},$lo16 */
269 /* addiu $rt,$rs,$lo16 */
272 { { MNEM, ' ', OP (RT), ',', OP (RS), ',', OP (LO16), 0 } },
275 /* addu ${rd-rs},$rt *
    [all...]
xstormy16-opc.c 211 /* mov$ws2 $Rdm,($Rs) */
214 { { MNEM, OP (WS2), ' ', OP (RDM), ',', '(', OP (RS), ')', 0 } },
217 /* mov$ws2 $Rdm,($Rs++) */
220 { { MNEM, OP (WS2), ' ', OP (RDM), ',', '(', OP (RS), '+', '+', ')', 0 } },
223 /* mov$ws2 $Rdm,(--$Rs) */
226 { { MNEM, OP (WS2), ' ', OP (RDM), ',', '(', '-', '-', OP (RS), ')', 0 } },
229 /* mov$ws2 ($Rs),$Rdm */
232 { { MNEM, OP (WS2), ' ', '(', OP (RS), ')', ',', OP (RDM), 0 } },
235 /* mov$ws2 ($Rs++),$Rdm */
238 { { MNEM, OP (WS2), ' ', '(', OP (RS), '+', '+', ')', ',', OP (RDM), 0 } }
    [all...]
ppc-opc.c 501 the RS field in the instruction. This is used for extended
515 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
518 #define RS RBOPT + 1
519 #define RT RS
521 #define RD RS
524 /* The RS and RT fields of the DS form stq and DQ form lq instructions,
526 #define RSQ RS + 1
530 /* The RS field of the tlbwe instruction, which is optional. */
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 27 * Every row in an RS allocation is guaranteed to be aligned by this amount, and
43 class RS;
352 class RS : public android::RSC::LightRefBase<RS> {
355 RS();
356 virtual ~RS();
372 * @param[in] targetApi Target RS API level.
548 RS* mRS;
551 BaseObj(void *id, sp<RS> rs);
    [all...]
Sampler.cpp 23 Sampler::Sampler(sp<RS> rs, void* id):
24 BaseObj(id, rs)
33 Sampler::Sampler(sp<RS> rs, void* id, RsSamplerValue min, RsSamplerValue mag,
35 BaseObj(id, rs)
64 sp<Sampler> Sampler::create(const sp<RS>& rs, RsSamplerValue min, RsSamplerValue mag,
67 void* id = RS::dispatch->SamplerCreate(rs->getContext(), min, mag, wrapS, wrapT
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnPointerRangeChecker.cpp 31 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
35 void ReturnPointerRangeChecker::checkPreStmt(const ReturnStmt *RS,
39 const Expr *RetE = RS->getRetValue();
  /external/valgrind/none/tests/mips64/
branch_and_jump_instructions.c 107 #define TEST3(instruction, RDval, RSval, RTval, RD, RS, RT) \
112 "move $"#RS", %1" "\n\t" \
115 instruction" $"#RS", $"#RT", end"instruction#RDval "\n\t" \
124 : #RD, #RS, #RT \
130 #define TEST4(instruction, RDval, RSval, RD, RS) \
135 "move $"#RS", %1" "\n\t" \
137 instruction" $"#RS", end"instruction#RDval "\n\t" \
146 : #RD, #RS \
152 #define TEST5(instruction, RDval, RSval, RD, RS) \
158 "move $"#RS", %1" "\n\t"
    [all...]
branches.c 130 #define TESTINST4(instruction, RDval, RSval, RTval, RD, RS, RT) \
135 "move $"#RS", %1" "\n\t" \
138 instruction" $"#RS", $"#RT", end"instruction#RDval "\n\t" \
147 : #RD, #RS, #RT \
153 #define TESTINST5(instruction, RDval, RSval, RD, RS) \
158 "move $"#RS", %1" "\n\t" \
160 instruction" $"#RS", end"instruction#RDval "\n\t" \
169 : #RD, #RS \
175 #define TESTINST6(instruction, RDval, RSval, RD, RS) \
181 "move $"#RS", %1" "\n\t"
    [all...]
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_kernel_struct.java 17 package com.android.rs.test_compatlegacy;
34 private void initializeGlobals(RenderScript RS, ScriptC_kernel_struct s) {
38 t = new ScriptField_simpleStruct(RS, X);
41 t = new ScriptField_simpleStruct(RS, X);
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
Filters.java 17 package com.android.rs.sgtest;
57 Filter(RenderScript RS) { s = new ScriptC_(RS); }
70 public ColorMatrixFilter(RenderScript RS) { s_mat = new ScriptC_colormatrix_f(RS); }
84 public ContrastFilter(RenderScript RS) { s = new ScriptC_contrast_f(RS); }
98 public ExposureFilter(RenderScript RS) { s = new ScriptC_exposure_f(RS); }
112 public FisheyeFilter(RenderScript RS) {
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_object.cpp 41 sp<RS> mRS = new RS();
69 sp<RS> mRS = new RS();
97 sp<RS> mRS = new RS();
126 sp<RS> mRS = new RS();
156 sp<RS> mRS = new RS();
    [all...]
  /external/llvm/lib/CodeGen/
ShrinkWrap.cpp 135 bool useOrDefCSROrFI(const MachineInstr &MI, RegScavenger *RS) const;
137 const SetOfRegs &getCurrentCSRs(RegScavenger *RS) const {
143 TFI->determineCalleeSaves(*MachineFunc, SavedRegs, RS);
157 void updateSaveRestorePoints(MachineBasicBlock &MBB, RegScavenger *RS);
224 RegScavenger *RS) const {
241 for (unsigned Reg : getCurrentCSRs(RS)) {
273 RegScavenger *RS) {
294 if (!useOrDefCSROrFI(Terminator, RS))
443 std::unique_ptr<RegScavenger> RS(
456 if (!useOrDefCSROrFI(MI, RS.get())
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 93 RegScavenger *RS = nullptr) const override;
95 RegScavenger *RS = nullptr) const override;
96 void addScavengingSpillSlot(MachineFunction &MF, RegScavenger *RS) const;
  /external/llvm/lib/Target/AMDGPU/
SIFrameLowering.h 31 RegScavenger *RS = nullptr) const override;
  /external/llvm/lib/Target/AVR/
AVRRegisterInfo.h 43 RegScavenger *RS = NULL) const override;
  /external/llvm/lib/Target/BPF/
BPFFrameLowering.h 32 RegScavenger *RS) const override;
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.h 40 RegScavenger *RS = nullptr) const override;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegisterInfo.h 40 RegScavenger *RS = nullptr) const override;
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.h 44 RegScavenger *RS = nullptr) const override;

Completed in 999 milliseconds

1 2 3 45 6 7 8 91011>>