Home
last modified time | relevance | path

Searched refs:fd_dev_id (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/freedreno/common/
Dfreedreno_dev_info.h157 struct fd_dev_id { struct
169 fd_dev_gpu_id(const struct fd_dev_id *id) in fd_dev_gpu_id() argument
182 fd_dev_gen(const struct fd_dev_id *id) in fd_dev_gen()
188 fd_dev_64b(const struct fd_dev_id *id) in fd_dev_64b()
204 const struct fd_dev_info * fd_dev_info(const struct fd_dev_id *id);
205 const char * fd_dev_name(const struct fd_dev_id *id);
Dfreedreno_dev_info.c32 struct fd_dev_id id;
43 dev_id_compare(const struct fd_dev_id *ref, const struct fd_dev_id *id) in dev_id_compare()
84 fd_dev_info(const struct fd_dev_id *id) in fd_dev_info()
95 fd_dev_name(const struct fd_dev_id *id) in fd_dev_name()
Dfreedreno_uuid.h27 struct fd_dev_id;
30 void fd_get_device_uuid(void *uuid, const struct fd_dev_id *id);
Dfreedreno_uuid.c61 fd_get_device_uuid(void *uuid, const struct fd_dev_id *id) in fd_get_device_uuid()
/third_party/mesa3d/src/freedreno/computerator/
Dmain.h83 struct backend *a4xx_init(struct fd_device *dev, const struct fd_dev_id *dev_id);
84 struct backend *a6xx_init(struct fd_device *dev, const struct fd_dev_id *dev_id);
Dmain.c170 parse_perfcntrs(const struct fd_dev_id *dev_id, const char *perfcntrstr, in parse_perfcntrs()
242 const struct fd_dev_id *dev_id = fd_pipe_dev_id(pipe); in main()
Da4xx.c334 a4xx_init(struct fd_device *dev, const struct fd_dev_id *dev_id) in a4xx_init()
Da6xx.c529 a6xx_init(struct fd_device *dev, const struct fd_dev_id *dev_id) in a6xx_init()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.h43 const struct fd_dev_id *dev_id;
225 const struct fd_dev_id *dev_id,
Dir3_compiler.c152 ir3_compiler_create(struct fd_device *dev, const struct fd_dev_id *dev_id, in ir3_compiler_create()
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfreedreno_perfcntr.c41 fd_perfcntrs(const struct fd_dev_id *id, unsigned *count) in fd_perfcntrs()
Dfreedreno_perfcntr.h100 const struct fd_perfcntr_group *fd_perfcntrs(const struct fd_dev_id *id, unsigned *count);
Dfdperf.c932 struct fd_dev_id dev_id = { in main()
/third_party/mesa3d/src/freedreno/ds/
Dfd_pps_driver.h37 const struct fd_dev_id *dev_id;
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.h84 const struct fd_dev_id *dev_id;
Dgmemtool.c162 struct fd_dev_id dev_id = { in main()
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_pipe.c173 const struct fd_dev_id *
Dfreedreno_drmif.h157 const struct fd_dev_id * fd_pipe_dev_id(struct fd_pipe *pipe);
Dfreedreno_priv.h226 struct fd_dev_id dev_id;
/third_party/mesa3d/src/freedreno/ir3/tests/
Ddelay.c154 struct fd_dev_id dev_id = { in main()
Ddisasm.c442 struct fd_dev_id dev_ids[ARRAY_SIZE(compilers)]; in main()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.h110 struct fd_dev_id dev_id;
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c371 struct fd_dev_id dev_id = { in main()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst3644 - freedreno/all: Introduce fd_dev_id