HomeSort by relevance Sort by last modified time
    Searched defs:ir (Results 126 - 150 of 220) sorted by null

1 2 3 4 56 7 8 9

  /external/clang/test/SemaCXX/
qualified-id-lookup.cpp 49 f1::type &ir = i; local
  /external/clang/test/SemaTemplate/
instantiate-expr-1.cpp 119 int &ir = call_op(17); local
124 int &ir = test_call_operator<int&>(call_op, i); local
instantiate-method.cpp 34 int &ir = oil->f(i, i); local
103 int &ir = x1i.f2(); local
  /external/mesa3d/src/glsl/
opt_copy_propagation_elements.cpp 44 #include "ir.h"
118 void add_copy(ir_assignment *ir);
143 ir_copy_propagation_elements_visitor::visit_enter(ir_function_signature *ir)
157 visit_list_elements(this, &ir->body);
167 ir_copy_propagation_elements_visitor::visit_leave(ir_assignment *ir)
169 ir_dereference_variable *lhs = ir->lhs->as_dereference_variable();
170 ir_variable *var = ir->lhs->variable_referenced();
176 k = new(mem_ctx) kill_entry(var, ir->write_mask);
183 add_copy(ir);
189 ir_copy_propagation_elements_visitor::visit_leave(ir_swizzle *ir)
299 ir_instruction *ir = (ir_instruction *)iter.get(); local
    [all...]
