Home
last modified time | relevance | path

Searched defs:qmd (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/nouveau/vulkan/
Dnvk_cmd_dispatch.c44 #define QMD_DEF_SET(qmd, class_id, version_major, version_minor, a...) \ argument
46 #define QMD_VAL_SET(qmd, class_id, version_major, version_minor, a...) \ argument
116 #define nvk_qmd_init_base(qmd, shader, class_id, version_major, version_minor) \ argument
137 nva0c0_qmd_init(uint32_t *qmd, const struct nvk_shader *shader) in nva0c0_qmd_init()
158 nvc0c0_qmd_init(uint32_t *qmd, const struct nvk_shader *shader) in nvc0c0_qmd_init()
171 nvc3c0_qmd_init(uint32_t *qmd, const struct nvk_shader *shader) in nvc3c0_qmd_init()
192 nvc6c0_qmd_init(uint32_t *qmd, const struct nvk_shader *shader) in nvc6c0_qmd_init()
214 uint32_t *qmd, const struct nvk_shader *shader) in nvk_qmd_init()
229 nva0c0_qmd_set_dispatch_size(UNUSED struct nvk_device *dev, uint32_t *qmd, in nva0c0_qmd_set_dispatch_size()
238 nvc0c0_qmd_set_dispatch_size(UNUSED struct nvk_device *dev, uint32_t *qmd, in nvc0c0_qmd_set_dispatch_size()
[all …]
Dnvk_compute_pipeline.c38 #define QMD_DEF_SET(qmd, class_id, version_major, version_minor, a...) \ argument
40 #define QMD_VAL_SET(qmd, class_id, version_major, version_minor, a...) \ argument
54 #define base_compute_setup_launch_desc_template(qmd, shader, class_id, version_major, version_minor… argument
75 nva0c0_compute_setup_launch_desc_template(uint32_t *qmd, in nva0c0_compute_setup_launch_desc_template()
97 nvc0c0_compute_setup_launch_desc_template(uint32_t *qmd, in nvc0c0_compute_setup_launch_desc_template()
111 nvc3c0_compute_setup_launch_desc_template(uint32_t *qmd, in nvc3c0_compute_setup_launch_desc_template()
133 nvc6c0_compute_setup_launch_desc_template(uint32_t *qmd, in nvc6c0_compute_setup_launch_desc_template()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnve4_compute.c531 gp100_cp_launch_desc_set_cb(uint32_t *qmd, unsigned index, in gp100_cp_launch_desc_set_cb()
547 nve4_cp_launch_desc_set_cb(uint32_t *qmd, unsigned index, struct nouveau_bo *bo, in nve4_cp_launch_desc_set_cb()
586 nve4_compute_setup_launch_desc(struct nvc0_context *nvc0, uint32_t *qmd, in nve4_compute_setup_launch_desc()
649 gp100_compute_setup_launch_desc(struct nvc0_context *nvc0, uint32_t *qmd, in gp100_compute_setup_launch_desc()
707 gv100_compute_setup_launch_desc(struct nvc0_context *nvc0, u32 *qmd, in gv100_compute_setup_launch_desc()
Dqmdc0c0.c30 NVC0C0QmdDump_V02_01(uint32_t *qmd) in NVC0C0QmdDump_V02_01()
Dqmdc3c0.c30 NVC3C0QmdDump_V02_02(uint32_t *qmd) in NVC3C0QmdDump_V02_02()
Dqmda0c0.c30 NVA0C0QmdDump_V00_06(uint32_t *qmd) in NVA0C0QmdDump_V00_06()