Home
last modified time | relevance | path

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

/external/libdrm/radeon/
Dradeon_cs.h58 unsigned section_cdw; member
119 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()
Dradeon_cs_int.h18 unsigned section_cdw; member
Dradeon_cs_gem.c291 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()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_ioctl.c172 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()