Searched refs:x_pos (Results 1 – 12 of 12) sorted by relevance
116 int x_pos; in tui_erase_data_content() local119 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()
221 int x_pos; in tui_erase_source_content() local237 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()
129 u32 x_pos; /* in pixels */ member145 u32 x_pos; /* in pixels */ member
44 __u32 x_pos; /* horizontal position of cursor plane */ member
305 info->x_pos = c.x_pos; in vgpu_get_plane_info()396 gvt_dmabuf->x_pos = fb_info->x_pos; in update_fb_info()
383 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()
439 int x_pos = pos->x - param->viewport.x; in dpp1_set_cursor_position() local443 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()
1182 int x_pos = pos->x - param->viewport.x; in hubp1_cursor_set_position() local1186 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()
3423 int x_pos = pos_cpy.x; in dcn10_set_cursor_position() local3451 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()
26 uint32_t x_pos: 16; member
976 int x_pos = pos->x - param->viewport.x; in hubp2_cursor_set_position() local980 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()
360 int x_pos, int y_pos) in tiled_offset() argument371 v = linear_x_y_to_ftiled_pos(x_pos, y_pos, stride, 32); in tiled_offset()