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