Home
last modified time | relevance | path

Searched refs:x_pos (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-windata.c116 int x_pos; in tui_erase_data_content() local
119 x_pos = 1; in tui_erase_data_content()
121 x_pos = half_width - strlen (prompt); in tui_erase_data_content()
124 x_pos, in tui_erase_data_content()
H A Dtui-winsource.c221 int x_pos; in tui_erase_source_content() local
237 x_pos = 1; in tui_erase_source_content()
239 x_pos = half_width - strlen (no_src_str); in tui_erase_source_content()
242 x_pos, in tui_erase_source_content()
/openbsd/sys/dev/pci/drm/i915/gvt/
H A Dfb_decoder.h129 u32 x_pos; /* in pixels */ member
145 u32 x_pos; /* in pixels */ member
H A Ddmabuf.h44 __u32 x_pos; /* horizontal position of cursor plane */ member
H A Ddmabuf.c305 info->x_pos = c.x_pos; in vgpu_get_plane_info()
396 gvt_dmabuf->x_pos = fb_info->x_pos; in update_fb_info()
H A Dfb_decoder.c383 plane->x_pos = (val & _CURSOR_POS_X_MASK) >> _CURSOR_POS_X_SHIFT; in intel_vgpu_decode_cursor_plane()
498 plane->x_pos = (val & _SPRITE_POS_X_MASK) >> _SPRITE_POS_X_SHIFT; in intel_vgpu_decode_sprite_plane()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c439 int x_pos = pos->x - param->viewport.x; in dpp1_set_cursor_position() local
443 int src_x_offset = x_pos - pos->x_hotspot; in dpp1_set_cursor_position()
456 src_x_offset = x_pos - (cursor_width - x_hotspot); in dpp1_set_cursor_position()
460 src_x_offset = x_pos - x_hotspot; in dpp1_set_cursor_position()
466 src_x_offset = x_pos - (cursor_width - x_hotspot); in dpp1_set_cursor_position()
H A Ddcn10_hubp.c1182 int x_pos = pos->x - param->viewport.x; in hubp1_cursor_set_position() local
1186 int src_x_offset = x_pos - pos->x_hotspot; in hubp1_cursor_set_position()
1212 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp1_cursor_set_position()
1216 src_x_offset = x_pos - x_hotspot; in hubp1_cursor_set_position()
1222 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp1_cursor_set_position()
H A Ddcn10_hw_sequencer.c3423 int x_pos = pos_cpy.x; in dcn10_set_cursor_position() local
3451 x_pos = (x_pos - x_plane) * pipe_ctx->plane_state->src_rect.height / in dcn10_set_cursor_position()
3456 x_pos = (x_pos - x_plane) * pipe_ctx->plane_state->src_rect.width / in dcn10_set_cursor_position()
3475 x_pos += pipe_ctx->plane_state->src_rect.x; in dcn10_set_cursor_position()
3484 if (x_pos < 0) { in dcn10_set_cursor_position()
3485 pos_cpy.x_hotspot -= x_pos; in dcn10_set_cursor_position()
3486 x_pos = 0; in dcn10_set_cursor_position()
3494 pos_cpy.x = (uint32_t)x_pos; in dcn10_set_cursor_position()
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dcursor_reg_cache.h26 uint32_t x_pos: 16; member
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c976 int x_pos = pos->x - param->viewport.x; in hubp2_cursor_set_position() local
980 int src_x_offset = x_pos - pos->x_hotspot; in hubp2_cursor_set_position()
1006 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp2_cursor_set_position()
1010 src_x_offset = x_pos - x_hotspot; in hubp2_cursor_set_position()
1016 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp2_cursor_set_position()
1063 hubp->pos.position.bits.x_pos = pos->x; in hubp2_cursor_set_position()
/openbsd/sys/dev/pci/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c360 int x_pos, int y_pos) in tiled_offset() argument
371 v = linear_x_y_to_ftiled_pos(x_pos, y_pos, stride, 32); in tiled_offset()