Searched refs:op (Results 251 - 275 of 2114) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp102 struct ureg_dst _reg(sm4_op& op) argument
104 switch(op.file)
114 check(op.has_simple_index());
115 check(op.indices[0].disp < temps.size());
116 return temps[op.indices[0].disp];
118 check(op.has_simple_index());
119 check(op.indices[0].disp < outputs.size());
120 return outputs[op.indices[0].disp];
130 sm4_op& op = *insn->ops[i]; local
131 check(op
141 sm4_op& op = *insn->ops[i]; local
190 sm4_op& op = *insn->ops[i]; local
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp102 struct ureg_dst _reg(sm4_op& op) argument
104 switch(op.file)
114 check(op.has_simple_index());
115 check(op.indices[0].disp < temps.size());
116 return temps[op.indices[0].disp];
118 check(op.has_simple_index());
119 check(op.indices[0].disp < outputs.size());
120 return outputs[op.indices[0].disp];
130 sm4_op& op = *insn->ops[i]; local
131 check(op
141 sm4_op& op = *insn->ops[i]; local
190 sm4_op& op = *insn->ops[i]; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DSkiaImageFilterBuilder.cpp95 const FilterOperation& op = *operations.at(i); local
96 switch (op.type()) {
99 ReferenceFilter* referenceFilter = toReferenceFilterOperation(op).filter();
126 float amount = toBasicColorMatrixFilterOperation(op).amount();
127 switch (op.type()) {
149 float amount = toBasicComponentTransferFilterOperation(op).amount();
150 switch (op.type()) {
169 float pixelRadius = toBlurFilterOperation(op).stdDeviation().getFloatValue();
174 const DropShadowFilterOperation& drop = toDropShadowFilterOperation(op);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.h142 operation op; member in struct:nv50_ir::Target::OpInfo
173 virtual bool isPostMultiplySupported(operation op, float f, argument
190 const bool joinAnterior; // true if join is executed before the op
196 static inline uint8_t getOpSrcNr(operation op) argument
198 return operationSrcNr[op];
200 static inline OpClass getOpClass(operation op) argument
202 return operationClass[op];
215 return opInfo[MIN2(insn->op, OP_LAST)];
218 const Target::OpInfo& Target::getOpInfo(const operation op) const
220 return opInfo[op];
[all...]
H A Dnv50_ir_inlines.h44 static inline bool isTextureOp(operation op) argument
46 return (op >= OP_TEX && op <= OP_TEXCSAA);
209 return defExists(1) || op == OP_UNION;
254 if (op >= OP_SET_AND && op <= OP_SLCT && op != OP_SELP)
261 if (op >= OP_SET_AND && op <= OP_SLCT && op !
[all...]
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_api.c72 p_msg->op = NFA_RW_OP_DETECT_NDEF;
116 p_msg->op = NFA_RW_OP_READ_NDEF;
162 p_msg->op = NFA_RW_OP_WRITE_NDEF;
198 p_msg->op = NFA_RW_OP_PRESENCE_CHECK;
232 p_msg->op = NFA_RW_OP_FORMAT_TAG;
283 p_msg->op = NFA_RW_OP_SET_TAG_RO;
342 p_msg->op = NFA_RW_OP_DETECT_LOCK_TLV;
346 p_msg->op = NFA_RW_OP_DETECT_MEM_TLV;
350 p_msg->op = NFA_RW_OP_DETECT_NDEF;
387 p_msg->op
[all...]
/external/libvorbis/include/vorbis/
H A Dcodec.h187 extern int vorbis_commentheader_out(vorbis_comment *vc, ogg_packet *op);
190 ogg_packet *op,
196 extern int vorbis_analysis(vorbis_block *vb,ogg_packet *op);
200 ogg_packet *op);
203 extern int vorbis_synthesis_idheader(ogg_packet *op);
205 ogg_packet *op);
209 extern int vorbis_synthesis(vorbis_block *vb,ogg_packet *op);
210 extern int vorbis_synthesis_trackonly(vorbis_block *vb,ogg_packet *op);
215 extern long vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.h142 operation op; member in struct:nv50_ir::Target::OpInfo
173 virtual bool isPostMultiplySupported(operation op, float f, argument
190 const bool joinAnterior; // true if join is executed before the op
196 static inline uint8_t getOpSrcNr(operation op) argument
198 return operationSrcNr[op];
200 static inline OpClass getOpClass(operation op) argument
202 return operationClass[op];
215 return opInfo[MIN2(insn->op, OP_LAST)];
218 const Target::OpInfo& Target::getOpInfo(const operation op) const
220 return opInfo[op];
[all...]
H A Dnv50_ir_inlines.h44 static inline bool isTextureOp(operation op) argument
46 return (op >= OP_TEX && op <= OP_TEXCSAA);
209 return defExists(1) || op == OP_UNION;
254 if (op >= OP_SET_AND && op <= OP_SLCT && op != OP_SELP)
261 if (op >= OP_SET_AND && op <= OP_SLCT && op !
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkScriptDecompile.cpp14 #define TypeOpName(op) {SkScriptEngine2::op, #op }
90 #define OperandName(op) {SkOperand2::op, #op }
108 SkScriptEngine2::TypeOp op = SkScriptEngine2::kNop; local
111 SkASSERT(gOpNames[index].fOp == op);
112 op = (SkScriptEngine2::TypeOp) (op
128 SkScriptEngine2::TypeOp op = (SkScriptEngine2::TypeOp) *opCode++; local
[all...]
/external/libnl/lib/genl/
H A Dfamily.c103 struct genl_family_op *op; local
106 nl_list_for_each_entry(op, &family->gf_ops, o_list) {
107 ops_flags2str(op->o_flags, buf, sizeof(buf));
109 genl_op2name(family->gf_id, op->o_id, buf, sizeof(buf));
111 nl_dump_line(p, " op %s (0x%02x)", buf, op->o_id);
113 if (op->o_flags)
115 ops_flags2str(op->o_flags, buf,
243 struct genl_family_op *op; local
245 op
[all...]
/external/skia/src/animator/
H A DSkScriptDecompile.cpp14 #define TypeOpName(op) {SkScriptEngine2::op, #op }
90 #define OperandName(op) {SkOperand2::op, #op }
108 SkScriptEngine2::TypeOp op = SkScriptEngine2::kNop; local
111 SkASSERT(gOpNames[index].fOp == op);
112 op = (SkScriptEngine2::TypeOp) (op
128 SkScriptEngine2::TypeOp op = (SkScriptEngine2::TypeOp) *opCode++; local
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fColorClearTest.cpp160 // Clear & store op.
177 ClearInfo& op = clearOps[opNdx]; local
178 if (de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w()))
179 scanlineClearOps.push_back(op);
192 const ClearInfo& op = scanlineClearOps[opNdx]; local
194 if (de::inBounds(x, op.m_rect.x(), op.m_rect.x()+op
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fColorClearTest.cpp160 // Clear & store op.
177 ClearInfo& op = clearOps[opNdx]; local
178 if (de::inBounds(y, op.m_rect.y(), op.m_rect.y()+op.m_rect.w()))
179 scanlineClearOps.push_back(op);
192 const ClearInfo& op = scanlineClearOps[opNdx]; local
194 if (de::inBounds(x, op.m_rect.x(), op.m_rect.x()+op
[all...]
/external/chromium_org/third_party/mach_override/libudis86/
H A Ddecode.c314 decode_a(struct ud* u, struct ud_operand *op) argument
318 op->type = UD_OP_PTR;
319 op->size = 32;
320 op->lval.ptr.off = inp_uint16(u);
321 op->lval.ptr.seg = inp_uint16(u);
324 op->type = UD_OP_PTR;
325 op->size = 48;
326 op->lval.ptr.off = inp_uint32(u);
327 op->lval.ptr.seg = inp_uint16(u);
400 decode_imm(struct ud* u, unsigned int size, struct ud_operand *op) argument
421 decode_mem_disp(struct ud* u, unsigned int size, struct ud_operand *op) argument
470 decode_modrm_rm(struct ud *u, struct ud_operand *op, unsigned char type, unsigned int size) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQueryEvaluator.cpp159 bool compareValue(T a, T b, MediaFeaturePrefix op) argument
161 switch (op) {
172 static bool compareAspectRatioValue(const MediaQueryExpValue& value, int width, int height, MediaFeaturePrefix op) argument
175 return compareValue(width * static_cast<int>(value.denominator), height * static_cast<int>(value.numerator), op);
189 static bool colorMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues) argument
194 return numberValue(value, number) && compareValue(bitsPerComponent, static_cast<int>(number), op);
199 static bool colorIndexMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues&) argument
208 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op);
211 static bool monochromeMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues) argument
216 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op);
239 aspectRatioMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues) argument
249 deviceAspectRatioMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues) argument
259 evalResolution(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues) argument
307 devicePixelRatioMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues) argument
314 resolutionMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& MediaValues) argument
319 gridMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues&) argument
344 deviceHeightMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues) argument
355 deviceWidthMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues) argument
366 heightMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues) argument
377 widthMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues) argument
504 transform3dMediaFeatureEval(const MediaQueryExpValue& value, MediaFeaturePrefix op, const MediaValues& mediaValues) argument
[all...]
/external/bzip2/
H A Dbzgrep43 op=`echo "$opt" | sed -e 's/ //g' -e 's/-//g'`
44 case "$op" in
47 case "$op" in
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipPathOperation.h93 DEFINE_TYPE_CASTS(ReferenceClipPathOperation, ClipPathOperation, op, op->type() == ClipPathOperation::REFERENCE, op.type() == ClipPathOperation::REFERENCE);
127 DEFINE_TYPE_CASTS(ShapeClipPathOperation, ClipPathOperation, op, op->type() == ClipPathOperation::SHAPE, op.type() == ClipPathOperation::SHAPE);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dtemplite.py51 # ops list that is part of the arguments to the if or for op.
119 for op, args in ops:
120 if op == 'lit':
122 elif op == 'exp':
130 elif op == 'if':
134 elif op == 'for':
141 raise AssertionError("TempliteEngine doesn't grok op %r" % op)
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAAClip.cpp14 static void testop(const SkIRect& r0, const SkIRect& r1, SkRegion::Op op, argument
19 c2.op(c0, c1, op);
28 SkRegion::Op op; member in struct:__anon15128
38 testop(gRec[i].r0, gRec[i].r1, gRec[i].op, gRec[i].expectedR);
97 aaclip3.op(aaclip, aaclip2, SkRegion::kIntersect_Op);
/external/chromium_org/v8/src/compiler/
H A Dcode-generator-impl.h85 Register ToRegister(InstructionOperand* op) { argument
86 DCHECK(op->IsRegister());
87 return Register::FromAllocationIndex(op->index());
90 DoubleRegister ToDoubleRegister(InstructionOperand* op) { argument
91 DCHECK(op->IsDoubleRegister());
92 return DoubleRegister::FromAllocationIndex(op->index());
/external/pcre/dist/
H A Dpcre_stringpiece_unittest.cc74 #define CMP_Y(op, x, y) \
75 CHECK( (StringPiece((x)) op StringPiece((y)))); \
76 CHECK( (StringPiece((x)).compare(StringPiece((y))) op 0))
78 #define CMP_N(op, x, y) \
79 CHECK(!(StringPiece((x)) op StringPiece((y)))); \
80 CHECK(!(StringPiece((x)).compare(StringPiece((y))) op 0))
/external/pixman/test/
H A Dcombiner-test.c94 lookup_combiner (pixman_implementation_t *imp, pixman_op_t op, argument
102 f = imp->combine_float_ca[op];
104 f = imp->combine_float[op];
130 pixman_op_t op = op_list[i]; local
136 combiner = lookup_combiner (impl, op, ca);
142 combiner (impl, op,
/external/skia/samplecode/
H A DSampleAAClip.cpp14 static void testop(const SkIRect& r0, const SkIRect& r1, SkRegion::Op op, argument
19 c2.op(c0, c1, op);
28 SkRegion::Op op; member in struct:__anon30538
38 testop(gRec[i].r0, gRec[i].r1, gRec[i].op, gRec[i].expectedR);
97 aaclip3.op(aaclip, aaclip2, SkRegion::kIntersect_Op);
/external/stlport/test/eh/
H A DLeakCheck.h65 void WeakCheck(const Value& v, const Operation& op, long max_iters = 2000000) { argument
77 op( dup );
103 void ConstCheck(const Value& v, const Operation& op, long max_iters = 2000000) { argument
114 op( v );
145 void StrongCheck(const Value& v, const Operation& op, long max_iters = 2000000) { argument
159 op( dup );

Completed in 4513 milliseconds

<<11121314151617181920>>