OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_load_indirect
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/i915/
i915_debug.c
387
static boolean
debug_load_indirect
( struct debug_stream *stream,
function
835
return
debug_load_indirect
(stream, "3DSTATE_LOAD_INDIRECT", (cmd & 0xff) + 2);
/external/mesa3d/src/mesa/drivers/dri/i915/
i915_debug.c
312
debug_load_indirect
(struct debug_stream *stream, const char *name, GLuint len)
function
751
return
debug_load_indirect
(stream, "3DSTATE_LOAD_INDIRECT", (cmd & 0xff) + 2);
Completed in 810 milliseconds