Searched refs:ir (Results 151 - 175 of 388) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.h50 #include "glsl/ir.h"
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);
204 void visit(ir_if *ir);
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.h50 #include "glsl/ir.h"
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);
204 void visit(ir_if *ir);
[all...]
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp2-template-id.cpp15 int &ir = f((N2::Y<N1::X>*)0); local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp3.cpp28 int &ir = ar; local
/external/clang/test/SemaTemplate/
H A Dtemp_func_order.cpp9 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
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A DMakefile1 all: toy-mcjit toy-jit toy-ir-gen
10 toy-ir-gen : toy-jit.cpp
11 clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti -DDUMP_FINAL_MODULE `llvm-config --cppflags --ldflags --libs core jit native irreader` -o toy-ir-gen
/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.cpp79 SkIRect ir; local
80 r.roundOut(&ir);
89 fBW.op(ir, op);
173 SkIRect ir; local
178 ir = SkIRect::MakeSize(size);
181 path.getBounds().roundOut(&ir);
184 return this->op(ir, op);
282 SkIRect ir; local
287 ir = SkIRect::MakeSize(size);
290 r.roundOut(&ir);
306 SkIRect ir; local
[all...]
H A DSkScan_AntiPath.cpp47 BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
78 BaseSuperBlitter::BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir, argument
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,
152 SuperBlitter::SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir, argument
154 : BaseSuperBlitter(realBlitter, ir, clip) {
401 MaskSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
[all...]
H A DSkScan_Path.cpp510 void sk_blit_above(SkBlitter* blitter, const SkIRect& ir, const SkRegion& clip) { argument
517 tmp.fBottom = ir.fTop;
523 void sk_blit_below(SkBlitter* blitter, const SkIRect& ir, const SkRegion& clip) { argument
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
543 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& ir, bool skipRejectTest) argument
604 SkIRect ir; local
636 FillPath(const SkPath& path, const SkIRect& ir, SkBlitter* blitter) argument
663 sk_fill_triangle(const SkPoint pts[], const SkIRect* clipRect, SkBlitter* blitter, const SkIRect& ir) argument
711 SkIRect ir; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
H A Dlower_breaks_3.opt_test8 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 1)' <<EOF
H A Dlower_breaks_5.opt_test8 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 1)' <<EOF
H A Dlower_guarded_conditional_break.opt_test9 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 1, 1)' <<EOF
H A Dlower_unified_returns.opt_test11 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(1, 0, 1, 0, 0)' <<EOF
/external/clang/test/Sema/
H A Dattr-unavailable-message.c15 int ir = foo(1); // expected-error {{'foo' is unavailable: USE IFOO INSTEAD}} local
29 int ir = foo(1); local
/external/clang/test/SemaCXX/
H A Dattr-unavailable.cpp11 int &ir = foo(1); local
35 int &ir = foo(1); local
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dlower_breaks_3.opt_test8 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 1)' <<EOF
H A Dlower_breaks_5.opt_test8 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 1)' <<EOF
H A Dlower_guarded_conditional_break.opt_test9 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 1, 1)' <<EOF
H A Dlower_unified_returns.opt_test11 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(1, 0, 1, 0, 0)' <<EOF
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dcompiler.hpp48 enum pipe_shader_ir ir,
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dcompiler.hpp48 enum pipe_shader_ir ir,
/external/skia/src/core/
H A DSkScan_AntiPath.cpp47 BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
78 BaseSuperBlitter::BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir, argument
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, argument
132 : BaseSuperBlitter(realBlitter, ir, clip) {
377 MaskSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
416 MaskSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir, const SkRegion& clip) argument
607 SkIRect ir; local
[all...]
H A DSkScan_Path.cpp510 void sk_blit_above(SkBlitter* blitter, const SkIRect& ir, const SkRegion& clip) { argument
517 tmp.fBottom = ir.fTop;
523 void sk_blit_below(SkBlitter* blitter, const SkIRect& ir, const SkRegion& clip) { argument
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
543 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& ir, bool skipRejectTest) argument
604 SkIRect ir; local
636 FillPath(const SkPath& path, const SkIRect& ir, SkBlitter* blitter) argument
663 sk_fill_triangle(const SkPoint pts[], const SkIRect* clipRect, SkBlitter* blitter, const SkIRect& ir) argument
711 SkIRect ir; local
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp58 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/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_parser_extras.cpp1013 * \param ir List of instructions to be optimized
1028 do_common_optimization(exec_list *ir, bool linked, argument
1034 progress = lower_instructions(ir, SUB_TO_ADD_NEG) || progress;
1037 progress = do_function_inlining(ir) || progress;
1038 progress = do_dead_functions(ir) || progress;
1039 progress = do_structure_splitting(ir) || progress;
1041 progress = do_if_simplification(ir) || progress;
1042 progress = do_copy_propagation(ir) || progress;
1043 progress = do_copy_propagation_elements(ir) || progress;
1045 progress = do_dead_code(ir, uniform_locations_assigne
[all...]

Completed in 616 milliseconds

1234567891011>>