OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:neltdwords
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_sanity.c
1190
int
neltdwords
;
local
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_sanity.c
845
int
neltdwords
;
local
850
neltdwords
= cmd[2]>>16;
851
neltdwords
+=
neltdwords
& 1;
852
neltdwords
/= 2;
853
if (
neltdwords
+ 3 != cmdsz)
855
neltdwords
, cmdsz);
[
all
...]
Completed in 901 milliseconds