Lines Matching defs:DeviceInfo
2054 struct DeviceInfo { struct
2055 uint16_t lds_encoding_granule;
2056 uint16_t lds_alloc_granule;
2057 uint32_t lds_limit; /* in bytes */
2058 bool has_16bank_lds;
2059 uint16_t physical_sgprs;
2060 uint16_t physical_vgprs;
2061 uint16_t vgpr_limit;
2062 uint16_t sgpr_limit;
2063 uint16_t sgpr_alloc_granule;
2064 uint16_t vgpr_alloc_granule; /* must be power of two */
2065 unsigned max_wave64_per_simd;
2066 unsigned simd_per_cu;
2067 bool has_fast_fma32 = false;
2068 bool has_mac_legacy32 = false;
2092 DeviceInfo dev; argument