Searched refs:section_cdw (Results 1 - 4 of 4) sorted by relevance

/external/libdrm/radeon/
H A Dradeon_cs.h58 unsigned section_cdw; member in struct:radeon_cs
119 cs->section_cdw++;
128 cs->section_cdw += 2;
138 cs->section_cdw += size;
H A Dradeon_cs_int.h18 unsigned section_cdw; member in struct:radeon_cs_int
H A Dradeon_cs_gem.c291 cs->section_cdw = 0;
322 if (cs->section_ndw != cs->section_cdw) {
324 cs->section_file, cs->section_func, cs->section_line, cs->section_ndw, cs->section_cdw);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.c175 int dwords = (rmesa->radeon.cmdbuf.cs->section_ndw - rmesa->radeon.cmdbuf.cs->section_cdw);
198 rmesa->radeon.cmdbuf.cs->section_cdw += dwords;

Completed in 166 milliseconds