Searched refs:inst (Results 201 - 225 of 552) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_tes.cpp80 foreach_block_and_inst(block, vec4_instruction, inst, cfg) {
82 if (inst->src[i].file != ATTR)
85 bool is_64bit = type_sz(inst->src[i].type) == 8;
87 unsigned slot = inst->src[i].nr + inst->src[i].offset / 16;
90 grf.swizzle = inst->src[i].swizzle;
91 grf.type = inst->src[i].type;
92 grf.abs = inst->src[i].abs;
93 grf.negate = inst->src[i].negate;
112 inst
151 vec4_instruction *inst = emit(VS_OPCODE_URB_WRITE); local
[all...]
H A Dbrw_fs_live_variables.h102 void setup_one_read(struct block_data *bd, fs_inst *inst, int ip,
104 void setup_one_write(struct block_data *bd, fs_inst *inst, int ip,
H A Dbrw_cfg.h178 struct backend_instruction *inst = bblock_start(block); local
181 inst = (struct backend_instruction *)inst->next;
183 inst = (struct backend_instruction *)inst->link.next;
185 return inst;
191 struct backend_instruction *inst = bblock_end(block); local
194 inst = (struct backend_instruction *)inst->prev;
196 inst
[all...]
H A Dbrw_cfg.cpp93 ends_block(const backend_instruction *inst) argument
95 enum opcode op = inst->opcode;
105 starts_block(const backend_instruction *inst) argument
107 enum opcode op = inst->opcode;
147 foreach_inst_in_block(backend_instruction, inst, this) {
149 s->dump_instruction(inst);
177 foreach_in_list_safe(backend_instruction, inst, instructions) {
181 inst->exec_node::remove();
183 switch (inst->opcode) {
185 cur->instructions.push_tail(inst);
[all...]
H A Dbrw_vec4_nir.cpp184 vec4_instruction *inst = emit(MOV(dst_null_d(), condition)); local
185 inst->conditional_mod = BRW_CONDITIONAL_NZ;
486 vec4_instruction *inst = new(mem_ctx) local
489 inst->base_mrf = 2;
490 inst->mlen = 1; /* always at least one */
491 inst->src[1] = brw_imm_ud(index);
495 int param_base = inst->base_mrf;
499 emit(inst);
920 NULL, NULL /* before_block/inst */);
1129 vec4_instruction *inst; local
1182 vec4_instruction *inst = emit(MOV(dst, brw_imm_f(src.df))); local
1195 vec4_instruction *inst = emit(MOV(dst, src_reg(temp2))); local
1208 vec4_instruction *inst = emit(MOV(dst, src_reg(tmp_dst))); local
1262 vec4_instruction *inst; local
1464 inst = emit_math(SHADER_OPCODE_SQRT, dst, op[0]); member in namespace:brw
1469 inst = emit_math(SHADER_OPCODE_RSQ, dst, op[0]); member in namespace:brw
1474 inst = emit_math(SHADER_OPCODE_POW, dst, op[0], op[1]); member in namespace:brw
1626 inst = emit(MOV(dst, brw_imm_d(~0))); member in namespace:brw
[all...]
/external/tcpdump/
H A Dprint-zephyr.c47 const char *inst; member in struct:z_packet
118 z_triple(const char *class, const char *inst, const char *recipient) argument
122 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
158 z.inst = 0;
189 PARSE_FIELD_STR(z.inst);
223 ND_PRINT((ndo, " locate %s", z.inst));
233 if (!strcmp(z.inst, "CLIENT")) {
271 if (!strcmp(z.inst, "HM")) {
276 if (!strcmp(z.inst, "REALM")) {
290 ND_PRINT((ndo, " hm_ctl %s", str_to_lower(z.inst)));
[all...]
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.h193 uint64_t inst; member in struct:queued_qpu_inst
570 struct qreg qir_emit_def(struct vc4_compile *c, struct qinst *inst);
571 struct qinst *qir_emit_nondef(struct vc4_compile *c, struct qinst *inst);
575 int qir_get_nsrc(struct qinst *inst);
576 int qir_get_non_sideband_nsrc(struct qinst *inst);
577 int qir_get_tex_uniform_src(struct qinst *inst);
579 bool qir_has_side_effects(struct vc4_compile *c, struct qinst *inst);
580 bool qir_has_side_effect_reads(struct vc4_compile *c, struct qinst *inst);
581 bool qir_has_uniform_read(struct qinst *inst);
582 bool qir_is_mul(struct qinst *inst);
863 struct qinst *inst = qir_inst(QOP_BRANCH, c->undef, c->undef, c->undef); local
[all...]
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dilo_shader_gs.c114 struct toy_inst *inst; local
116 inst = tc_MOV(tc, dst, src);
117 inst->exec_size = GEN6_EXECSIZE_8;
118 inst->mask_ctrl = GEN6_MASKCTRL_NOMASK;
126 struct toy_inst *inst; local
128 inst = tc_MOV(tc,
131 inst->exec_size = GEN6_EXECSIZE_4;
132 inst->mask_ctrl = GEN6_MASKCTRL_NOMASK;
140 struct toy_inst *inst; local
142 inst
351 gs_lower_opcode_endprim(struct gs_compile_context *gcc, struct toy_inst *inst) argument
439 struct toy_inst *inst; local
519 gs_lower_opcode_emit_static(struct gs_compile_context *gcc, struct toy_inst *inst) argument
538 gs_lower_opcode_emit_dynamic(struct gs_compile_context *gcc, struct toy_inst *inst) argument
560 gs_lower_opcode_emit(struct gs_compile_context *gcc, struct toy_inst *inst) argument
599 struct toy_inst *inst; local
642 struct toy_inst *inst; local
653 gs_lower_opcode_tgsi_direct(struct gs_compile_context *gcc, struct toy_inst *inst) argument
702 struct toy_inst *inst; local
794 const struct toy_inst *inst; local
[all...]
/external/flatbuffers/tests/FlatBuffers.Test/
H A DProgram.cs39 var inst = Activator.CreateInstance(testClass);
45 method.Invoke(inst, new object[] { });
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.h92 // pointer to it. The caller needs to make sure `inst` outlives the lifetime
96 // Builds the prototype of the IR kernel for `inst` and adds it to the module.
99 const HloInstruction& inst,
151 // Emits code to initialize buffer of `inst` in given `thunk`.
152 Status EmitInitializer(const HloInstruction* inst, KernelThunk* thunk);
154 // Returns a KernelThunk that invokes the kernel emitted for `inst`. The
155 // caller needs to make sure `inst` outlives the lifetime of the returned
157 std::unique_ptr<Thunk> BuildKernelThunk(const HloInstruction* inst);
159 // Returns a FftThunk that calls cuFFT to implement `inst`.
160 std::unique_ptr<Thunk> BuildFftThunk(const HloInstruction* inst);
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_posix.cc65 u32 inst = *(unsigned *)sig.pc;
66 u32 ra = (inst >> 16) & 0x1F;
67 u32 opcd = inst >> 26;
68 u32 xo = (inst >> 1) & 0x3FF;
/external/llvm/test/MC/ARM/
H A Dinst-constant-required.s13 .inst .Label
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h87 const struct tgsi_full_instruction * inst; member in struct:lp_build_emit_data
/external/python/cpython2/Mac/Modules/
H A Dicgluemodule.c47 ICInstance inst; member in struct:__anon19287
69 if ((err=ICGetSeed(self->inst, &seed)) != 0 )
87 if ((err=ICBegin(self->inst, (ICPerm)perm)) != 0 )
108 if ((err=ICFindPrefHandle(self->inst, key, &attr, h)) != 0 )
130 if ((err=ICSetPref(self->inst, key, (ICAttr)attr, (Ptr)data,
150 if ((err=ICCountPref(self->inst, &count)) != 0 )
169 if ((err=ICGetIndPref(self->inst, num, key)) != 0 )
187 if ((err=ICDeletePref(self->inst, key)) != 0 )
205 if ((err=ICEnd(self->inst)) != 0 )
224 if ((err=ICEditPreferences(self->inst, ke
[all...]
/external/autotest/client/tests/cgroup/
H A Dcgroup_common.py57 except Exception, inst:
58 logging.error("cg.mk_cgroup(): %s" , inst)
73 except Exception, inst:
75 logging.error("cg.rm_cgroup(): %s" , inst)
126 except Exception, inst:
127 logging.error("cg.set_cgroup(): %s" , inst)
174 except Exception, inst:
177 logging.error("cg.get_property(): %s" , inst)
221 except Exception, inst:
222 logging.error("cg.set_property(): %s" , inst)
[all...]
/external/mesa3d/src/mesa/program/
H A Dprogram_parse_extra.c39 struct prog_instruction *inst)
41 inst->Saturate = GL_FALSE;
48 inst->Saturate = GL_TRUE;
37 _mesa_parse_instruction_suffix(const struct asm_parser_state *state, const char *suffix, struct prog_instruction *inst) argument
/external/python/cpython2/Demo/classes/
H A DVec.py32 inst = cls()
33 inst.v = v
34 return inst
/external/python/cpython3/Tools/demo/
H A Dvector.py38 inst = cls()
39 inst.v = v
40 return inst
/external/python/cpython2/Objects/
H A Dclassobject.c518 PyInstanceObject *inst; local
536 inst = PyObject_GC_New(PyInstanceObject, &PyInstance_Type);
537 if (inst == NULL) {
541 inst->in_weakreflist = NULL;
543 inst->in_class = (PyClassObject *)klass;
544 inst->in_dict = dict;
545 _PyObject_GC_TRACK(inst);
546 return (PyObject *)inst;
552 register PyInstanceObject *inst; local
561 inst
631 instance_dealloc(register PyInstanceObject *inst) argument
709 instance_getattr1(register PyInstanceObject *inst, PyObject *name) argument
745 instance_getattr2(register PyInstanceObject *inst, PyObject *name) argument
771 instance_getattr(register PyInstanceObject *inst, PyObject *name) argument
797 PyInstanceObject *inst; /* pinst cast to the right type */ local
811 instance_setattr1(PyInstanceObject *inst, PyObject *name, PyObject *v) argument
827 instance_setattr(PyInstanceObject *inst, PyObject *name, PyObject *v) argument
898 instance_repr(PyInstanceObject *inst) argument
937 instance_str(PyInstanceObject *inst) argument
961 instance_hash(PyInstanceObject *inst) argument
1037 instance_length(PyInstanceObject *inst) argument
1086 instance_subscript(PyInstanceObject *inst, PyObject *key) argument
1112 instance_ass_subscript(PyInstanceObject *inst, PyObject *key, PyObject *value) argument
1160 instance_item(PyInstanceObject *inst, Py_ssize_t i) argument
1178 instance_slice(PyInstanceObject *inst, Py_ssize_t i, Py_ssize_t j) argument
1225 instance_ass_item(PyInstanceObject *inst, Py_ssize_t i, PyObject *item) argument
1265 instance_ass_slice(PyInstanceObject *inst, Py_ssize_t i, Py_ssize_t j, PyObject *value) argument
1352 instance_contains(PyInstanceObject *inst, PyObject *member) argument
2132 PyInstanceObject *inst = (PyInstanceObject*) func; local
2527 getinstclassname(PyObject *inst, char *buf, int bufsize) argument
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DEDEmitter.cpp214 /// @arg inst - The instruction to use when looking up the operands
217 const CodeGenInstruction &inst,
221 AsmWriterInst awInst(inst, syntax, -1, -1);
349 /// @inst - The instruction to use as a source of information
352 const CodeGenInstruction &inst) {
353 if (!inst.TheDef->isSubClassOf("X86Inst"))
357 unsigned int numOperands = inst.Operands.size();
360 const CGIOperandList::OperandInfo &operandInfo = inst.Operands[index];
367 errs() << "Instruction name: " << inst.TheDef->getName().c_str() << "\n";
376 /// @inst
216 populateOperandOrder(CompoundConstantEmitter *operandOrder, const CodeGenInstruction &inst, unsigned syntax) argument
350 X86PopulateOperands( LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS], const CodeGenInstruction &inst) argument
380 decorate1( FlagsConstantEmitter *(&operandFlags)[EDIS_MAX_OPERANDS], const CodeGenInstruction &inst, const char *opName, const char *opFlag) argument
431 X86ExtractSemantics( LiteralConstantEmitter &instType, FlagsConstantEmitter *(&operandFlags)[EDIS_MAX_OPERANDS], const CodeGenInstruction &inst) argument
714 ARMPopulateOperands( LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS], const CodeGenInstruction &inst) argument
756 ARMExtractSemantics( LiteralConstantEmitter &instType, LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS], FlagsConstantEmitter *(&operandFlags)[EDIS_MAX_OPERANDS], const CodeGenInstruction &inst) argument
804 const CodeGenInstruction& inst = *numberedInstructions[index]; local
[all...]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DModifiedSystemClassRuntime.java89 * @param inst
98 public static IRuntime createFor(final Instrumentation inst, argument
100 return createFor(inst, className, "$jacocoAccess");
108 * @param inst
119 public static IRuntime createFor(final Instrumentation inst, argument
133 inst.addTransformer(transformer);
135 inst.removeTransformer(transformer);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_matchers.cc137 void PrintTo(const HloInstruction* inst, ::std::ostream* os) { argument
138 *os << (inst ? inst->ToString() : "nullptr");
141 void PrintTo(HloInstruction* inst, ::std::ostream* os) { argument
142 PrintTo(const_cast<const HloInstruction*>(inst), os);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c561 struct tgsi_full_instruction *inst )
565 const struct tgsi_opcode_info *info = tgsi_get_opcode_info( inst->Instruction.Opcode );
577 if (inst->Instruction.Predicate) {
580 if (inst->Predicate.Negate)
584 SID( inst->Predicate.Index );
587 if (inst->Predicate.SwizzleX != TGSI_SWIZZLE_X ||
588 inst->Predicate.SwizzleY != TGSI_SWIZZLE_Y ||
589 inst->Predicate.SwizzleZ != TGSI_SWIZZLE_Z ||
590 inst->Predicate.SwizzleW != TGSI_SWIZZLE_W) {
592 ENM( inst
717 tgsi_dump_instruction( const struct tgsi_full_instruction *inst, uint instno ) argument
840 tgsi_dump_instruction_str( const struct tgsi_full_instruction *inst, uint instno, char *str, size_t size) argument
[all...]
H A Dtgsi_emulate.c105 struct tgsi_full_instruction *inst)
120 for (i = 0; i < inst->Instruction.NumDstRegs; i++) {
123 if (inst->Dst[i].Register.File != TGSI_FILE_OUTPUT ||
124 inst->Dst[i].Register.Indirect)
128 ctx->info.output_semantic_name[inst->Dst[i].Register.Index];
132 inst->Instruction.Saturate = true;
136 tctx->emit_instruction(tctx, inst);
104 transform_instr(struct tgsi_transform_context *tctx, struct tgsi_full_instruction *inst) argument
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc341 int VP8EncoderImpl::InitEncode(const VideoCodec* inst, argument
344 if (inst == NULL) {
347 if (inst->maxFramerate < 1) {
351 if (inst->maxBitrate > 0 && inst->startBitrate > inst->maxBitrate) {
354 if (inst->width <= 1 || inst->height <= 1) {
360 if (inst->codecSpecific.VP8.feedbackModeOn &&
361 inst
1082 InitDecode(const VideoCodec* inst, int number_of_cores) argument
[all...]

Completed in 1890 milliseconds

1234567891011>>