Home
last modified time | relevance | path

Searched refs:hw_rect (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_mem_input.c500 hw_rect.x = in_rect->y; in program_size_and_rotation()
501 hw_rect.y = in_rect->x; in program_size_and_rotation()
503 hw_rect.height = in_rect->width; in program_size_and_rotation()
508 GRPH_X_START, hw_rect.x); in program_size_and_rotation()
511 GRPH_Y_START, hw_rect.y); in program_size_and_rotation()
514 GRPH_X_END, hw_rect.width); in program_size_and_rotation()
517 GRPH_Y_END, hw_rect.height); in program_size_and_rotation()
538 GRPH_X_START, hw_rect.x); in dce60_program_size()
541 GRPH_Y_START, hw_rect.y); in dce60_program_size()
544 GRPH_X_END, hw_rect.width); in dce60_program_size()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_mem_input.c500 hw_rect.x = in_rect->y; in program_size_and_rotation()
501 hw_rect.y = in_rect->x; in program_size_and_rotation()
503 hw_rect.height = in_rect->width; in program_size_and_rotation()
508 GRPH_X_START, hw_rect.x); in program_size_and_rotation()
511 GRPH_Y_START, hw_rect.y); in program_size_and_rotation()
514 GRPH_X_END, hw_rect.width); in program_size_and_rotation()
517 GRPH_Y_END, hw_rect.height); in program_size_and_rotation()
538 GRPH_X_START, hw_rect.x); in dce60_program_size()
541 GRPH_Y_START, hw_rect.y); in dce60_program_size()
544 GRPH_X_END, hw_rect.width); in dce60_program_size()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_mem_input.c500 hw_rect.x = in_rect->y; in program_size_and_rotation()
501 hw_rect.y = in_rect->x; in program_size_and_rotation()
503 hw_rect.height = in_rect->width; in program_size_and_rotation()
508 GRPH_X_START, hw_rect.x); in program_size_and_rotation()
511 GRPH_Y_START, hw_rect.y); in program_size_and_rotation()
514 GRPH_X_END, hw_rect.width); in program_size_and_rotation()
517 GRPH_Y_END, hw_rect.height); in program_size_and_rotation()
538 GRPH_X_START, hw_rect.x); in dce60_program_size()
541 GRPH_Y_START, hw_rect.y); in dce60_program_size()
544 GRPH_X_END, hw_rect.width); in dce60_program_size()
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/video/
H A DSDL_surface.c589 SDL_Rect hw_rect; in SDL_FillRect() local
591 hw_rect = *dstrect; in SDL_FillRect()
592 hw_rect.x += current_video->offset_x; in SDL_FillRect()
593 hw_rect.y += current_video->offset_y; in SDL_FillRect()
594 dstrect = &hw_rect; in SDL_FillRect()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/
H A DSDL_surface.c589 SDL_Rect hw_rect; in SDL_FillRect() local
591 hw_rect = *dstrect; in SDL_FillRect()
592 hw_rect.x += current_video->offset_x; in SDL_FillRect()
593 hw_rect.y += current_video->offset_y; in SDL_FillRect()
594 dstrect = &hw_rect; in SDL_FillRect()