/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/ |
H A D | ga102.c | 57 ga102_nvdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in ga102_nvdec_new() argument
|
H A D | gm107.c | 54 gm107_nvdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm107_nvdec_new() argument
|
H A D | base.c | 39 nvkm_nvdec_new_(const struct nvkm_nvdec_fwif *fwif, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, u32 addr, struct nvkm_nvdec **pnvdec) nvkm_nvdec_new_() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/ |
H A D | base.c | 40 nvkm_nvenc_new_(const struct nvkm_nvenc_fwif *fwif, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_nvenc **pnvenc) nvkm_nvenc_new_() argument
|
H A D | gm107.c | 48 gm107_nvenc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm107_nvenc_new() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
H A D | nv10.c | 65 nv10_sw_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sw **psw) in nv10_sw_new() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | nv10.c | 109 nv10_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv10_devinit_new() argument
|
H A D | nv20.c | 75 nv20_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv20_devinit_new() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | gk104.c | 87 gk104_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gk104_fb_new() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
H A D | nv40.c | 62 nv40_pci_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv40_pci_new() argument
|
H A D | nv04.c | 55 nv04_pci_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv04_pci_new() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
H A D | gm20b.c | 67 gm20b_volt_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm20b_volt_new() argument
|
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | trace.h | 17 struct tracefs_instance *inst; member
|
/kernel/linux/linux-6.6/tools/verification/rv/src/ |
H A D | trace.c | 30 static void destroy_instance(struct tracefs_instance *inst) in destroy_instance() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | trampoline_count.c | 5 struct inst { struct 10 static struct bpf_program *load_prog(char *file, char *name, struct inst *inst) in load_prog() argument 41 struct inst *inst; in serial_test_trampoline_count() local [all...] |
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_opt_copy_propagate.c | 38 is_copy_mov(struct qinst *inst) in is_copy_mov() argument 101 vir_has_unpack(struct qinst *inst, int chan) vir_has_unpack() argument 119 try_copy_prop(struct v3d_compile *c, struct qinst *inst, struct qinst **movs) try_copy_prop() argument 210 apply_kills(struct v3d_compile *c, struct qinst **movs, struct qinst *inst) apply_kills() argument [all...] |
H A D | vir_opt_constant_alu.c | 63 opt_constant_add(struct v3d_compile *c, struct qinst *inst, union fi *values) in opt_constant_add() argument 103 try_opt_constant_alu(struct v3d_compile *c, struct qinst *inst) in try_opt_constant_alu() argument [all...] |
H A D | vir_opt_redundant_flags.c | 36 vir_dce_pf(struct v3d_compile *c, struct qinst *inst) in vir_dce_pf() argument [all...] |
/third_party/mesa3d/src/broadcom/qpu/tests/ |
H A D | qpu_disasm.c | 34 uint64_t inst; member
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_vertex_id.cpp | 113 ir_instruction *const inst = in visit() local
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_opt_copy_propagation.c | 38 is_copy_mov(struct qinst *inst) in is_copy_mov() argument 65 try_copy_prop(struct vc4_compile *c, struct qinst *inst, struct qinst **movs) try_copy_prop() argument 157 apply_kills(struct vc4_compile *c, struct qinst **movs, struct qinst *inst) apply_kills() argument [all...] |
H A D | vc4_opt_dead_code.c | 43 dce(struct vc4_compile *c, struct qinst *inst) in dce() argument 55 has_nonremovable_reads(struct vc4_compile *c, struct qinst *inst) in has_nonremovable_reads() argument [all...] |
H A D | vc4_opt_constant_folding.c | 37 dump_from(struct vc4_compile *c, struct qinst *inst) in dump_from() argument 48 dump_to(struct vc4_compile *c, struct qinst *inst) in dump_to() argument 59 constant_fold(struct vc4_compile *c, struct qinst *inst) in constant_fold() argument [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_cmod_propagation.cpp | 54 cmod_propagate_cmp_to_add(const intel_device_info *devinfo, bblock_t *block, fs_inst *inst) cmod_propagate_cmp_to_add() argument 170 cmod_propagate_not(const intel_device_info *devinfo, bblock_t *block, fs_inst *inst) cmod_propagate_not() argument [all...] |
H A D | brw_fs_dead_code_eliminate.cpp | 43 can_eliminate(const intel_device_info *devinfo, const fs_inst *inst, in can_eliminate() argument 56 can_omit_write(const fs_inst *inst) in can_omit_write() argument [all...] |