Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c169 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string() local
/external/libabigail/src/
Dabg-ir.cc25476 const pointer_type_def* ty2 = is_pointer_type(second); in types_have_similar_structure() local
25485 const reference_type_def* ty2 = is_reference_type(second); in types_have_similar_structure() local
25495 const type_decl* ty2 = is_type_decl(second); in types_have_similar_structure() local
25505 const enum_type_decl* ty2 = is_enum_type(second); in types_have_similar_structure() local
25516 const class_decl* ty2 = is_class_type(second); in types_have_similar_structure() local
25549 const union_decl* ty2 = is_union_type(second); in types_have_similar_structure() local
25562 const array_type_def* ty2 = is_array_type(second); in types_have_similar_structure() local
25576 const array_type_def::subrange_type *ty2 = is_subrange_type(second); in types_have_similar_structure() local
25590 const function_type* ty2 = is_function_type(second); in types_have_similar_structure() local
/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c1284 uint32_t ty2 = MIN2(ty1 + fb->pipe0.height, fb->tile_count.height); in tu_cmd_render_tiles() local