OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_prim
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/i915/
i915_debug.c
128
static boolean
debug_prim
( struct debug_stream *stream, const char *name,
function
873
return
debug_prim
(stream, "3DPRIM (inline)", 1, (cmd & 0x1ffff) + 2);
879
return
debug_prim
(stream, "3DPRIM (indexed)", 0, (((cmd & 0xffff) + 1) / 2) + 1);
882
return
debug_prim
(stream, "3DPRIM (indirect sequential)", 0, 2);
/external/mesa3d/src/mesa/drivers/dri/i915/
i915_debug.c
81
debug_prim
(struct debug_stream *stream, const char *name,
function
789
return
debug_prim
(stream, "3DPRIM (inline)", 1, (cmd & 0x1ffff) + 2);
795
return
debug_prim
(stream, "3DPRIM (indexed)", 0, (((cmd & 0xffff) + 1) / 2) + 1);
798
return
debug_prim
(stream, "3DPRIM (indirect sequential)", 0, 2);
Completed in 56 milliseconds