Searched refs:last_bo (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Derror2aub.c309 struct bo *last_bo = NULL; local in function:main
386 if (!last_bo || last_bo->type == BO_TYPE_UNKNOWN)
389 int count = ascii85_decode(line+1, (uint32_t **) &last_bo->data, line[0] == ':');
391 last_bo->size = count * 4;
425 last_bo = find_or_create(&bo_list, ((uint64_t) hi) << 32 | lo,
432 if (last_bo->type == BO_TYPE_UNKNOWN) {
433 last_bo->type = b->type;
434 last_bo->name = b->match;
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Derror2aub.c297 struct bo *last_bo = NULL; local in function:main
372 if (!last_bo || last_bo->type == BO_TYPE_UNKNOWN)
375 int count = ascii85_decode(line+1, (uint32_t **) &last_bo->data, line[0] == ':');
377 last_bo->size = count * 4;
411 last_bo = find_or_create(&bo_list, ((uint64_t) hi) << 32 | lo,
418 if (last_bo->type == BO_TYPE_UNKNOWN) {
419 last_bo->type = b->type;
420 last_bo->name = b->match;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_batchbuffer.c50 if (intel->batch.last_bo != NULL) {
51 drm_intel_bo_unreference(intel->batch.last_bo);
52 intel->batch.last_bo = NULL;
54 intel->batch.last_bo = intel->batch.bo;
67 drm_intel_bo_unreference(intel->batch.last_bo);
H A Dintel_context.c375 if (intel->batch.last_bo)
376 drm_intel_bo_wait_rendering(intel->batch.last_bo);
H A Dintel_context.h102 drm_intel_bo *last_bo; member in struct:intel_batchbuffer
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_batchbuffer.c50 if (intel->batch.last_bo != NULL) {
51 drm_intel_bo_unreference(intel->batch.last_bo);
52 intel->batch.last_bo = NULL;
54 intel->batch.last_bo = intel->batch.bo;
67 drm_intel_bo_unreference(intel->batch.last_bo);
H A Dintel_context.c377 if (intel->batch.last_bo)
378 drm_intel_bo_wait_rendering(intel->batch.last_bo);
H A Dintel_context.h102 drm_intel_bo *last_bo; member in struct:intel_batchbuffer
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_job.h83 int first_bo, last_bo; member in struct:panfrost_batch
H A Dpan_job.c77 batch->last_bo = INT32_MIN;
117 for (int i = batch->first_bo; i <= batch->last_bo; i++) {
292 batch->last_bo = MAX2(batch->last_bo, bo->gem_handle);
593 for (int i = batch->first_bo; i <= batch->last_bo; i++) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_cs.c84 start_busy = (brw->batch.last_bo &&
85 brw_bo_busy(brw->batch.last_bo));
112 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
H A Dbrw_gs.c89 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo);
110 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
H A Dbrw_tes.c68 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo);
96 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
H A Dbrw_tcs.c105 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo);
135 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
H A Dbrw_vs.c164 start_busy = (brw->batch.last_bo &&
165 brw_bo_busy(brw->batch.last_bo));
202 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
H A Dbrw_wm.c107 start_busy = (brw->batch.last_bo &&
108 brw_bo_busy(brw->batch.last_bo));
148 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
H A Dintel_batchbuffer.c262 if (batch->last_bo != NULL) {
263 brw_bo_unreference(batch->last_bo);
264 batch->last_bo = NULL;
266 batch->last_bo = batch->batch.bo;
345 brw_bo_unreference(batch->last_bo);
H A Dbrw_context.c308 if (brw->batch.last_bo)
309 brw_bo_wait_rendering(brw->batch.last_bo);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_cs.c82 start_busy = (brw->batch.last_bo &&
83 brw_bo_busy(brw->batch.last_bo));
120 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
H A Dbrw_gs.c127 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo);
149 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
H A Dbrw_tes.c70 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo);
98 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
H A Dbrw_tcs.c107 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo);
137 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
H A Dbrw_vs.c170 start_busy = (brw->batch.last_bo &&
171 brw_bo_busy(brw->batch.last_bo));
215 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
H A Dbrw_wm.c109 start_busy = (brw->batch.last_bo &&
110 brw_bo_busy(brw->batch.last_bo));
159 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) {
H A Dbrw_batch.c263 if (batch->last_bo != NULL) {
264 brw_bo_unreference(batch->last_bo);
265 batch->last_bo = NULL;
267 batch->last_bo = batch->batch.bo;
356 brw_bo_unreference(batch->last_bo);

Completed in 30 milliseconds

12