HomeSort by: relevance | last modified time | path
    Searched refs:position2 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_optc.c 643 struct crtc_position position1, position2; local
646 optc->funcs->get_position(optc, &position2);
648 if (position1.horizontal_count == position2.horizontal_count &&
649 position1.vertical_count == position2.vertical_count)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_timing_generator.c 1407 struct crtc_position position1, position2; local
1410 tg->funcs->get_position(tg, &position2);
1412 if (position1.horizontal_count == position2.horizontal_count &&
1413 position1.vertical_count == position2.vertical_count)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2531 std::string::size_type position2 = Constraints.find("=A"); local
2532 if (position2 != std::string::npos) {
2533 Constraints.insert(position2 + 1, "&");

Completed in 29 milliseconds