HomeSort by relevance Sort by last modified time
    Searched refs:ir (Results 251 - 275 of 402) sorted by null

<<11121314151617

  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 13 int &ir = a.g1(); local
44 int &ir = ci.g1(); local
  /external/mesa3d/src/glsl/
ir_builder.cpp 32 ir_factory::emit(ir_instruction *ir)
34 instructions->push_tail(ir);
ast_function.cpp 27 #include "ir.h"
98 * that 'const_in' formal parameters (an extension in our IR) correspond to
143 /* This AST-based check catches errors like f(i++). The IR-based
145 * IR-level is just a temporary value, which is an l-value.
232 * Into IR that's equivalent to this:
610 ir_rvalue *ir = (ir_rvalue *) n; local
611 ir_rvalue *result = ir;
618 ir->type->vector_elements,
619 ir->type->matrix_columns);
626 result = convert_component(ir, desired_type)
1272 ir_rvalue *ir = (ir_rvalue *) node; local
1438 ir_rvalue *ir = (ir_rvalue *) n; local
    [all...]
ir_builder.h 24 #include "ir.h"
76 void emit(ir_instruction *ir);
ir_optimization.h 40 bool do_common_optimization(exec_list *ir, bool linked,
ir.cpp 25 #include "ir.h"
57 * \param m IR swizzle to be modified
    [all...]
  /external/skia/tests/
AAClipTest.cpp 124 SkIRect ir; local
125 path.getBounds().round(&ir);
126 rgn->setPath(path, SkRegion(ir));
348 SkIRect ir = { 0, 0, 10, 10 }; local
352 r.set(ir);
354 SkRasterClip rc0(ir);
355 SkRasterClip rc1(ir);
356 SkRasterClip rc2(ir);
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
AccessibleObjectTest.java 147 InheritedRuntime ir = ao.getAnnotation(InheritedRuntime.class); local
148 assertNull("Inherited Annotations should have no effect", ir);
  /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/
ast_function.cpp 27 #include "ir.h"
98 * that 'const_in' formal parameters (an extension in our IR) correspond to
143 /* This AST-based check catches errors like f(i++). The IR-based
145 * IR-level is just a temporary value, which is an l-value.
232 * Into IR that's equivalent to this:
610 ir_rvalue *ir = (ir_rvalue *) n; local
611 ir_rvalue *result = ir;
618 ir->type->vector_elements,
619 ir->type->matrix_columns);
626 result = convert_component(ir, desired_type)
1272 ir_rvalue *ir = (ir_rvalue *) node; local
1438 ir_rvalue *ir = (ir_rvalue *) n; local
    [all...]
ir_builder.h 24 #include "ir.h"
76 void emit(ir_instruction *ir);
ir_optimization.h 40 bool do_common_optimization(exec_list *ir, bool linked,
ir.cpp 25 #include "ir.h"
57 * \param m IR swizzle to be modified
    [all...]
ir_hv_accept.cpp 24 #include "ir.h"
28 * Implementations of all hierarchical visitor accept methods for IR
53 ir_instruction *const ir = (ir_instruction *) n; local
55 v->base_ir = ir;
56 ir_visitor_status s = ir->accept(v);
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2.cpp 69 int& ir = f(z); local
  /external/clang/test/SemaCXX/
qualified-id-lookup.cpp 49 f1::type &ir = i; local
overloaded-operator.cpp 134 int &ir = *ptr; local
145 int& ir = a[17]; local
180 int &ir = c(1); local
  /external/clang/test/SemaTemplate/
address-spaces.cpp 84 int &ir = order1(i1); local
instantiate-template-template-parm.cpp 19 apply<add_reference, int>::type ir = i; variable
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.h 97 uint32_t ir; member in struct:nv30_vertprog
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
SimpleFontDataSkia.cpp 232 SkIRect ir; local
233 bounds.round(&ir);
234 bounds.set(ir);
  /external/opencv/cv/src/
cvundistort.cpp 267 double a[9], ar[9], r[9], ir[9], k[5]={0,0,0,0,0}; local
275 CvMat _ir = cvMat( 3, 3, CV_64F, ir );
351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8];
353 for( j = 0; j < size.width; j++, _x += ir[0], _y += ir[3], _w += ir[6]
    [all...]
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 199 SkIRect* GraphicsJNI::jrect_to_irect(JNIEnv* env, jobject obj, SkIRect* ir)
203 ir->set(env->GetIntField(obj, gRect_leftFieldID),
207 return ir;
210 void GraphicsJNI::irect_to_jrect(const SkIRect& ir, JNIEnv* env, jobject obj)
214 env->SetIntField(obj, gRect_leftFieldID, ir.fLeft);
215 env->SetIntField(obj, gRect_topFieldID, ir.fTop);
216 env->SetIntField(obj, gRect_rightFieldID, ir.fRight);
217 env->SetIntField(obj, gRect_bottomFieldID, ir.fBottom);
261 void GraphicsJNI::ipoint_to_jpoint(const SkIPoint& ir, JNIEnv* env, jobject obj)
265 env->SetIntField(obj, gPoint_xFieldID, ir.fX)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 2189 Instruction *ir, *next; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 2189 Instruction *ir, *next; local
    [all...]

Completed in 951 milliseconds

<<11121314151617