Searched refs:current_batch (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| H A D | intel_perf_query.h | 87 void *current_batch); 90 void *current_batch); 95 void *current_batch, 103 void *current_batch);
|
| H A D | intel_perf_query.c | 1075 void *current_batch) 1084 assert(!perf_cfg->vtbl.batch_references(current_batch, query->oa.bo) && 1121 void *current_batch) 1147 if (perf_cfg->vtbl.batch_references(current_batch, bo)) 1156 void *current_batch) 1165 !perf_cfg->vtbl.batch_references(current_batch, query->oa.bo) && 1170 !perf_cfg->vtbl.batch_references(current_batch, query->pipeline_stats.bo) && 1563 void *current_batch, 1583 while (!read_oa_samples_for_query(perf_ctx, query, current_batch)) 1634 void *current_batch) 1073 read_oa_samples_for_query(struct intel_perf_context * perf_ctx,struct intel_perf_query_object * query,void * current_batch) argument 1119 intel_perf_wait_query(struct intel_perf_context * perf_ctx,struct intel_perf_query_object * query,void * current_batch) argument 1154 intel_perf_is_query_ready(struct intel_perf_context * perf_ctx,struct intel_perf_query_object * query,void * current_batch) argument 1561 intel_perf_get_query_data(struct intel_perf_context * perf_ctx,struct intel_perf_query_object * query,void * current_batch,int data_size,unsigned * data,unsigned * bytes_written) argument 1632 intel_perf_dump_query(struct intel_perf_context * ctx,struct intel_perf_query_object * obj,void * current_batch) argument [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_batchbuffer.h | 65 if (intel->current_batch != RENDER_BATCH) { 66 if (intel->current_batch && intel->context_switch) 71 intel->current_batch = RENDER_BATCH; 193 if (intel->current_batch != batch_idx) { \ 194 if (intel->current_batch && intel->context_switch) \ 198 intel->current_batch = batch_idx; \
|
| H A D | intel_batchbuffer.c | 197 if (intel->current_batch == BLT_BATCH) { 248 if (intel->current_batch == I915_EXEC_BLT && 279 intel->current_batch: 317 intel_next_batch(scrn, intel->current_batch == I915_EXEC_BLT); 322 intel->current_batch = 0;
|
| H A D | intel.h | 120 unsigned int current_batch; member in struct:intel_screen_private
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_batchbuffer.h | 65 if (intel->current_batch != RENDER_BATCH) { 66 if (intel->current_batch && intel->context_switch) 71 intel->current_batch = RENDER_BATCH; 193 if (intel->current_batch != batch_idx) { \ 194 if (intel->current_batch && intel->context_switch) \ 198 intel->current_batch = batch_idx; \
|
| H A D | intel_batchbuffer.c | 197 if (intel->current_batch == BLT_BATCH) { 268 intel->current_batch: 306 intel_next_batch(scrn, intel->current_batch == I915_EXEC_BLT); 311 intel->current_batch = 0;
|
| H A D | intel.h | 120 unsigned int current_batch; member in struct:intel_screen_private
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.c | 172 struct fd_batch *current_batch = fd_context_batch(ctx); local in function:fd_bc_flush 176 (batches[i] != current_batch)) { 177 fd_batch_add_dep(current_batch, batches[i]); 181 fd_batch_reference_locked(¤t_batch, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.c | 148 struct fd_batch *current_batch = fd_context_batch(ctx); local in function:bc_flush 152 (batches[i] != current_batch)) { 153 fd_batch_add_dep(current_batch, batches[i]);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.0.rst | 668 - panvk: Extend panvk_cmd_close_batch() to handle current_batch == NULL
|
Completed in 20 milliseconds