Home
last modified time | relevance | path

Searched defs:ty2 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c171 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string() local
/third_party/libabigail/src/
Dabg-ir.cc26056 const pointer_type_def* ty2 = is_pointer_type(second); in types_have_similar_structure() local
26065 const reference_type_def* ty2 = is_reference_type(second); in types_have_similar_structure() local
26075 const type_decl* ty2 = is_type_decl(second); in types_have_similar_structure() local
26085 const enum_type_decl* ty2 = is_enum_type(second); in types_have_similar_structure() local
26096 const class_decl* ty2 = is_class_type(second); in types_have_similar_structure() local
26129 const union_decl* ty2 = is_union_type(second); in types_have_similar_structure() local
26142 const array_type_def* ty2 = is_array_type(second); in types_have_similar_structure() local
26156 const array_type_def::subrange_type *ty2 = is_subrange_type(second); in types_have_similar_structure() local
26170 const function_type* ty2 = is_function_type(second); in types_have_similar_structure() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c1465 uint32_t ty2 = MIN2(ty1 + tiling->pipe0.height, tiling->tile_count.height); in tu_cmd_render_tiles() local