HomeSort by relevance Sort by last modified time
    Searched refs:brw_bo_busy (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_bufmgr.h 299 int brw_bo_busy(struct brw_bo *bo);
brw_cs.c 84 brw_bo_busy(brw->batch.last_bo));
111 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
brw_gs.c 111 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo);
132 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
brw_tes.c 96 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo);
123 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
intel_buffer_objects.c 273 brw_bo_busy(intel_obj->buffer) ||
435 } else if (brw_bo_busy(intel_obj->buffer) &&
456 brw_bo_busy(intel_obj->buffer)) {
brw_queryobj.c 155 if (brw_bo_busy(query->bo)) {
422 if (query->bo == NULL || !brw_bo_busy(query->bo)) {
brw_vs.c 204 brw_bo_busy(brw->batch.last_bo));
241 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
brw_tcs.c 225 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo);
254 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
brw_wm.c 163 brw_bo_busy(brw->batch.last_bo));
199 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
brw_sync.c 211 if (brw_bo_busy(fence->batch_bo))
gen6_queryobj.c 538 if (!brw_bo_busy(query->bo)) {
gen6_sol.c 249 if (unlikely(brw->perf_debug && brw_bo_busy(bo)))
brw_bufmgr.c 224 brw_bo_busy(struct brw_bo *bo) function
333 if (!brw_bo_busy(bo)) {
    [all...]
brw_performance_query.c 777 !brw_bo_busy(obj->oa.bo));
    [all...]
intel_tex_image.c 327 bool tex_busy = mt && brw_bo_busy(mt->bo);

Completed in 425 milliseconds