Searched defs:ty2 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 553 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/ |
D | hud_context.c | 189 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string() local
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.cc | 2338 uint32_t ty2 = MIN2(ty1 + tiling->pipe0.height, tiling->tile_count.height); in tu_cmd_render_tiles() local
|