Searched refs:op (Results 51 - 75 of 2114) sorted by relevance

1234567891011>>

/external/deqp/modules/gles2/functional/
H A Des2fShaderIndexingTests.cpp378 std::ostringstream& op = isVertexCase ? vtx : frag; local
395 op << "uniform mediump int ui_zero, ui_one, ui_two, ui_three;\n";
397 op << "uniform mediump int ui_four;\n";
399 op << "uniform ${PRECISION} ${VAR_TYPE} u_arr[${ARRAY_LEN}];\n";
411 op << " ${PRECISION} ${VAR_TYPE} res = ${VAR_TYPE}(0.0);\n";
414 op << " res += u_arr[0];\n";
415 op << " res += u_arr[1];\n";
416 op << " res += u_arr[2];\n";
417 op << " res += u_arr[3];\n";
421 op << " re
488 std::ostringstream& op = isVertexCase ? vtx : frag; local
652 std::ostringstream& op = isVertexCase ? vtx : frag; local
838 std::ostringstream& op = isVertexCase ? vtx : frag; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderIndexingTests.cpp340 std::ostringstream& op = isVertexCase ? vtx : frag; local
361 op << "uniform mediump int ui_zero, ui_one, ui_two, ui_three;\n";
363 op << "uniform mediump int ui_four;\n";
365 op << "uniform ${PRECISION} ${VAR_TYPE} u_arr[${ARRAY_LEN}];\n";
377 op << " ${PRECISION} ${VAR_TYPE} res = ${VAR_TYPE}(0.0);\n";
380 op << " res += u_arr[0];\n";
381 op << " res += u_arr[1];\n";
382 op << " res += u_arr[2];\n";
383 op << " res += u_arr[3];\n";
387 op << " re
446 std::ostringstream& op = isVertexCase ? vtx : frag; local
606 std::ostringstream& op = isVertexCase ? vtx : frag; local
806 std::ostringstream& op = isVertexCase ? vtx : frag; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_op.h46 const struct sh_opcode_info *svga_opcode_info( unsigned op );
/external/clang/test/CodeGen/
H A D2003-08-18-StructAsValue.c5 int op; member in struct:__anon18526
H A Dasm_arm64.c28 void t4(long op) { argument
30 asm ("mov x0, %1; svc #0;" : "=r"(x1) :"r"(op),"r"(x1) :"x0" );
/external/clang/test/Sema/
H A Dbuiltin_objc_msgSend.c12 extern id objc_msgSend(id self, SEL op, ...);
/external/elfutils/0.153/libdw/
H A Ddwarf_getlocation_implicit_pointer.c59 dwarf_getlocation_implicit_pointer (attr, op, result)
61 const Dwarf_Op *op;
67 if (unlikely (op->atom != DW_OP_GNU_implicit_pointer))
74 if (__libdw_offdie (attr->cu->dbg, op->number, &die,
/external/javassist/src/main/javassist/compiler/ast/
H A DDoubleConst.java44 public ASTree compute(int op, ASTree right) { argument
46 return compute0(op, (IntConst)right);
48 return compute0(op, (DoubleConst)right);
53 private DoubleConst compute0(int op, DoubleConst right) { argument
61 return compute(op, this.value, right.value, newType);
64 private DoubleConst compute0(int op, IntConst right) { argument
65 return compute(op, this.value, (double)right.value, this.type);
68 private static DoubleConst compute(int op, double value1, double value2, argument
72 switch (op) {
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_op.h46 const struct sh_opcode_info *svga_opcode_info( unsigned op );
/external/qemu/android/skin/
H A Dscaler.c114 ScaleOp op; local
122 op.scale = scaler->scale;
123 op.src_pitch = src_surface->pitch;
124 op.src_line = src_surface->pixels;
125 op.src_w = src_surface->w;
126 op.src_h = src_surface->h;
127 op.dst_pitch = dst_surface->pitch;
128 op.dst_line = dst_surface->pixels;
131 op.rd.x = (int)(sx * scaler->scale + scaler->xdisp);
132 op
[all...]
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dsession_manager_operation_unittest.cc72 void CheckPublicKeyLoaded(SessionManagerOperation* op) { argument
73 ASSERT_TRUE(op->public_key().get());
74 ASSERT_TRUE(op->public_key()->is_loaded());
77 EXPECT_EQ(public_key, op->public_key()->data());
99 LoadSettingsOperation op(
105 &op, DeviceSettingsService::STORE_KEY_UNAVAILABLE));
106 op.Start(&device_settings_test_helper_, owner_key_util_, NULL);
110 EXPECT_FALSE(op.policy_data().get());
111 EXPECT_FALSE(op.device_settings().get());
112 ASSERT_TRUE(op
[all...]
/external/valgrind/main/none/tests/mips64/
H A Dround.c5 int directedRoundingMode(flt_dir_op_t op) { argument
11 switch(op) {
14 printf("%s %d %f\n", flt_dir_op_names[op], fd_w, fs_f[i]);
19 printf("%s %d %lf\n", flt_dir_op_names[op], fd_w, fs_d[i]);
24 printf("%s %d %f\n", flt_dir_op_names[op], fd_w, fs_f[i]);
29 printf("%s %d %lf\n", flt_dir_op_names[op], fd_w, fs_d[i]);
34 printf("%s %d %f\n", flt_dir_op_names[op], fd_w, fs_f[i]);
39 printf("%s %d %lf\n", flt_dir_op_names[op], fd_w, fs_d[i]);
44 printf("%s %d %f\n", flt_dir_op_names[op], fd_w, fs_f[i]);
49 printf("%s %d %lf\n", flt_dir_op_names[op], fd_
176 flt_dir_op_t op; local
[all...]
H A Dmacro_fpu.h55 #define UNOPdd(op) \
58 op" %1, %2" "\n\t" \
64 #define UNOPff(op) \
67 op" %1, %2" "\n\t" \
73 #define UNOPfd(op) \
76 op" %1, %2" "\n\t" \
82 #define UNOPdf(op) \
85 op" %1, %2" "\n\t" \
91 #define UNOPfw(op) \
94 op"
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c50 short *op = output; local
81 op[0] = a1 + d1;
82 op[12] = a1 - d1;
83 op[4] = b1 + c1;
84 op[8] = b1 - c1;
89 op[1] = a1 + d2;
90 op[13] = a1 - d2;
91 op[5] = b1 + c2;
92 op[9] = b1 - c2;
113 op[
288 short *op = output; local
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c50 short *op = output; local
81 op[0] = a1 + d1;
82 op[12] = a1 - d1;
83 op[4] = b1 + c1;
84 op[8] = b1 - c1;
89 op[1] = a1 + d2;
90 op[13] = a1 - d2;
91 op[5] = b1 + c2;
92 op[9] = b1 - c2;
113 op[
288 short *op = output; local
[all...]
/external/chromium_org/v8/src/compiler/
H A Dgraph.h28 Node* NewNode(const Operator* op, int input_count, Node** inputs);
31 Node* NewNode(const Operator* op) { argument
32 return NewNode(op, 0, static_cast<Node**>(NULL));
34 Node* NewNode(const Operator* op, Node* n1) { return NewNode(op, 1, &n1); } argument
35 Node* NewNode(const Operator* op, Node* n1, Node* n2) { argument
37 return NewNode(op, arraysize(nodes), nodes);
39 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3) { argument
41 return NewNode(op, arraysize(nodes), nodes);
43 Node* NewNode(const Operator* op, Nod argument
47 NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, Node* n5) argument
52 NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, Node* n5, Node* n6) argument
[all...]
H A Dcommon-operator-unittest.cc78 const Operator* op = (common.*sop.constructor)(); local
80 EXPECT_EQ(sop.value_input_count, OperatorProperties::GetValueInputCount(op));
82 OperatorProperties::GetEffectInputCount(op));
84 OperatorProperties::GetControlInputCount(op));
87 OperatorProperties::GetTotalInputCount(op));
89 EXPECT_EQ(0, OperatorProperties::GetValueOutputCount(op));
91 OperatorProperties::GetEffectOutputCount(op));
93 OperatorProperties::GetControlOutputCount(op));
100 const Operator* op = (common.*sop.constructor)(); local
101 EXPECT_EQ(sop.opcode, op
108 const Operator* op = (common.*sop.constructor)(); local
146 const Operator* op = common()->Float32Constant(value); local
159 const Operator* op = common()->ValueEffect(arguments); local
171 const Operator* op = common()->Finish(arguments); local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dhir_field_selection.cpp37 ir_rvalue *op; local
39 op = expr->subexpressions[0]->hir(instructions, state);
48 if (op->type->is_error()) {
50 } else if (op->type->is_vector()) {
51 ir_swizzle *swiz = ir_swizzle::create(op,
53 op->type->vector_elements);
64 } else if (op->type->base_type == GLSL_TYPE_STRUCT) {
65 result = new(ctx) ir_dereference_record(op,
84 if (op->type->is_array() && strcmp(method, "length") == 0) {
88 if (op
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dsimplified-graph-builder.cc46 Node* SimplifiedGraphBuilder::MakeNode(const Operator* op, argument
49 DCHECK(op->InputCount() == value_input_count);
51 DCHECK(!OperatorProperties::HasContextInput(op));
52 DCHECK(!OperatorProperties::HasFrameStateInput(op));
53 bool has_control = OperatorProperties::GetControlInputCount(op) == 1;
54 bool has_effect = OperatorProperties::GetEffectInputCount(op) == 1;
56 DCHECK(OperatorProperties::GetControlInputCount(op) < 2);
57 DCHECK(OperatorProperties::GetEffectInputCount(op) < 2);
61 result = graph()->NewNode(op, value_input_count, value_inputs);
75 result = graph()->NewNode(op, input_count_with_dep
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Devsel-roundtrip-name.c9 int type, op, err = 0, ret = 0, i, idx; local
17 for (op = 0; op < PERF_COUNT_HW_CACHE_OP_MAX; op++) {
19 if (!perf_evsel__is_cache_op_valid(type, op))
23 __perf_evsel__hw_cache_type_op_res_name(type, op, i,
36 for (op = 0; op < PERF_COUNT_HW_CACHE_OP_MAX; op++) {
38 if (!perf_evsel__is_cache_op_valid(type, op))
[all...]
/external/mesa3d/src/glsl/
H A Dhir_field_selection.cpp37 ir_rvalue *op; local
39 op = expr->subexpressions[0]->hir(instructions, state);
48 if (op->type->is_error()) {
50 } else if (op->type->is_vector()) {
51 ir_swizzle *swiz = ir_swizzle::create(op,
53 op->type->vector_elements);
64 } else if (op->type->base_type == GLSL_TYPE_STRUCT) {
65 result = new(ctx) ir_dereference_record(op,
84 if (op->type->is_array() && strcmp(method, "length") == 0) {
88 if (op
[all...]
/external/valgrind/main/none/tests/mips32/
H A Dround.c61 #define BINOP(op) \
62 __asm__ volatile(op" %1, %2, %3" "\n\t" \
67 #define UNOPdd(op) \
69 __asm__ volatile(op" %1, %2" "\n\t" \
74 #define UNOPff(op) \
76 __asm__ volatile(op" %1, %2" "\n\t" \
81 #define UNOPfd(op) \
83 __asm__ volatile(op" %1, %2" "\n\t" \
88 #define UNOPdf(op) \
90 __asm__ volatile(op"
152 directedRoundingMode(flt_dir_op_t op) argument
263 flt_dir_op_t op; local
[all...]
H A Dround_fpu64.c45 #define UNOPsl(op) \
47 op" $f0, %2" "\n\t" \
55 #define UNOPdl(op) \
57 op" $f0, %2" "\n\t" \
107 int FCSRRoundingMode(flt_round_op_t op) argument
117 switch(op) {
121 flt_round_op_names[op], fd_l, fs_f[i]);
127 flt_round_op_names[op], fd_l, fs_d[i]);
133 flt_round_op_names[op], fd_l, fs_f[i]);
139 flt_round_op_names[op], fd_
192 flt_round_op_t op; local
[all...]
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_cookie_store.cc38 CookieOperation op; local
39 op.op = COOKIE_OP_SET_COOKIE_WITH_OPTIONS_ASYNC;
40 op.url = url;
41 op.cookie_line = cookie_line;
42 op.options = options;
44 GetCookieStoreForCookieOpAndLog(op)->
53 CookieOperation op; local
54 op.op
67 CookieOperation op; local
80 CookieOperation op; local
113 GetCookieStoreForCookieOpAndLog( const CookieOperation& op) argument
[all...]
/external/chromium_org/mojo/services/public/cpp/network/
H A Dweb_socket_read_queue.cc25 Operation* op = new Operation; local
26 op->num_bytes_ = num_bytes;
27 op->callback_ = callback;
28 queue_.push_back(op);
35 Operation* op = queue_[0]; local
37 uint32_t bytes_read = op->num_bytes_;
46 // Ensure |op| is deleted, whether or not |this| goes away.
47 scoped_ptr<Operation> op_deleter(op);
52 op->callback_.Run(static_cast<const char*>(buffer)); // may delete |this|

Completed in 2759 milliseconds

1234567891011>>