Searched refs:section_cdw (Results 1 – 4 of 4) sorted by relevance
58 unsigned section_cdw; member119 cs->section_cdw++; in radeon_cs_write_dword()128 cs->section_cdw += 2; in radeon_cs_write_qword()138 cs->section_cdw += size; in radeon_cs_write_table()
18 unsigned section_cdw; member
291 cs->section_cdw = 0; in cs_gem_begin()322 if (cs->section_ndw != cs->section_cdw) { in cs_gem_end()324 … cs->section_file, cs->section_func, cs->section_line, cs->section_ndw, cs->section_cdw); in cs_gem_end()
172 int dwords = (rmesa->radeon.cmdbuf.cs->section_ndw - rmesa->radeon.cmdbuf.cs->section_cdw); in radeonFlushElts()195 rmesa->radeon.cmdbuf.cs->section_cdw += dwords; in radeonFlushElts()