Searched refs:fd_dev_id (Results 1 – 24 of 24) sorted by relevance
/third_party/mesa3d/src/freedreno/common/ |
D | freedreno_dev_info.h | 157 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);
|
D | freedreno_dev_info.c | 32 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()
|
D | freedreno_uuid.h | 27 struct fd_dev_id; 30 void fd_get_device_uuid(void *uuid, const struct fd_dev_id *id);
|
D | freedreno_uuid.c | 61 fd_get_device_uuid(void *uuid, const struct fd_dev_id *id) in fd_get_device_uuid()
|
/third_party/mesa3d/src/freedreno/computerator/ |
D | main.h | 83 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);
|
D | main.c | 170 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()
|
D | a4xx.c | 334 a4xx_init(struct fd_device *dev, const struct fd_dev_id *dev_id) in a4xx_init()
|
D | a6xx.c | 529 a6xx_init(struct fd_device *dev, const struct fd_dev_id *dev_id) in a6xx_init()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler.h | 43 const struct fd_dev_id *dev_id; 225 const struct fd_dev_id *dev_id,
|
D | ir3_compiler.c | 152 ir3_compiler_create(struct fd_device *dev, const struct fd_dev_id *dev_id, in ir3_compiler_create()
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
D | freedreno_perfcntr.c | 41 fd_perfcntrs(const struct fd_dev_id *id, unsigned *count) in fd_perfcntrs()
|
D | freedreno_perfcntr.h | 100 const struct fd_perfcntr_group *fd_perfcntrs(const struct fd_dev_id *id, unsigned *count);
|
D | fdperf.c | 932 struct fd_dev_id dev_id = { in main()
|
/third_party/mesa3d/src/freedreno/ds/ |
D | fd_pps_driver.h | 37 const struct fd_dev_id *dev_id;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_screen.h | 84 const struct fd_dev_id *dev_id;
|
D | gmemtool.c | 162 struct fd_dev_id dev_id = { in main()
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_pipe.c | 173 const struct fd_dev_id *
|
D | freedreno_drmif.h | 157 const struct fd_dev_id * fd_pipe_dev_id(struct fd_pipe *pipe);
|
D | freedreno_priv.h | 226 struct fd_dev_id dev_id;
|
/third_party/mesa3d/src/freedreno/ir3/tests/ |
D | delay.c | 154 struct fd_dev_id dev_id = { in main()
|
D | disasm.c | 442 struct fd_dev_id dev_ids[ARRAY_SIZE(compilers)]; in main()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.h | 110 struct fd_dev_id dev_id;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cmdline.c | 371 struct fd_dev_id dev_id = { in main()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 3644 - freedreno/all: Introduce fd_dev_id
|