Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py553 def binop_compare(name, ty, alg_props, const_expr, description = "", ty2=None): argument
556 def binop_compare8(name, ty, alg_props, const_expr, description = "", ty2=None): argument
559 def binop_compare16(name, ty, alg_props, const_expr, description = "", ty2=None): argument
562 def binop_compare32(name, ty, alg_props, const_expr, description = "", ty2=None): argument
565 def binop_compare_all_sizes(name, ty, alg_props, const_expr, description = "", ty2=None): argument
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c189 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string() local
/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.cc2338 uint32_t ty2 = MIN2(ty1 + tiling->pipe0.height, tiling->tile_count.height); in tu_cmd_render_tiles() local