HomeSort by: relevance | last modified time | path
    Searched refs:section_cdw (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/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 291 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);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_ioctl.c 172 int dwords = (rmesa->radeon.cmdbuf.cs->section_ndw - rmesa->radeon.cmdbuf.cs->section_cdw);
195 rmesa->radeon.cmdbuf.cs->section_cdw += dwords;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_ioctl.c 173 int dwords = (rmesa->radeon.cmdbuf.cs->section_ndw - rmesa->radeon.cmdbuf.cs->section_cdw);
196 rmesa->radeon.cmdbuf.cs->section_cdw += dwords;

Completed in 8 milliseconds