Home
last modified time | relevance | path

Searched defs:inst (Results 301 - 325 of 1788) sorted by relevance

1...<<11121314151617181920>>...72

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/
H A Dga102.c57 ga102_nvdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in ga102_nvdec_new() argument
H A Dgm107.c54 gm107_nvdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm107_nvdec_new() argument
H A Dbase.c39 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 Dbase.c40 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 Dgm107.c48 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 Dnv10.c65 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 Dnv10.c109 nv10_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv10_devinit_new() argument
H A Dnv20.c75 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 Dgk104.c87 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 Dnv40.c62 nv40_pci_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv40_pci_new() argument
H A Dnv04.c55 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 Dgm20b.c67 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 Dtrace.h17 struct tracefs_instance *inst; member
/kernel/linux/linux-6.6/tools/verification/rv/src/
H A Dtrace.c30 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 Dtrampoline_count.c5 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 Dvir_opt_copy_propagate.c38 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 Dvir_opt_constant_alu.c63 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 Dvir_opt_redundant_flags.c36 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 Dqpu_disasm.c34 uint64_t inst; member
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_vertex_id.cpp113 ir_instruction *const inst = in visit() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_copy_propagation.c38 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 Dvc4_opt_dead_code.c43 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 Dvc4_opt_constant_folding.c37 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 Dbrw_fs_cmod_propagation.cpp54 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 Dbrw_fs_dead_code_eliminate.cpp43 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...]

Completed in 9 milliseconds

1...<<11121314151617181920>>...72