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

  /src/sys/external/bsd/drm/dist/shared-core/
radeon_state.c 1017 int tileoffset, nrtilesx, nrtilesy, j; local in function:radeon_cp_dispatch_clear
1028 tileoffset =
1041 OUT_RING(tileoffset * 8);
1047 tileoffset += depthpixperline >> 6;
1053 tileoffset =
1069 OUT_RING(tileoffset * 16);
1075 tileoffset += depthpixperline >> 5;
1080 tileoffset =
1092 OUT_RING(tileoffset * 128);
1098 tileoffset += depthpixperline >> 6
    [all...]
radeon_state.c 1017 int tileoffset, nrtilesx, nrtilesy, j; local in function:radeon_cp_dispatch_clear
1028 tileoffset =
1041 OUT_RING(tileoffset * 8);
1047 tileoffset += depthpixperline >> 6;
1053 tileoffset =
1069 OUT_RING(tileoffset * 16);
1075 tileoffset += depthpixperline >> 5;
1080 tileoffset =
1092 OUT_RING(tileoffset * 128);
1098 tileoffset += depthpixperline >> 6
    [all...]

Completed in 83 milliseconds