| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | error2aub.c | 309 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 D | error2aub.c | 297 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 D | intel_batchbuffer.c | 50 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 D | intel_context.c | 375 if (intel->batch.last_bo) 376 drm_intel_bo_wait_rendering(intel->batch.last_bo);
|
| H A D | intel_context.h | 102 drm_intel_bo *last_bo; member in struct:intel_batchbuffer
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_batchbuffer.c | 50 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 D | intel_context.c | 377 if (intel->batch.last_bo) 378 drm_intel_bo_wait_rendering(intel->batch.last_bo);
|
| H A D | intel_context.h | 102 drm_intel_bo *last_bo; member in struct:intel_batchbuffer
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_job.h | 83 int first_bo, last_bo; member in struct:panfrost_batch
|
| H A D | pan_job.c | 77 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 D | brw_cs.c | 84 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 D | brw_gs.c | 89 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 D | brw_tes.c | 68 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 D | brw_tcs.c | 105 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 D | brw_vs.c | 164 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 D | brw_wm.c | 107 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 D | intel_batchbuffer.c | 262 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 D | brw_context.c | 308 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 D | brw_cs.c | 82 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 D | brw_gs.c | 127 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 D | brw_tes.c | 70 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 D | brw_tcs.c | 107 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 D | brw_vs.c | 170 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 D | brw_wm.c | 109 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 D | brw_batch.c | 263 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);
|