| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_pipe.c | 62 fd_pipe_get_param(pipe, FD_GPU_ID, &val); 87 drm_public int fd_pipe_get_param(struct fd_pipe *pipe, function in typeref:typename:drm_public int
|
| H A D | freedreno_drmif.h | 109 int fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param,
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_pipe.c | 60 fd_pipe_get_param(pipe, FD_GPU_ID, &val); 85 int fd_pipe_get_param(struct fd_pipe *pipe, function in typeref:typename:int
|
| H A D | freedreno_drmif.h | 107 int fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_pipe.c | 60 fd_pipe_get_param(pipe, FD_GPU_ID, &val); 63 fd_pipe_get_param(pipe, FD_CHIP_ID, &val); 162 fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) function in typeref:typename:int
|
| H A D | freedreno_drmif.h | 150 int fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_screen.c | 130 fd_pipe_get_param(screen->pipe, FD_TIMESTAMP, &n); 786 if (fd_pipe_get_param(screen->pipe, FD_GMEM_SIZE, &val)) { 793 fd_pipe_get_param(screen->pipe, FD_GMEM_BASE, &screen->gmem_base); 796 if (fd_pipe_get_param(screen->pipe, FD_DEVICE_ID, &val)) { 802 if (fd_pipe_get_param(screen->pipe, FD_MAX_FREQ, &val)) { 810 if (fd_pipe_get_param(screen->pipe, FD_TIMESTAMP, &val) == 0) 814 if (fd_pipe_get_param(screen->pipe, FD_GPU_ID, &val)) { 820 if (fd_pipe_get_param(screen->pipe, FD_CHIP_ID, &val)) { 832 if (fd_pipe_get_param(screen->pipe, FD_NR_RINGS, &val)) { 841 (fd_pipe_get_param(scree [all...] |
| H A D | freedreno_context.c | 226 int ret = fd_pipe_get_param(ctx->pipe, param, &val);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_screen.c | 133 fd_pipe_get_param(screen->pipe, FD_TIMESTAMP, &n); 963 if (fd_pipe_get_param(screen->pipe, FD_GMEM_SIZE, &val)) { 970 fd_pipe_get_param(screen->pipe, FD_GMEM_BASE, &screen->gmem_base); 973 if (fd_pipe_get_param(screen->pipe, FD_MAX_FREQ, &val)) { 981 if (fd_pipe_get_param(screen->pipe, FD_TIMESTAMP, &val) == 0) 987 if (fd_pipe_get_param(screen->pipe, FD_GPU_ID, &val)) { 993 if (fd_pipe_get_param(screen->pipe, FD_CHIP_ID, &val)) { 1006 if (fd_pipe_get_param(screen->pipe, FD_NR_RINGS, &val)) {
|
| H A D | freedreno_perfetto.cc | 262 if (fd_pipe_get_param(ctx->pipe, FD_TIMESTAMP, &gpu_ts)) {
|
| H A D | freedreno_context.c | 420 int ret = fd_pipe_get_param(ctx->pipe, param, &val);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ds/ |
| H A D | fd_pps_driver.cc | 139 if (fd_pipe_get_param(pipe, FD_MAX_FREQ, &val)) { 145 if (fd_pipe_get_param(pipe, FD_SUSPEND_COUNT, &val)) { 215 fd_pipe_get_param(pipe, FD_SUSPEND_COUNT, &val);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/ |
| H A D | fdperf.c | 131 ret = fd_pipe_get_param(dev.pipe, FD_CHIP_ID, &val); 146 ret = fd_pipe_get_param(dev.pipe, FD_MAX_FREQ, &val);
|