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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 274 uint32_t begin_index, end_index; local
281 begin_index = 13 * NUM_PTS_IN_REGION;
282 end_index = begin_index + 12 * NUM_PTS_IN_REGION;
284 for (i = 0; i <= begin_index; i++)
1027 uint32_t begin_index, end_index; local
1038 begin_index = 13 * NUM_PTS_IN_REGION;
1039 end_index = begin_index + 12 * NUM_PTS_IN_REGION;
1041 while (i != begin_index) {
amdgpu_color_gamma.c 274 uint32_t begin_index, end_index; local
281 begin_index = 13 * NUM_PTS_IN_REGION;
282 end_index = begin_index + 12 * NUM_PTS_IN_REGION;
284 for (i = 0; i <= begin_index; i++)
1027 uint32_t begin_index, end_index; local
1038 begin_index = 13 * NUM_PTS_IN_REGION;
1039 end_index = begin_index + 12 * NUM_PTS_IN_REGION;
1041 while (i != begin_index) {

Completed in 28 milliseconds