Searched defs:ty2 (Results 1 – 4 of 4) sorted by relevance
| /external/mesa3d/src/compiler/nir/ |
| D | nir_opcodes.py | 572 def binop_compare(name, ty, alg_props, const_expr, description = "", ty2=None): argument 575 def binop_compare8(name, ty, alg_props, const_expr, description = "", ty2=None): argument 578 def binop_compare16(name, ty, alg_props, const_expr, description = "", ty2=None): argument 581 def binop_compare32(name, ty, alg_props, const_expr, description = "", ty2=None): argument 584 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.c | 1284 uint32_t ty2 = MIN2(ty1 + fb->pipe0.height, fb->tile_count.height); in tu_cmd_render_tiles() local
|
| D | tu_cmd_buffer.cc | 1940 uint32_t ty2 = MIN2(ty1 + tiling->pipe0.height, tiling->tile_count.height); in tu_cmd_render_tiles() local
|