OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:critical_point2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r100.c
3230
int critical_point = 0,
critical_point2
;
local
3599
critical_point2
= 0;
3619
critical_point2
= dfixed_trunc(crit_point_ff);
3622
critical_point2
= 0;
3625
if (max_stop_req -
critical_point2
< 4)
3626
critical_point2
= 0;
3630
if (
critical_point2
== 0 && rdev->family == CHIP_R300) {
3632
critical_point2
= 0x10;
3636
(
critical_point2
<< RADEON_GRPH_CRITICAL_POINT_SHIFT)));
3646
(
critical_point2
<< RS400_DISP1_START_REQ_LEVEL_SHIFT)
[
all
...]
radeon_r100.c
3230
int critical_point = 0,
critical_point2
;
local
3599
critical_point2
= 0;
3619
critical_point2
= dfixed_trunc(crit_point_ff);
3622
critical_point2
= 0;
3625
if (max_stop_req -
critical_point2
< 4)
3626
critical_point2
= 0;
3630
if (
critical_point2
== 0 && rdev->family == CHIP_R300) {
3632
critical_point2
= 0x10;
3636
(
critical_point2
<< RADEON_GRPH_CRITICAL_POINT_SHIFT)));
3646
(
critical_point2
<< RS400_DISP1_START_REQ_LEVEL_SHIFT)
[
all
...]
Completed in 37 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026