Searched refs:x_pos (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Ddmabuf.h46 __u32 x_pos; /* horizontal position of cursor plane */ member in struct:intel_vgpu_fb_info
H A Dfb_decoder.h129 u32 x_pos; /* in pixels */ member in struct:intel_vgpu_sprite_plane_format
145 u32 x_pos; /* in pixels */ member in struct:intel_vgpu_cursor_plane_format
H A Ddmabuf.c320 info->x_pos = c.x_pos;
417 gvt_dmabuf->x_pos = fb_info->x_pos;
H A Dfb_decoder.c387 plane->x_pos = (val & _CURSOR_POS_X_MASK) >> _CURSOR_POS_X_SHIFT;
502 plane->x_pos = (val & _SPRITE_POS_X_MASK) >> _SPRITE_POS_X_SHIFT;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-regs.c400 int x_pos; local
403 x_pos = 1;
405 x_pos = half_width - strlen (prompt);
406 mvwaddstr (handle.get (), (height / 2), x_pos, (char *) prompt);
H A Dtui-winsource.c229 int x_pos; local
239 x_pos = 1;
241 x_pos = half_width - strlen (str);
244 x_pos,
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-winsource.c212 int x_pos; local
222 x_pos = 1;
224 x_pos = half_width - strlen (str);
227 x_pos,
H A Dtui-regs.c410 int x_pos; local
413 x_pos = 1;
415 x_pos = half_width - strlen (prompt);
416 mvwaddstr (handle.get (), (height / 2), x_pos, (char *) prompt);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_hw_sequencer.c2965 int x_pos = pos_cpy.x; local
2969 x_pos = (x_pos - x_plane) * pipe_ctx->plane_state->src_rect.width /
2974 if (x_pos < 0) {
2975 pos_cpy.x_hotspot -= x_pos;
2976 x_pos = 0;
2984 pos_cpy.x = (uint32_t)x_pos;
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dpfpsp.s13823 bge.b x_pos # if pos, don't set bit 0
13825 x_pos: label
H A Dfpsp.s23862 bge.b x_pos # if pos, don't set bit 0
23864 x_pos: label

Completed in 274 milliseconds