Home
last modified time | relevance | path

Searched refs:new_locations (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_framebuffer.c259 uint8_t new_locations[ in util_sample_locations_flip_y() local
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()
277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocationList.h172 void StartRecordingNewLocations(BreakpointLocationCollection &new_locations);
DBreakpoint.h205 BreakpointLocationCollection &new_locations);
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationList.cpp292 BreakpointLocationCollection &new_locations) { in StartRecordingNewLocations() argument
295 m_new_location_recorder = &new_locations; in StartRecordingNewLocations()
DBreakpoint.cpp466 ModuleList &module_list, BreakpointLocationCollection &new_locations) { in ResolveBreakpointInModules() argument
467 m_locations.StartRecordingNewLocations(new_locations); in ResolveBreakpointInModules()