HomeSort by relevance Sort by last modified time
    Searched refs:section_cdw (Results 1 - 4 of 4) sorted by null

  /external/libdrm/radeon/
radeon_cs.h 58 unsigned section_cdw; member in struct:radeon_cs
119 cs->section_cdw++;
128 cs->section_cdw += 2;
138 cs->section_cdw += size;
radeon_cs_int.h 18 unsigned section_cdw; member in struct:radeon_cs_int
radeon_cs_gem.c 294 cs->section_cdw = 0;
325 if (cs->section_ndw != cs->section_cdw) {
327 cs->section_file, cs->section_func, cs->section_line, cs->section_ndw, cs->section_cdw);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_ioctl.c 175 int dwords = (rmesa->radeon.cmdbuf.cs->section_ndw - rmesa->radeon.cmdbuf.cs->section_cdw);
198 rmesa->radeon.cmdbuf.cs->section_cdw += dwords;

Completed in 74 milliseconds