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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_framebuffer.c259 uint8_t new_locations[ local in function:util_sample_locations_flip_y
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i];
277 memcpy(locations, new_locations, grid_width * grid_height * samples);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_framebuffer.c259 uint8_t new_locations[ local in function:util_sample_locations_flip_y
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i];
277 memcpy(locations, new_locations, grid_width * grid_height * samples);

Completed in 2 milliseconds