OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:section_ndw
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/libdrm/libdrm/radeon/
radeon_cs_gem.c
219
cs->
section_ndw
= ndw;
253
if (cs->
section_ndw
!= cs->section_cdw) {
255
cs->section_file, cs->section_func, cs->section_line, cs->
section_ndw
, cs->section_cdw);
radeon_cs.h
73
unsigned
section_ndw
;
member in struct:radeon_cs
/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);
/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);
Completed in 303 milliseconds