Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.h38 #define SLICE_SIZE 0x200 macro
195 *slice_size = (SLICE_SIZE * slice_count)>>8; in nouveau_vp3_inter_sizes()
/external/perfetto/ui/src/controller/
Dtrace_controller.ts147 const SLICE_SIZE = 1024 * 1024; constant
148 for (let off = 0; off < blob.size; off += SLICE_SIZE) {
149 const slice = blob.slice(off, off + SLICE_SIZE);