Searched defs:etna_specs (Results 1 – 2 of 2) sorted by relevance
62 struct etna_specs { struct64 unsigned can_supertile : 1;66 unsigned vs_need_z_div : 1;68 unsigned has_sin_cos_sqrt : 1;70 unsigned has_sign_floor_ceil : 1;72 unsigned has_shader_range_registers : 1;74 unsigned has_new_sin_cos : 1;76 unsigned npot_tex_any_wrap;78 unsigned bits_per_tile;80 uint32_t ts_clear_value;[all …]
52 struct etna_specs { struct53 uint32_t model;54 uint32_t revision;55 uint32_t features[VIV_FEATURES_WORD_COUNT];56 uint32_t stream_count;57 uint32_t register_max;58 uint32_t thread_count;59 uint32_t shader_core_count;60 uint32_t vertex_cache_size;61 uint32_t vertex_output_buffer_size;[all …]