Searched defs:ty2 (Results 1 – 3 of 3) sorted by relevance
171 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string() local
26056 const pointer_type_def* ty2 = is_pointer_type(second); in types_have_similar_structure() local26065 const reference_type_def* ty2 = is_reference_type(second); in types_have_similar_structure() local26075 const type_decl* ty2 = is_type_decl(second); in types_have_similar_structure() local26085 const enum_type_decl* ty2 = is_enum_type(second); in types_have_similar_structure() local26096 const class_decl* ty2 = is_class_type(second); in types_have_similar_structure() local26129 const union_decl* ty2 = is_union_type(second); in types_have_similar_structure() local26142 const array_type_def* ty2 = is_array_type(second); in types_have_similar_structure() local26156 const array_type_def::subrange_type *ty2 = is_subrange_type(second); in types_have_similar_structure() local26170 const function_type* ty2 = is_function_type(second); in types_have_similar_structure() local
1465 uint32_t ty2 = MIN2(ty1 + tiling->pipe0.height, tiling->tile_count.height); in tu_cmd_render_tiles() local