Home
last modified time | relevance | path

Searched refs:alloc_delta (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/tools/
Daubinator_viewer_urb.h37 const float alloc_delta = width / end_urb_offset; in DrawAllocation() local
48 ImVec2 alloc_tl(x + stages[s].start * alloc_delta, y); in DrawAllocation()
50 stages[s].n_entries * stages[s].size) * alloc_delta, in DrawAllocation()
52 ImVec2 const_tl(x + const_idx * alloc_delta, y); in DrawAllocation()
53 ImVec2 const_br(x + (const_idx + stages[s].const_rd_length) * alloc_delta, in DrawAllocation()
/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.cc345 tables::HeapProfileAllocationTable::Row alloc_delta = alloc_row; in AddAllocation() local
348 alloc_delta.count -= prev_alloc.count; in AddAllocation()
349 alloc_delta.size -= prev_alloc.size; in AddAllocation()
354 if (alloc_delta.count < 0 || alloc_delta.size < 0 || free_delta.count > 0 || in AddAllocation()
363 if (alloc_delta.count || alloc_delta.size) { in AddAllocation()
365 alloc_delta); in AddAllocation()