Home
last modified time | relevance | path

Searched refs:brw_create_hw_context (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h324 uint32_t brw_create_hw_context(struct brw_bufmgr *bufmgr);
Dbrw_bufmgr.c1323 brw_create_hw_context(struct brw_bufmgr *bufmgr) in brw_create_hw_context() function
Dbrw_context.c982 brw->hw_ctx = brw_create_hw_context(brw->bufmgr); in brwCreateContext()