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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_dpp.c 227 uint32_t re_mode = 0; local
231 re_mode = 0;
234 re_mode = 1;
237 re_mode = 2;
240 re_mode = dpp->is_write_to_ram_a_safe ? 4 : 3;
256 re_mode = dpp->is_write_to_ram_a_safe ? 3 : 4;
262 REG_SET(CM_RGAM_CONTROL, 0, CM_RGAM_LUT_MODE, re_mode);
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 10619 REAL_VALUE_TYPE re_mode, im_mode;
10621 real_convert (&re_mode, TYPE_MODE (TREE_TYPE (type)), &re);
10625 || (real_identical (&re_mode, &re)
10627 return build_complex (type, build_real (TREE_TYPE (type), re_mode),
10616 REAL_VALUE_TYPE re_mode, im_mode; local

Completed in 30 milliseconds