Home
last modified time | relevance | path

Searched refs:inst (Results 1726 - 1750 of 3141) sorted by relevance

1...<<61626364656667686970>>...126

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h76 struct nvkm_subdev *nvkm_device_subdev(struct nvkm_device *, int type, int inst);
77 struct nvkm_engine *nvkm_device_engine(struct nvkm_device *, int type, int inst);
101 u32 inst; \
102 int (*ctor)(struct nvkm_device *, enum nvkm_subdev_type, int inst, data **); \
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dgf100.c190 enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in gf100_pm_new_()
199 ret = nvkm_pm_ctor(&gf100_pm_, device, type, inst, pm); in gf100_pm_new_()
240 gf100_pm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) in gf100_pm_new() argument
242 return gf100_pm_new_(&gf100_pm, device, type, inst, ppm); in gf100_pm_new()
189 gf100_pm_new_(const struct gf100_pm_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_pm **ppm) gf100_pm_new_() argument
/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_copy_propagation.cpp85 fs_inst *inst = (fs_inst *)block->start(); in instruction() local
87 inst = (fs_inst *)inst->next; in instruction()
89 return inst; in instruction()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_aa_point.c217 struct tgsi_full_instruction *inst) in aa_inst()
225 for (i = 0; i < inst->Instruction.NumDstRegs; i++) { in aa_inst()
226 struct tgsi_full_dst_register *dst = &inst->Dst[i]; in aa_inst()
234 ctx->emit_instruction(ctx, inst); in aa_inst()
216 aa_inst(struct tgsi_transform_context *ctx, struct tgsi_full_instruction *inst) aa_inst() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dpass_manager_test.cpp110 auto inst = MakeUnique<Instruction>(*(--context()->debug1_end())); variable
111 context()->AddDebug1Inst(std::move(inst));
147 auto inst = MakeUnique<Instruction>(context(), SpvOpTypeVoid, 0, result_id_, variable
149 context()->AddType(std::move(inst));
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpass_manager_test.cpp110 auto inst = MakeUnique<Instruction>(*(--context()->debug1_end())); variable
111 context()->AddDebug1Inst(std::move(inst));
147 auto inst = MakeUnique<Instruction>(context(), SpvOpTypeVoid, 0, result_id_, variable
149 context()->AddType(std::move(inst));
/third_party/spirv-tools/test/opt/
H A Dpass_manager_test.cpp110 auto inst = MakeUnique<Instruction>(*(--context()->debug1_end())); variable
111 context()->AddDebug1Inst(std::move(inst));
147 auto inst = MakeUnique<Instruction>(context(), spv::Op::OpTypeVoid, 0, variable
149 context()->AddType(std::move(inst));
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbooke_emulate.c43 unsigned int inst, int *advance) in kvmppc_booke_emulate_op()
46 int rs = get_rs(inst); in kvmppc_booke_emulate_op()
47 int rt = get_rt(inst); in kvmppc_booke_emulate_op()
49 switch (get_op(inst)) { in kvmppc_booke_emulate_op()
51 switch (get_xop(inst)) { in kvmppc_booke_emulate_op()
77 switch (get_xop(inst)) { in kvmppc_booke_emulate_op()
97 | (inst & MSR_EE); in kvmppc_booke_emulate_op()
42 kvmppc_booke_emulate_op(struct kvm_vcpu *vcpu, unsigned int inst, int *advance) kvmppc_booke_emulate_op() argument
/kernel/linux/linux-5.10/tools/thermal/tmon/
H A Dsysfs.c102 syslog(LOG_INFO, "%s: %s: type %s, max %lu, curr %lu inst %d\n", in probe_cdev()
185 syslog(LOG_ERR, "Failed to find TP inst %s\n", in find_tzone_tp()
400 int inst; in probe_thermal_sysfs() local
403 inst = get_instance_id(namelist[n]->d_name, 1, in probe_thermal_sysfs()
408 if (inst > ptdata.max_cdev_instance) in probe_thermal_sysfs()
409 ptdata.max_cdev_instance = inst; in probe_thermal_sysfs()
417 inst = get_instance_id(namelist[n]->d_name, 1, in probe_thermal_sysfs()
419 if (inst > ptdata.max_tz_instance) in probe_thermal_sysfs()
420 ptdata.max_tz_instance = inst; in probe_thermal_sysfs()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbooke_emulate.c43 unsigned int inst, int *advance) in kvmppc_booke_emulate_op()
46 int rs = get_rs(inst); in kvmppc_booke_emulate_op()
47 int rt = get_rt(inst); in kvmppc_booke_emulate_op()
49 switch (get_op(inst)) { in kvmppc_booke_emulate_op()
51 switch (get_xop(inst)) { in kvmppc_booke_emulate_op()
77 switch (get_xop(inst)) { in kvmppc_booke_emulate_op()
97 | (inst & MSR_EE); in kvmppc_booke_emulate_op()
42 kvmppc_booke_emulate_op(struct kvm_vcpu *vcpu, unsigned int inst, int *advance) kvmppc_booke_emulate_op() argument
H A Demulate_loadstore.c74 ppc_inst_t inst; in kvmppc_emulate_loadstore() local
81 emulated = kvmppc_get_last_inst(vcpu, INST_GENERIC, &inst); in kvmppc_emulate_loadstore()
96 if (analyse_instr(&op, &vcpu->arch.regs, inst) == 0) { in kvmppc_emulate_loadstore()
359 trace_kvm_ppc_instr(ppc_inst_val(inst), kvmppc_get_pc(vcpu), emulated); in kvmppc_emulate_loadstore()
363 kvmppc_set_pc(vcpu, kvmppc_get_pc(vcpu) + ppc_inst_len(inst)); in kvmppc_emulate_loadstore()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dccg.h54 #define DCCG_SFI(reg_name, field_name, field_prefix, inst, post_fix)\
55 .field_prefix ## _ ## field_name[inst] = reg_name ## __ ## field_prefix ## inst ## _ ## field_name ## post_fix
57 #define DCCG_SFII(block, reg_name, field_prefix, field_name, inst, post_fix)\
58 .field_prefix ## _ ## field_name[inst] = block ## inst ## _ ## reg_name ## __ ## field_prefix ## inst ## _ ## field_name ## post_fix
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dbase.c324 &acr->inst); in nvkm_acr_oneinit()
334 ret = nvkm_vmm_join(acr->vmm, acr->inst); in nvkm_acr_oneinit()
349 ret = nvkm_falcon_fw_oneinit(&hsfw->fw, falcon, acr->vmm, acr->inst); in nvkm_acr_oneinit()
372 nvkm_vmm_part(acr->vmm, acr->inst); in nvkm_acr_dtor()
374 nvkm_memory_unref(&acr->inst); in nvkm_acr_dtor()
420 enum nvkm_subdev_type type, int inst, struct nvkm_acr **pacr) in nvkm_acr_new_()
427 nvkm_subdev_ctor(&nvkm_acr, device, type, inst, &acr->subdev); in nvkm_acr_new_()
419 nvkm_acr_new_(const struct nvkm_acr_fwif *fwif, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_acr **pacr) nvkm_acr_new_() argument
/kernel/linux/linux-6.6/tools/thermal/tmon/
H A Dsysfs.c102 syslog(LOG_INFO, "%s: %s: type %s, max %lu, curr %lu inst %d\n", in probe_cdev()
185 syslog(LOG_ERR, "Failed to find TP inst %s\n", in find_tzone_tp()
400 int inst; in probe_thermal_sysfs() local
403 inst = get_instance_id(namelist[n]->d_name, 1, in probe_thermal_sysfs()
408 if (inst > ptdata.max_cdev_instance) in probe_thermal_sysfs()
409 ptdata.max_cdev_instance = inst; in probe_thermal_sysfs()
417 inst = get_instance_id(namelist[n]->d_name, 1, in probe_thermal_sysfs()
419 if (inst > ptdata.max_tz_instance) in probe_thermal_sysfs()
420 ptdata.max_tz_instance = inst; in probe_thermal_sysfs()
/third_party/ffmpeg/libavcodec/
H A Dcdgraphics.c271 uint8_t command, inst; in cdg_decode_frame() local
295 inst = bytestream2_get_byte(&gb); in cdg_decode_frame()
296 inst &= CDG_MASK; in cdg_decode_frame()
301 switch (inst) { in cdg_decode_frame()
314 cdg_load_palette(cc, cdg_data, inst == CDG_INST_LOAD_PAL_LO); in cdg_decode_frame()
326 ret = cdg_tile_block(cc, cdg_data, inst == CDG_INST_TILE_BLOCK_XOR); in cdg_decode_frame()
342 cdg_scroll(cc, cdg_data, frame, inst == CDG_INST_SCROLL_COPY); in cdg_decode_frame()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h599 const struct tgsi_full_instruction *inst,
676 const struct tgsi_full_instruction *inst,
683 const struct tgsi_full_instruction *inst,
694 const struct tgsi_full_instruction *inst);
732 const struct tgsi_full_instruction *inst);
744 const struct tgsi_full_instruction *inst,
752 const struct tgsi_full_instruction *inst,
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.h329 /// @param inst a SPIR-V instruction
331 bool IsGlslExtendedInstruction(const spvtools::opt::Instruction& inst) const;
335 /// @param inst a SPIR-V instruction
338 const spvtools::opt::Instruction& inst) const;
472 /// @param inst the SPIR-V instruction
476 const spvtools::opt::Instruction& inst,
483 /// @param inst the SPIR-V instruction
488 const spvtools::opt::Instruction& inst,
497 /// @param inst the SPIR-V instruction
500 const Type* ForcedResultType(const spvtools::opt::Instruction& inst,
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/sha/
H A Dsha256-armv8.S78 .inst 0xd503233f // paciasp
1038 .inst 0xd50323bf // autiasp
1089 .inst 0x5e2828a4 //sha256su0 v4.16b,v5.16b
1091 .inst 0x5e104020 //sha256h v0.16b,v1.16b,v16.4s
1092 .inst 0x5e105041 //sha256h2 v1.16b,v2.16b,v16.4s
1093 .inst 0x5e0760c4 //sha256su1 v4.16b,v6.16b,v7.16b
1096 .inst 0x5e2828c5 //sha256su0 v5.16b,v6.16b
1098 .inst 0x5e114020 //sha256h v0.16b,v1.16b,v17.4s
1099 .inst 0x5e115041 //sha256h2 v1.16b,v2.16b,v17.4s
1100 .inst
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/sha/
H A Dsha256-armv8.S78 .inst 0xd503233f // paciasp
1038 .inst 0xd50323bf // autiasp
1089 .inst 0x5e2828a4 //sha256su0 v4.16b,v5.16b
1091 .inst 0x5e104020 //sha256h v0.16b,v1.16b,v16.4s
1092 .inst 0x5e105041 //sha256h2 v1.16b,v2.16b,v16.4s
1093 .inst 0x5e0760c4 //sha256su1 v4.16b,v6.16b,v7.16b
1096 .inst 0x5e2828c5 //sha256su0 v5.16b,v6.16b
1098 .inst 0x5e114020 //sha256h v0.16b,v1.16b,v17.4s
1099 .inst 0x5e115041 //sha256h2 v1.16b,v2.16b,v17.4s
1100 .inst
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchannv50.c75 nvkm_wr32(device, 0x0032fc, chan->base.inst->addr >> 12); in nv50_fifo_chan_engine_fini()
252 ret = nvkm_gpuobj_new(device, 0x0200, 0x1000, true, chan->base.inst, in nv50_fifo_chan_ctor()
257 ret = nvkm_gpuobj_new(device, 0x1200, 0, true, chan->base.inst, in nv50_fifo_chan_ctor()
262 ret = nvkm_gpuobj_new(device, 0x4000, 0, false, chan->base.inst, in nv50_fifo_chan_ctor()
267 return nvkm_ramht_new(device, 0x8000, 16, chan->base.inst, &chan->ramht); in nv50_fifo_chan_ctor()
H A Dbase.c77 nvkm_fifo_chan_inst_locked(struct nvkm_fifo *fifo, u64 inst) in nvkm_fifo_chan_inst_locked() argument
81 if (chan->inst->addr == inst) { in nvkm_fifo_chan_inst_locked()
91 nvkm_fifo_chan_inst(struct nvkm_fifo *fifo, u64 inst, unsigned long *rflags) in nvkm_fifo_chan_inst() argument
96 if ((chan = nvkm_fifo_chan_inst_locked(fifo, inst))) { in nvkm_fifo_chan_inst()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv31.c129 u32 inst = data << 4; in nv31_mpeg_mthd_dma() local
130 u32 dma0 = nvkm_rd32(device, 0x700000 + inst); in nv31_mpeg_mthd_dma()
131 u32 dma1 = nvkm_rd32(device, 0x700004 + inst); in nv31_mpeg_mthd_dma()
132 u32 dma2 = nvkm_rd32(device, 0x700008 + inst); in nv31_mpeg_mthd_dma()
138 nvkm_error(subdev, "inst %08x dma0 %08x dma1 %08x dma2 %08x\n", in nv31_mpeg_mthd_dma()
139 inst, dma0, dma1, dma2); in nv31_mpeg_mthd_dma()
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H A Dvpu_rpc.c251 struct vpu_iface_ops *vpu_inst_get_iface(struct vpu_inst *inst) in vpu_inst_get_iface() argument
253 if (inst->core) in vpu_inst_get_iface()
254 return vpu_core_get_iface(inst->core); in vpu_inst_get_iface()
256 return vpu_get_iface(inst->vpu, inst->type); in vpu_inst_get_iface()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgm200.c173 nvkm_mc_enable(device, falcon->owner->type, falcon->owner->inst); in gm200_flcn_enable()
205 nvkm_mc_disable(device, falcon->owner->type, falcon->owner->inst); in gm200_flcn_disable()
254 if (fw->inst) { in gm200_flcn_fw_load()
257 switch (nvkm_memory_target(fw->inst)) { in gm200_flcn_fw_load()
266 falcon->func->bind_inst(falcon, target, nvkm_memory_addr(fw->inst)); in gm200_flcn_fw_load()
/third_party/spirv-tools/test/fuzz/
H A Davailable_instructions_test.cpp219 [](opt::IRContext* ir_context, opt::Instruction* inst) -> bool { in TEST()
220 return inst->type_id() != 0 && ir_context->get_type_mgr() in TEST()
221 ->GetType(inst->type_id()) in TEST()
250 context.get(), [](opt::IRContext*, opt::Instruction* inst) -> bool { in TEST()
251 return inst->opcode() == spv::Op::OpIAdd; in TEST()

Completed in 16 milliseconds

1...<<61626364656667686970>>...126