Searched refs:width_elements (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_state.c1056 unsigned width_elements; local in function:evergreen_set_color_surface_buffer
1058 width_elements = last_element - first_element + 1;
1101 color->dim = width_elements - 1;
1102 color->slice = 0; /* (width_elements / 64) - 1;*/
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_state.c1062 unsigned width_elements; local in function:evergreen_set_color_surface_buffer
1064 width_elements = last_element - first_element + 1;
1107 color->dim = width_elements - 1;
1108 color->slice = 0; /* (width_elements / 64) - 1;*/

Completed in 14 milliseconds