Home
last modified time | relevance | path

Searched defs:fd_dev_info (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/common/
Dfreedreno_dev_info.h40 struct fd_dev_info { struct
42 uint32_t tile_align_w, tile_align_h;
44 uint32_t gmem_align_w, gmem_align_h;
46 uint32_t tile_max_w, tile_max_h;
48 uint32_t num_vsc_pipes;
51 union {
56 union {
Dfreedreno_dev_info.c84 fd_dev_info(const struct fd_dev_id *id) in fd_dev_info() function