OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:section_cdw
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/libdrm/libdrm/radeon/
radeon_cs.h
74
unsigned
section_cdw
;
member in struct:radeon_cs
191
cs->
section_cdw
++;
200
cs->
section_cdw
+= 2;
209
cs->
section_cdw
+= size;
radeon_cs_gem.c
220
cs->
section_cdw
= 0;
253
if (cs->section_ndw != cs->
section_cdw
) {
255
cs->section_file, cs->section_func, cs->section_line, cs->section_ndw, cs->
section_cdw
);
/external/chromium_org/third_party/mesa/src/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;
/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 55 milliseconds