Searched refs:pos_y (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xterm/dist/vttests/
H A Dxtra-scroll.pl56 our $pos_y = 0; # current cursor-X, absolute
117 my $y = $pos_y;
132 $pos_y = 0;
257 my $save_y = $pos_y;
286 $pos_y = $save_y;
339 $pos_y = $term_high - 2;
482 $pos_y = &next_y( $pos_y + 1 );
486 $pos_y = &next_y( $pos_y
[all...]
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dpsaux.h532 * pos_y ::
573 FT_Pos* pos_y; member in struct:PS_Builder_
799 * pos_y ::
837 FT_Pos pos_y; member in struct:T1_BuilderRec_
1073 * pos_y ::
1117 FT_Pos pos_y; member in struct:CFF_Builder_
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dcffdecode.c333 builder->pos_y = ady;
359 builder->pos_y = 0;
542 y = builder->pos_y;
2001 y = decoder->builder.pos_y;
2019 y = ADD_LONG( decoder->builder.pos_y, args[1] );
2031 y = ADD_LONG( decoder->builder.pos_y, args[1] );
H A Dt1decode.c395 decoder->builder.pos_y = ady;
414 decoder->builder.pos_y = 0;
498 y = orig_y = builder->pos_y;
1236 orig_y = y = builder->pos_y;
1273 y = ADD_LONG( builder->pos_y, top[1] );
H A Dpsobjs.c1605 builder->pos_y = 0;
1880 builder->pos_y = 0;
2137 ps_builder->pos_y = &t1builder->pos_y;
2162 ps_builder->pos_y = &cffbuilder->pos_y;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_blit2d.c530 nir_ssa_def *pos_y = nir_channel(b, tex_pos, 1); local in function:build_nir_buffer_fetch
531 pos_y = nir_imul(b, pos_y, width);
532 pos_x = nir_iadd(b, pos_x, pos_y);
H A Dradv_meta_bufimage.c80 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); local in function:build_nir_itob_compute_shader
82 nir_ssa_def *tmp = nir_imul(&b, pos_y, stride);
243 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); local in function:build_nir_btoi_compute_shader
245 nir_ssa_def *buf_coord = nir_imul(&b, pos_y, stride);
423 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); local in function:build_nir_btoi_r32g32b32_compute_shader
425 nir_ssa_def *buf_coord = nir_imul(&b, pos_y, stride);
H A Dradv_cmd_buffer.c875 int32_t pos_y = sample_locs[i].y; local in function:radv_compute_sample_locs_pixel
881 sample_locs_pixel[sample_reg_idx] |= (pos_y & 0xf) << shift_y;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_blit2d.c565 nir_ssa_def *pos_y = nir_channel(b, tex_pos, 1); local in function:build_nir_buffer_fetch
566 pos_y = nir_imul(b, pos_y, &width->dest.ssa);
567 pos_x = nir_iadd(b, pos_x, pos_y);
H A Dradv_meta_bufimage.c110 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); local in function:build_nir_itob_compute_shader
112 nir_ssa_def *tmp = nir_imul(&b, pos_y, &stride->dest.ssa);
318 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); local in function:build_nir_btoi_compute_shader
320 nir_ssa_def *tmp = nir_imul(&b, pos_y, &stride->dest.ssa);
548 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); local in function:build_nir_btoi_r32g32b32_compute_shader
550 nir_ssa_def *tmp = nir_imul(&b, pos_y, &stride->dest.ssa);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1146 LLVMValueRef pos_x, pos_y, pos_z, pos_w; local in function:generate_clipmask
1180 pos_y = LLVMBuildLoad(builder, outputs[pos][1], ""); /*y0 y1 .. yn */
1191 cv_y = pos_y;
1220 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, pos_y, pos_w);
1226 test = LLVMBuildFAdd(builder, pos_y, pos_w, "");
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.c469 int pos_y);
2462 int overscan_x, int overscan_y, int pos_x, int pos_y)
2534 g_specs.v_sync = g_specs.v_total - v_offset + pos_y;
2460 config_overscan_xy(unsigned long tv_std,unsigned long vga_mode,int overscan_x,int overscan_y,int pos_x,int pos_y) argument
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.c325 int pos_y);
2236 int overscan_x, int overscan_y, int pos_x, int pos_y)
2304 g_specs.v_sync = g_specs.v_total - v_offset + pos_y;
2234 config_overscan_xy(unsigned long tv_std,unsigned long vga_mode,int overscan_x,int overscan_y,int pos_x,int pos_y) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1518 LLVMValueRef pos_x, pos_y, pos_z, pos_w; local in function:generate_clipmask
1552 pos_y = LLVMBuildLoad(builder, outputs[pos][1], ""); /*y0 y1 .. yn */
1563 cv_y = pos_y;
1592 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, pos_y, pos_w);
1598 test = LLVMBuildFAdd(builder, pos_y, pos_w, "");
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp2186 static void SetCursorPosYAndSetupDummyPrevLine(float pos_y, float line_height) argument
2191 ImGui::SetCursorPosY(pos_y);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp2186 static void SetCursorPosYAndSetupDummyPrevLine(float pos_y, float line_height) argument
2191 ImGui::SetCursorPosY(pos_y);

Completed in 117 milliseconds