Home
last modified time | relevance | path

Searched refs:ty2 (Results 1 – 6 of 6) sorted by relevance

/third_party/pixman/test/
Daffine-bench.c76 pixman_fixed_48_16_t tx1, ty1, tx2, ty2; in compute_transformed_extents() local
96 tx2 = ty2 = INT64_MIN; in compute_transformed_extents()
119 if (ty > ty2) in compute_transformed_extents()
120 ty2 = ty; in compute_transformed_extents()
126 transformed->y2 = ty2; in compute_transformed_extents()
/third_party/pixman/pixman/
Dpixman.c343 pixman_fixed_48_16_t tx1, ty1, tx2, ty2; in compute_transformed_extents() local
363 tx2 = ty2 = INT64_MIN; in compute_transformed_extents()
386 if (ty > ty2) in compute_transformed_extents()
387 ty2 = ty; in compute_transformed_extents()
393 transformed->y2 = ty2; in compute_transformed_extents()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLEyes.cpp54 float tx1, float tx2, float ty1, float ty2) in SetTransform() argument
58 t->my = ((float) xy2 - xy1) / (ty2 - ty1); in SetTransform()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c171 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string() local
189 vertices[num++] = (float) ty2; in hud_draw_string()
194 vertices[num++] = (float) ty2; in hud_draw_string()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME_P9.txt404 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx>
420 <result> = extractelement <n x <ty>> <val>, <ty2> <idx>
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c1347 uint32_t ty2 = MIN2(ty1 + fb->pipe0.height, fb->tile_count.height); in tu_cmd_render_tiles() local
1349 for (uint32_t ty = ty1; ty < ty2; ty++) { in tu_cmd_render_tiles()