Home
last modified time | relevance | path

Searched refs:hw_ctx (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vtbl.c84 drm_intel_gem_context_destroy(intel->hw_ctx); in brw_destroy_context()
181 if (intel->hw_ctx == NULL) in brw_new_batch()
Dintel_batchbuffer.c191 if (intel->hw_ctx == NULL || batch->is_blit) { in do_flush_locked()
195 ret = drm_intel_gem_bo_context_exec(batch->bo, intel->hw_ctx, in do_flush_locked()
Dbrw_context.c368 intel->hw_ctx = drm_intel_gem_context_create(intel->bufmgr); in brwCreateContext()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_batchbuffer.c191 if (intel->hw_ctx == NULL || batch->is_blit) { in do_flush_locked()
195 ret = drm_intel_gem_bo_context_exec(batch->bo, intel->hw_ctx, in do_flush_locked()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_batchbuffer.c191 if (intel->hw_ctx == NULL || batch->is_blit) { in do_flush_locked()
195 ret = drm_intel_gem_bo_context_exec(batch->bo, intel->hw_ctx, in do_flush_locked()
Dintel_context.h232 drm_intel_context *hw_ctx; member