lower_jumps.cpp 61 #include "ir.h"
65 * an IR node.
99 * exit this IR node. It might fall out the bottom (with or
138 /* minimum jump strength (of lowered IR, not pre-lowering IR)
286 void truncate_after_instruction(exec_node *ir)
288 if (!ir)
291 while (!ir->get_next()->is_tail_sentinel()) {
292 ((ir_instruction *)ir->get_next())->remove();
297 void move_outer_block_inside(ir_instruction *ir, exec_list *inner_block
377 ir_instruction *ir = (ir_instruction *) block->get_tail(); local
    [all...]
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 79 int ir = (int)(result * g255Over2PI); local
80 SkASSERT(ir >= 0 && ir <= 255);
81 return ir;
  /frameworks/base/core/jni/android/graphics/
Region.cpp 93 SkIRect ir; local
95 ir.set(left, top, right, bottom);
96 bool result = dst->op(ir, (SkRegion::Op)op);
103 SkIRect ir; local
104 GraphicsJNI::jrect_to_irect(env, rectObject, &ir);
105 bool result = dst->op(ir, *region, (SkRegion::Op)op);
145 SkIRect ir; local
146 ir.set(left, top, right, bottom);
147 bool result = GetSkRegion(env, region)->quickReject(ir);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
AccessibleObjectTest.java 147 InheritedRuntime ir = ao.getAnnotation(InheritedRuntime.class); local
148 assertNull("Inherited Annotations should have no effect", ir);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipant.java 126 IndexedRegion ir = (IndexedRegion) attribute; local
127 int start = ir.getStartOffset();
128 region = new Region(start, ir.getEndOffset() - start);
  /system/core/toolbox/
vmstat.c 217 printf("%2s %2s %6s %6s %6s %6s %4s %4s %4s %2s %2s %2s %2s %2s %2s\n", "r", "b", "free", "mapped", "anon", "slab", "in", "cs", "flt", "us", "ni", "sy", "id", "wa", "ir");
225 int us, ni, sy, id, wa, ir; local
231 ir = JP(new->cpu_ir - old->cpu_ir); NORM(ir);
236 us, ni, sy, id, wa, ir);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 608 IccRecords ir = app.getIccRecords(); local
609 if (ir != null && ir.getIccId() != null) {
610 return ir.getIccId();
666 IccRecords ir = app.getIccRecords(); local
667 if (ir != null) {
668 ir.dump(fd, pw, args);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state.h 97 uint32_t ir; member in struct:nv30_vertprog
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_jumps.cpp 61 #include "ir.h"
65 * an IR node.
99 * exit this IR node. It might fall out the bottom (with or
138 /* minimum jump strength (of lowered IR, not pre-lowering IR)
286 void truncate_after_instruction(exec_node *ir)
288 if (!ir)
291 while (!ir->get_next()->is_tail_sentinel()) {
292 ((ir_instruction *)ir->get_next())->remove();
297 void move_outer_block_inside(ir_instruction *ir, exec_list *inner_block
377 ir_instruction *ir = (ir_instruction *) block->get_tail(); local
    [all...]
  /external/chromium_org/third_party/skia/tests/
AAClipTest.cpp 126 SkIRect ir; local
127 path.getBounds().round(&ir);
128 rgn->setPath(path, SkRegion(ir));
350 SkIRect ir = { 0, 0, 10, 10 }; local
354 r.set(ir);
356 SkRasterClip rc0(ir);
357 SkRasterClip rc1(ir);
358 SkRasterClip rc2(ir);
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 209 int &ir = check_narrowed<double>(vd); local
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.h 97 uint32_t ir; member in struct:nv30_vertprog
  /external/skia/tests/
AAClipTest.cpp 126 SkIRect ir; local
127 path.getBounds().round(&ir);
128 rgn->setPath(path, SkRegion(ir));
350 SkIRect ir = { 0, 0, 10, 10 }; local
354 r.set(ir);
356 SkRasterClip rc0(ir);
357 SkRasterClip rc1(ir);
358 SkRasterClip rc2(ir);
  /external/valgrind/main/coregrind/
m_libcproc.c 375 Int ir, zzz; local
382 ir = VG_(sigaction)(VKI_SIGCHLD, &sa, &saved_sa);
383 vg_assert(ir == 0);
388 ir = VG_(sigaction)(VKI_SIGCHLD, &sa2, NULL);
389 vg_assert(ir == 0);
  /frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java 323 int[] ir = mRemote.intArray(i0, i1, i2); local
325 assertEquals(1, ir.length);
326 assertEquals(34, ir[0]);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.h 50 #include "glsl/ir.h"
178 * Annotation for the generated IR. One of the two can be set.
180 ir_instruction *ir; member in class:fs_inst
197 void visit(ir_variable *ir);
198 void visit(ir_assignment *ir);
199 void visit(ir_dereference_variable *ir);
200 void visit(ir_dereference_record *ir);
201 void visit(ir_dereference_array *ir);
202 void visit(ir_expression *ir);
203 void visit(ir_texture *ir);
    [all...]
brw_fs_visitor.cpp 26 * This file supports generating the FS LIR from the GLSL IR. The LIR
28 * in the GLSL IR or in the native code.
54 fs_visitor::visit(ir_variable *ir)
58 if (variable_storage(ir))
61 if (ir->mode == ir_var_in) {
62 if (!strcmp(ir->name, "gl_FragCoord")) {
63 reg = emit_fragcoord_interpolation(ir);
64 } else if (!strcmp(ir->name, "gl_FrontFacing")) {
65 reg = emit_frontfacing_interpolation(ir);
67 reg = emit_general_interpolation(ir);
1685 ir_instruction *ir = (ir_instruction *)node; local
1695 ir_instruction *ir = (ir_instruction *)node; local
1742 ir_instruction *ir = (ir_instruction *)node; local
1798 ir_instruction *ir = (ir_instruction *)node; local
    [all...]
brw_vec4.h 38 #include "glsl/ir.h"
192 * Annotation for the generated IR. One of the two can be set.
194 ir_instruction *ir; member in class:brw::vec4_instruction
234 * GLSL IR currently being processed, which is associated with our
235 * driver IR instructions for debugging purposes.
261 void reladdr_to_temp(ir_instruction *ir, src_reg *reg, int *num_reladdr);
295 * for the ir->location's used.
311 void setup_builtin_uniform_values(ir_variable *ir);
372 bool try_rewrite_rhs_to_dst(ir_assignment *ir,
381 void emit_bool_to_cond_code(ir_rvalue *ir, uint32_t *predicate)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 344 SkIRect ir; local
345 devPath.getBounds().roundOut(&ir);
347 if (ir.isEmpty() || !ir.is16Bit()) {
350 glyph->fLeft = ir.fLeft;
351 glyph->fTop = ir.fTop;
352 glyph->fWidth = SkToU16(ir.width());
353 glyph->fHeight = SkToU16(ir.height());
    [all...]
SkScan_AntiPath.cpp 47 BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
78 BaseSuperBlitter::BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
83 * We use the clip bounds instead of the ir, since we may be asked to
96 fTop = ir.fTop;
97 fCurrIY = ir.fTop - 1;
98 fCurrY = (ir.fTop << SHIFT) - 1;
106 SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
130 SuperBlitter::SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
132 : BaseSuperBlitter(realBlitter, ir, clip) {
377 MaskSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
607 SkIRect ir; local
    [all...]
SkScan_Path.cpp 510 void sk_blit_above(SkBlitter* blitter, const SkIRect& ir, const SkRegion& clip) {
517 tmp.fBottom = ir.fTop;
523 void sk_blit_below(SkBlitter* blitter, const SkIRect& ir, const SkRegion& clip) {
529 tmp.fTop = ir.fBottom;
540 * skipRejectTest, so we don't abort drawing just because the src bounds (ir)
544 const SkIRect& ir, bool skipRejectTest) {
550 if (!skipRejectTest && !SkIRect::Intersects(*fClipRect, ir)) { // completely clipped out
555 if (fClipRect->contains(ir)) {
559 if (fClipRect->fLeft > ir.fLeft || fClipRect->fRight < ir.fRight)
604 SkIRect ir; local
711 SkIRect ir; local
    [all...]

Completed in 727 milliseconds

1 2 3 4 56 7 8 9