HomeSort by: relevance | last modified time | path
    Searched defs:in_rect (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_mem_input.c 401 const struct rect *in_rect = &plane_size->surface_size; local in function:program_size_and_rotation
411 hw_rect.x = in_rect->y;
412 hw_rect.y = in_rect->x;
414 hw_rect.height = in_rect->width;
415 hw_rect.width = in_rect->height;

Completed in 14 milliseconds