Home
last modified time | relevance | path

Searched refs:inst (Results 6651 – 6675 of 52496) sorted by relevance

1...<<261262263264265266267268269270>>...2100

/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/
H A Dr600_shader.c5854 if (inst->Src[0].Register.Index == inst->Dst[0].Register.Index || in tgsi_divmod()
5855 inst->Src[1].Register.Index == inst->Dst[0].Register.Index) { in tgsi_divmod()
7439 vtx.dst_gpr = ctx->file_offset[inst->Dst[0].Register.File] + inst->Dst[0].Register.Index; in do_vtx_fetch_inst()
8402 t->src_gpr = ctx->file_offset[inst->TexOffsets[0].File] + inst->TexOffsets[0].Index; in tgsi_tex()
8459 tex.dst_gpr = ctx->file_offset[inst->Dst[0].Register.File] + inst->Dst[0].Register.Index; in tgsi_tex()
8730 gds.dst_gpr = ctx->file_offset[inst->Dst[0].Register.File] + inst->Dst[0].Register.Index; in tgsi_load_gds()
8986 …ctx->file_offset[inst->Dst[0].Register.File] + inst->Dst[0].Register.Index, inst->Dst[0].Register.… in tgsi_load_lds()
10931 if ((inst->Src[0].Register.File == inst->Dst[0].Register.File && in tgsi_bfe()
10932 inst->Src[0].Register.Index == inst->Dst[0].Register.Index) || in tgsi_bfe()
10933 (inst->Src[2].Register.File == inst->Dst[0].Register.File && in tgsi_bfe()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/
H A Dr600_shader.c5854 if (inst->Src[0].Register.Index == inst->Dst[0].Register.Index || in tgsi_divmod()
5855 inst->Src[1].Register.Index == inst->Dst[0].Register.Index) { in tgsi_divmod()
7439 vtx.dst_gpr = ctx->file_offset[inst->Dst[0].Register.File] + inst->Dst[0].Register.Index; in do_vtx_fetch_inst()
8402 t->src_gpr = ctx->file_offset[inst->TexOffsets[0].File] + inst->TexOffsets[0].Index; in tgsi_tex()
8459 tex.dst_gpr = ctx->file_offset[inst->Dst[0].Register.File] + inst->Dst[0].Register.Index; in tgsi_tex()
8730 gds.dst_gpr = ctx->file_offset[inst->Dst[0].Register.File] + inst->Dst[0].Register.Index; in tgsi_load_gds()
8986 …ctx->file_offset[inst->Dst[0].Register.File] + inst->Dst[0].Register.Index, inst->Dst[0].Register.… in tgsi_load_lds()
10931 if ((inst->Src[0].Register.File == inst->Dst[0].Register.File && in tgsi_bfe()
10932 inst->Src[0].Register.Index == inst->Dst[0].Register.Index) || in tgsi_bfe()
10933 (inst->Src[2].Register.File == inst->Dst[0].Register.File && in tgsi_bfe()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/teakra/hwtest/dspvictester/
H A Dsend.py12 inst = sys.argv[i] variable
13 if inst == "r":
16 elif inst == "w":
19 elif inst == "hr":
22 elif inst == "hw":
25 MESSAGE += struct.pack('<H', int(inst, 16))
/dports/emulators/citra/citra-ac98458e0/externals/teakra/hwtest/dspapbptester/
H A Dsend.py12 inst = sys.argv[i] variable
13 if inst == "r":
16 elif inst == "w":
19 elif inst == "hr":
22 elif inst == "hw":
25 MESSAGE += struct.pack('<H', int(inst, 16))
/dports/emulators/citra-qt5/citra-ac98458e0/externals/teakra/hwtest/dspapbptester/
H A Dsend.py12 inst = sys.argv[i] variable
13 if inst == "r":
16 elif inst == "w":
19 elif inst == "hr":
22 elif inst == "hw":
25 MESSAGE += struct.pack('<H', int(inst, 16))
/dports/emulators/citra-qt5/citra-ac98458e0/externals/teakra/hwtest/dspvictester/
H A Dsend.py12 inst = sys.argv[i] variable
13 if inst == "r":
16 elif inst == "w":
19 elif inst == "hr":
22 elif inst == "hw":
25 MESSAGE += struct.pack('<H', int(inst, 16))
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgdbusactiongroup.h33 #define G_DBUS_ACTION_GROUP(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), … argument
37 #define G_IS_DBUS_ACTION_GROUP(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), … argument
41 #define G_DBUS_ACTION_GROUP_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), … argument
/dports/textproc/R-cran-openxlsx/openxlsx/
H A DMD540 884ec602987c2e44ef29642b947c9764 *inst/WORDLIST
41 f3a680efd8bb22c5144da7750c43cc7e *inst/doc/Formatting.R
42 1981b3039d3a126b8bbe2a592140dc54 *inst/doc/Formatting.Rmd
43 e0095ab263e3377e5c381e223c8919d4 *inst/doc/Formatting.html
44 b4122d79e4ac41b97086744612f5d482 *inst/doc/Introduction.R
45 70e145f1e10533307946e36d66a4c1a5 *inst/doc/Introduction.Rmd
46 8ec970d6bfac532afbcdce6c527cf1f3 *inst/doc/Introduction.html
52 36a7feeb6214d7e79ac8b89df3c45df0 *inst/extdata/einstein.jpg
53 0c1574a0171de89f03b8cfc5dcd0d0e5 *inst/extdata/groupTest.xlsx
54 4e2a987f8dc163fe8e53a1fe46757201 *inst/extdata/inlineStr.xlsx
[all …]
/dports/devel/tinygo/tinygo-0.14.1/interp/
H A Dinterp.go58 for inst := bb.FirstInstruction(); !inst.IsNil(); inst = llvm.NextInstruction(inst) {
59 if inst == dummy {
62 if !inst.IsAReturnInst().IsNil() {
65 if inst.IsACallInst().IsNil() || inst.CalledValue().IsAFunction().IsNil() {
66 return errorAt(inst, "interp: expected all instructions in "+name+" to be direct calls")
68 initCalls = append(initCalls, inst)
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/test/python/
H A D10-gcd_def_access_test.py60 inst = insts[0] variable
61 assert inst.getName() == "_297_", "Instance name mismatch"
62 assert inst.getOrient() == "R0", "Instance Orientation mismatch"
63 assert [inst.getBBox().xMin(), inst.getBBox().yMin()] == [0,0], "Instance origin mismatch"
64 assert inst.getPlacementStatus() == "NONE", "Placement status mismatch"
65 assert inst.getMaster().getName() == "INV_X1", "Master cell mismatch"
66 assert len(inst.getITerms()) == 4, "NUmber of ITerms mismtach"
67 assert inst.getHalo() == None, "Instance Halo mismatch"
71 master = inst.getMaster()
/dports/lang/sbcl/sbcl-1.3.13/src/compiler/sparc/
H A Ddebug.lisp39 (inst ld result sap offset)))
51 (inst st value sap offset)
64 (inst srl temp n-widetag-bits)
65 (inst cmp temp)
66 (inst b :eq bogus)
67 (inst sll temp (1- (integer-length n-word-bytes)))
69 (inst add temp (- lowtag other-pointer-lowtag)))
70 (inst sub code thing temp)
74 (inst b done)
112 (inst srl res n-widetag-bits)))
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/tracing/timelinenotesrenderpass/
H A Dtst_timelinenotesrenderpass.cpp64 const TimelineNotesRenderPass *inst = TimelineNotesRenderPass::instance(); in instance() local
66 QCOMPARE(inst, inst2); in instance()
67 QVERIFY(inst != 0); in instance()
72 const TimelineNotesRenderPass *inst = TimelineNotesRenderPass::instance(); in update() local
78 TimelineRenderPass::State *result = inst->update(&renderer, &parentState, 0, 0, 0, true, 1); in update()
87 result = inst->update(&renderer, &parentState, 0, 0, 0, true, 1); in update()
91 result = inst->update(&renderer, &parentState, 0, 0, 0, true, 1); in update()
96 result = inst->update(&renderer, &parentState, 0, 0, 0, true, 1); in update()
105 TimelineRenderPass::State *result2 = inst->update(&renderer, &parentState, result, 0, 0, false, in update()
113 result = inst->update(&renderer, &parentState, result, 0, 0, true, 1); in update()
/dports/devel/p5-Config-Model/Config-Model-2.147/t/
H A Darray_id.t118 my ($inst,$root);
232 $inst->clear_changes;
251 $inst->clear_changes;
256 $inst->clear_changes;
317 $inst->preset_start;
322 $inst->preset_stop;
401 $inst->clear_changes;
407 $inst->preset_start;
410 $inst->preset_stop;
413 $inst->preset_clear;
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsptype1.c145 saved = inst.saved; in gs_pattern1_make_pattern()
157 inst.template = *pcp; in gs_pattern1_make_pattern()
175 if (inst.size.x == 0 || inst.size.y == 0) { in gs_pattern1_make_pattern()
198 inst.size.x, inst.size.y); in gs_pattern1_make_pattern()
207 inst.bbox.p.x, inst.bbox.p.y, inst.bbox.q.x, inst.bbox.q.y); in gs_pattern1_make_pattern()
208 inst.is_simple = (fabs(mat.xx) == inst.size.x && mat.xy == 0 && in gs_pattern1_make_pattern()
212 inst.step_matrix.xx, inst.step_matrix.xy, in gs_pattern1_make_pattern()
213 inst.step_matrix.yx, inst.step_matrix.yy, in gs_pattern1_make_pattern()
214 inst.size.x, inst.size.y); in gs_pattern1_make_pattern()
216 inst.uses_mask = true; in gs_pattern1_make_pattern()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsptype1.c145 saved = inst.saved; in gs_pattern1_make_pattern()
157 inst.template = *pcp; in gs_pattern1_make_pattern()
175 if (inst.size.x == 0 || inst.size.y == 0) { in gs_pattern1_make_pattern()
198 inst.size.x, inst.size.y); in gs_pattern1_make_pattern()
207 inst.bbox.p.x, inst.bbox.p.y, inst.bbox.q.x, inst.bbox.q.y); in gs_pattern1_make_pattern()
208 inst.is_simple = (fabs(mat.xx) == inst.size.x && mat.xy == 0 && in gs_pattern1_make_pattern()
212 inst.step_matrix.xx, inst.step_matrix.xy, in gs_pattern1_make_pattern()
213 inst.step_matrix.yx, inst.step_matrix.yy, in gs_pattern1_make_pattern()
214 inst.size.x, inst.size.y); in gs_pattern1_make_pattern()
216 inst.uses_mask = true; in gs_pattern1_make_pattern()
[all …]
/dports/graphics/mypaint/mypaint-2.0.1/
H A Dsetup.py554 inst.prefix = ""
556 inst.run()
679 inst.prefix = "."
681 inst.record = os.path.join(inst.install_lib, self.MANAGED_FILES_LIST)
693 inst.prefix = "."
695 inst.record = os.path.join(inst.install_lib, self.MANAGED_FILES_LIST)
706 self.rm(inst.record)
711 inst.install_lib,
766 inst.prefix = "."
768 inst.record = os.path.join(inst.install_lib, self.MANAGED_FILES_LIST)
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/
H A Dr600_shader.c5840 if (inst->Src[0].Register.Index == inst->Dst[0].Register.Index || in tgsi_divmod()
5841 inst->Src[1].Register.Index == inst->Dst[0].Register.Index) { in tgsi_divmod()
7425 vtx.dst_gpr = ctx->file_offset[inst->Dst[0].Register.File] + inst->Dst[0].Register.Index; in do_vtx_fetch_inst()
8388 t->src_gpr = ctx->file_offset[inst->TexOffsets[0].File] + inst->TexOffsets[0].Index; in tgsi_tex()
8445 tex.dst_gpr = ctx->file_offset[inst->Dst[0].Register.File] + inst->Dst[0].Register.Index; in tgsi_tex()
8716 gds.dst_gpr = ctx->file_offset[inst->Dst[0].Register.File] + inst->Dst[0].Register.Index; in tgsi_load_gds()
8972 …ctx->file_offset[inst->Dst[0].Register.File] + inst->Dst[0].Register.Index, inst->Dst[0].Register.… in tgsi_load_lds()
10917 if ((inst->Src[0].Register.File == inst->Dst[0].Register.File && in tgsi_bfe()
10918 inst->Src[0].Register.Index == inst->Dst[0].Register.Index) || in tgsi_bfe()
10919 (inst->Src[2].Register.File == inst->Dst[0].Register.File && in tgsi_bfe()
[all …]
/dports/devel/9base/9base-6/lib9/regex/
H A Dregcomp.c144 Reinst *inst; in popand() local
148 inst = newinst(NOP); in popand()
149 pushand(inst,inst); in popand()
231 Reinst *inst, *target; in optimize() local
240 for(inst=pp->firstinst; inst->type!=END; inst++){ in optimize()
258 for(inst=npp->firstinst; inst<freep; inst++){ in optimize()
259 switch(inst->type){ in optimize()
264 inst->u1.right = (void*)((char*)inst->u1.right + diff); in optimize()
268 inst->u1.right = (void*)((char*)inst->u1.right + diff); in optimize()
269 cl = inst->u1.cp; in optimize()
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/systray/
H A De_mod_notifier_host.c39 systray_size_updated(host_inst->inst); in systray_notifier_item_free()
261 switch (systray_gadcon_get(notifier_inst->inst)->orient) in image_scale()
271 if (systray_gadcon_get(notifier_inst->inst)->shelf) in image_scale()
286 if (systray_gadcon_get(notifier_inst->inst)->shelf) in image_scale()
363 systray_size_updated(host_inst->inst); in _systray_notifier_inst_item_update()
369 Instance_Notifier_Host *inst; in systray_notifier_item_update() local
370 EINA_INLIST_FOREACH(ctx->instances, inst) in systray_notifier_item_update()
371 _systray_notifier_inst_item_update(inst, item, EINA_TRUE); in systray_notifier_item_update()
375 systray_notifier_host_new(Instance *inst, E_Gadcon *gadcon) in systray_notifier_host_new() argument
381 host_inst->inst = inst; in systray_notifier_host_new()
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/conf/
H A De_mod_main.c53 Instance *inst; in _gc_init() local
55 inst = E_NEW(Instance, 1); in _gc_init()
61 inst->gcc = e_gadcon_client_new(gc, name, id, style, inst->o_toggle); in _gc_init()
62 inst->gcc->data = inst; in _gc_init()
70 return inst->gcc; in _gc_init()
76 Instance *inst; in _gc_shutdown() local
78 if (!(inst = gcc->data)) return; in _gc_shutdown()
80 if (inst->o_toggle) evas_object_del(inst->o_toggle); in _gc_shutdown()
81 E_FREE(inst); in _gc_shutdown()
137 Instance *inst; in _cb_action_conf() local
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c185 emit_data->inst->Instruction.Opcode); in lp_build_fetch_args()
233 const struct tgsi_full_instruction * inst) in lp_build_tgsi_inst_llvm() argument
235 enum tgsi_opcode opcode = inst->Instruction.Opcode; in lp_build_tgsi_inst_llvm()
245 bld_base->emit_debug(bld_base, inst, info); in lp_build_tgsi_inst_llvm()
249 switch (inst->Instruction.Opcode) { in lp_build_tgsi_inst_llvm()
269 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) { in lp_build_tgsi_inst_llvm()
280 emit_data.inst = inst; in lp_build_tgsi_inst_llvm()
285 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
315 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
442 const struct tgsi_full_instruction *inst, in lp_build_emit_fetch() argument
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c185 emit_data->inst->Instruction.Opcode); in lp_build_fetch_args()
233 const struct tgsi_full_instruction * inst) in lp_build_tgsi_inst_llvm() argument
235 enum tgsi_opcode opcode = inst->Instruction.Opcode; in lp_build_tgsi_inst_llvm()
245 bld_base->emit_debug(bld_base, inst, info); in lp_build_tgsi_inst_llvm()
249 switch (inst->Instruction.Opcode) { in lp_build_tgsi_inst_llvm()
269 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) { in lp_build_tgsi_inst_llvm()
280 emit_data.inst = inst; in lp_build_tgsi_inst_llvm()
285 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
315 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
442 const struct tgsi_full_instruction *inst, in lp_build_emit_fetch() argument
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c185 emit_data->inst->Instruction.Opcode); in lp_build_fetch_args()
233 const struct tgsi_full_instruction * inst) in lp_build_tgsi_inst_llvm() argument
235 enum tgsi_opcode opcode = inst->Instruction.Opcode; in lp_build_tgsi_inst_llvm()
245 bld_base->emit_debug(bld_base, inst, info); in lp_build_tgsi_inst_llvm()
249 switch (inst->Instruction.Opcode) { in lp_build_tgsi_inst_llvm()
269 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) { in lp_build_tgsi_inst_llvm()
280 emit_data.inst = inst; in lp_build_tgsi_inst_llvm()
285 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
315 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
442 const struct tgsi_full_instruction *inst, in lp_build_emit_fetch() argument
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c185 emit_data->inst->Instruction.Opcode); in lp_build_fetch_args()
233 const struct tgsi_full_instruction * inst) in lp_build_tgsi_inst_llvm() argument
235 enum tgsi_opcode opcode = inst->Instruction.Opcode; in lp_build_tgsi_inst_llvm()
245 bld_base->emit_debug(bld_base, inst, info); in lp_build_tgsi_inst_llvm()
249 switch (inst->Instruction.Opcode) { in lp_build_tgsi_inst_llvm()
269 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) { in lp_build_tgsi_inst_llvm()
280 emit_data.inst = inst; in lp_build_tgsi_inst_llvm()
285 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
315 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
442 const struct tgsi_full_instruction *inst, in lp_build_emit_fetch() argument
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c185 emit_data->inst->Instruction.Opcode); in lp_build_fetch_args()
233 const struct tgsi_full_instruction * inst) in lp_build_tgsi_inst_llvm() argument
235 enum tgsi_opcode opcode = inst->Instruction.Opcode; in lp_build_tgsi_inst_llvm()
245 bld_base->emit_debug(bld_base, inst, info); in lp_build_tgsi_inst_llvm()
249 switch (inst->Instruction.Opcode) { in lp_build_tgsi_inst_llvm()
269 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) { in lp_build_tgsi_inst_llvm()
280 emit_data.inst = inst; in lp_build_tgsi_inst_llvm()
285 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
315 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
442 const struct tgsi_full_instruction *inst, in lp_build_emit_fetch() argument
[all …]

1...<<261262263264265266267268269270>>...2100