Searched defs:r300_capabilities (Results 1 – 1 of 1) sorted by relevance
28 struct r300_capabilities { struct30 int family;32 unsigned num_vert_fpus;34 unsigned num_tex_units;36 bool has_tcl;38 int hiz_ram;40 int zmask_ram;42 bool has_cmask;44 enum r300_zmask_compression z_compress;51 bool is_rv350;[all …]