HomeSort by relevance Sort by last modified time
    Searched refs:ir (Results 51 - 75 of 164) sorted by null

1 23 4 5 6 7

  /external/mesa3d/src/glsl/
ir_function_can_inline.cpp 36 #include "ir.h"
51 ir_function_can_inline_visitor::visit_enter(ir_return *ir)
53 (void) ir;
ir_hierarchical_visitor.h 40 * Base class of hierarchical visitors of IR instruction trees
163 void (*callback)(class ir_instruction *ir, void *data);
178 void visit_tree(ir_instruction *ir,
179 void (*callback)(class ir_instruction *ir, void *data),
glsl_parser_extras.cpp 707 do_common_optimization(exec_list *ir, bool linked, unsigned max_unroll_iterations)
711 progress = lower_instructions(ir, SUB_TO_ADD_NEG) || progress;
714 progress = do_function_inlining(ir) || progress;
715 progress = do_dead_functions(ir) || progress;
717 progress = do_structure_splitting(ir) || progress;
718 progress = do_if_simplification(ir) || progress;
719 progress = do_discard_simplification(ir) || progress;
720 progress = do_copy_propagation(ir) || progress;
722 progress = do_dead_code(ir) || progress;
724 progress = do_dead_code_unlinked(ir) || progress
    [all...]
glsl_compiler.cpp 173 shader->ir = new(shader) exec_list;
175 _mesa_ast_to_hir(shader->ir, state);
177 /* Print out the unoptimized IR. */
179 validate_ir_tree(shader->ir);
180 _mesa_print_ir(shader->ir, state);
184 if (!state->error && !shader->ir->is_empty()) {
187 progress = do_common_optimization(shader->ir, false, 32);
190 validate_ir_tree(shader->ir);
194 /* Print out the resulting IR */
196 _mesa_print_ir(shader->ir, state)
    [all...]
linker.cpp 79 #include "ir.h"
98 virtual ir_visitor_status visit_enter(ir_assignment *ir)
100 ir_variable *const var = ir->lhs->variable_referenced();
110 virtual ir_visitor_status visit_enter(ir_call *ir)
112 exec_list_iterator sig_iter = ir->get_callee()->parameters.iterator();
113 foreach_iter(exec_list_iterator, iter, *ir) {
153 virtual ir_visitor_status visit(ir_dereference_variable *ir)
155 if (strcmp(this->name, ir->var->name) == 0) {
190 foreach_list(node, sh->ir) {
252 find.run(shader->ir);
    [all...]
loop_analysis.h 29 #include "ir.h"
202 ir_if *ir; member in class:loop_terminator
215 loop_variable_state *insert(ir_loop *ir);
opt_dead_code.cpp 30 #include "ir.h"
129 ir_instruction *ir = (ir_instruction *)iter.get(); local
130 ir_function *f = ir->as_function();
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2-template-id.cpp 14 int &ir = f((N2::Y<N1::X>*)0); local
  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
p3.cpp 14 float& ir = (xi == xf); local
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p3.cpp 27 int &ir = ar; local
  /external/clang/test/SemaTemplate/
default-arguments-cxx0x.cpp 25 int &ir = f1(HasValue()); local
temp_func_order.cpp 9 int &ir = f0(i); local
20 int &ir = f1(i, f); local
38 int &ir = f2(i); local
50 int &ir = f3(ip, i); local
83 int &ir = f6(i, i); local
metafun-apply.cpp 31 apply1<add_reference, int>::type ir = i; variable
  /external/webkit/Source/WebCore/page/win/
FrameCGWin.cpp 53 static HBITMAP imageFromRect(const Frame* frame, IntRect& ir)
60 int w = ir.width();
61 int h = ir.height();
72 drawRectIntoContext(ir, frame->view(), &gc);
89 IntRect ir(static_cast<int>(fr.x()), static_cast<int>(fr.y()),
91 HBITMAP image = imageFromRect(frame, ir);
  /external/skia/src/core/
SkScan.cpp 68 SkIRect ir; local
70 r.round(&ir);
71 SkScan::FillIRect(ir, clip, blitter);
SkScan_Path.cpp 522 void sk_blit_above(SkBlitter* blitter, const SkIRect& ir, const SkRegion& clip) {
529 tmp.fBottom = ir.fTop;
535 void sk_blit_below(SkBlitter* blitter, const SkIRect& ir, const SkRegion& clip) {
541 tmp.fTop = ir.fBottom;
551 const SkIRect& ir) {
557 if (!SkIRect::Intersects(*fClipRect, ir)) { // completely clipped out
562 if (fClipRect->contains(ir)) {
566 if (fClipRect->fLeft > ir.fLeft || fClipRect->fRight < ir.fRight) {
611 SkIRect ir; local
707 SkIRect ir; local
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp 58 int &ir = i; local
70 volatile int &ir = ivc; // expected-error{{binding of reference to type 'volatile int' to a value of type 'const volatile int' drops qualifiers}} local
82 int &ir = 17; // expected-error{{non-const lvalue reference to type 'int' cannot bind to a temporary of type 'int'}} local
95 int &ir = ConvertibleToIntRef(); local
124 const int &ir = create<int>(); local
  /external/skia/src/effects/
Sk2DPathEffect.cpp 48 SkIRect ir; local
51 tmp.getBounds().round(&ir);
52 if (!ir.isEmpty()) {
55 SkRegion clip(ir);
57 this->begin(ir, dst);
  /cts/tests/tests/app/src/android/app/cts/
LauncherActivity_IconResizerTest.java 61 final IconResizer ir = mActivity.new IconResizer(); local
67 Drawable thumbNail = ir.createIconThumbnail(d);
  /external/skia/include/core/
SkClipStack.h 26 void clipDevRect(const SkIRect& ir,
29 r.set(ir);
  /external/webkit/Source/WebKit/android/
RenderSkinRadio.cpp 75 void RenderSkinRadio::Draw(SkCanvas* canvas, Node* element, const IntRect& ir,
87 SkRect r(ir);
  /external/valgrind/main/coregrind/
m_libcsignal.c 392 Int i, ir; local
406 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked);
407 vg_assert(ir == 0);
430 ir = VG_(sigaction)(i, &sa, &saved_sa);
431 vg_assert(ir == 0);
445 ir = VG_(sigaction)(i, &saved_sa, NULL);
446 vg_assert(ir == 0);
484 Int i, ir; local
501 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked);
502 vg_assert(ir == 0)
    [all...]
  /frameworks/base/core/jni/android/graphics/
Region.cpp 71 SkIRect ir; local
73 ir.set(left, top, right, bottom);
74 return dst->op(ir, (SkRegion::Op)op);
78 SkIRect ir; local
79 GraphicsJNI::jrect_to_irect(env, rectObject, &ir);
80 return dst->op(ir, *region, (SkRegion::Op)op);
110 SkIRect ir; local
111 ir.set(left, top, right, bottom);
112 return GetSkRegion(env, region)->quickReject(ir);
  /external/clang/test/CXX/expr/
p9.cpp 50 int &ir = i0; variable
  /external/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/
p3-0x.cpp 57 int &ir = f<int (&)(int)>(func_ref); local

Completed in 1187 milliseconds

1 23 4 5 6 7