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

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_urb.h37 const float alloc_delta = width / end_urb_offset; local in function:AubinatorViewerUrb::DrawAllocation
48 ImVec2 alloc_tl(x + stages[s].start * alloc_delta, y);
50 stages[s].n_entries * stages[s].size) * alloc_delta,
52 ImVec2 const_tl(x + const_idx * alloc_delta, y);
53 ImVec2 const_br(x + (const_idx + stages[s].const_rd_length) * alloc_delta,
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer_urb.h37 const float alloc_delta = width / end_urb_offset; local in function:AubinatorViewerUrb::DrawAllocation
48 ImVec2 alloc_tl(x + stages[s].start * alloc_delta, y);
50 stages[s].n_entries * stages[s].size) * alloc_delta,
52 ImVec2 const_tl(x + const_idx * alloc_delta, y);
53 ImVec2 const_br(x + (const_idx + stages[s].const_rd_length) * alloc_delta,

Completed in 2 milliseconds