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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_pipe_control.c152 struct iris_batch *render_batch = &ice->batches[IRIS_BATCH_RENDER];
158 iris_emit_pipe_control_flush(&ice->batches[IRIS_BATCH_RENDER],
162 iris_emit_pipe_control_flush(&ice->batches[IRIS_BATCH_RENDER],
H A Diris_clear.c44 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
78 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
206 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
300 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
386 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
494 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
H A Diris_query.c222 iris_pipelined_write(&ice->batches[IRIS_BATCH_RENDER], q,
230 iris_pipelined_write(&ice->batches[IRIS_BATCH_RENDER], q,
272 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
521 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
544 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
572 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
599 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
622 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
641 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
675 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
[all...]
H A Diris_batch.h45 IRIS_BATCH_RENDER, enumerator in enum:iris_batch_name
62 /** What batch is this? (e.g. IRIS_BATCH_RENDER/COMPUTE) */
H A Diris_context.c121 iris_batch_free(&ice->batches[IRIS_BATCH_RENDER]);
219 ice->vtbl.init_render_context(screen, &ice->batches[IRIS_BATCH_RENDER],
H A Diris_draw.c142 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
246 iris_predraw_resolve_inputs(ice, &ice->batches[IRIS_BATCH_RENDER], NULL,
H A Diris_blit.c309 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
629 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
H A Diris_batch.c522 [IRIS_BATCH_RENDER] = "render",
H A Diris_resource.c831 struct iris_batch *render_batch = &ice->batches[IRIS_BATCH_RENDER];
1366 iris_resource_access_raw(ice, &ice->batches[IRIS_BATCH_RENDER], res,
1439 map->batch = &ice->batches[IRIS_BATCH_RENDER];
H A Diris_state.c2555 iris_emit_pipe_control_flush(&ice->batches[IRIS_BATCH_RENDER],
3065 iris_emit_pipe_control_flush(&ice->batches[IRIS_BATCH_RENDER], flush);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_perf.c35 iris_emit_end_of_pipe_sync(&ice->batches[IRIS_BATCH_RENDER],
47 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
55 _iris_batch_flush(&ice->batches[IRIS_BATCH_RENDER], __FILE__, __LINE__);
64 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
H A Diris_performance_query.c79 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id,
196 intel_perf_wait_query(perf_ctx, obj, &ice->batches[IRIS_BATCH_RENDER]);
213 &ice->batches[IRIS_BATCH_RENDER]);
229 intel_perf_get_query_data(perf_ctx, obj, &ice->batches[IRIS_BATCH_RENDER],
H A Diris_context.c69 if (batch->name == IRIS_BATCH_RENDER) {
243 iris_batch_free(&ice->batches[IRIS_BATCH_RENDER]);
369 screen->vtbl.init_render_context(&ice->batches[IRIS_BATCH_RENDER]);
H A Diris_monitor.c160 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id,
274 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
H A Diris_draw.c186 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
239 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
269 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
H A Diris_batch.h55 IRIS_BATCH_RENDER, enumerator in enum:iris_batch_name
65 /** What batch is this? (e.g. IRIS_BATCH_RENDER/COMPUTE) */
H A Diris_pipe_control.c311 struct iris_batch *render_batch = &ice->batches[IRIS_BATCH_RENDER];
H A Diris_measure.c237 &ice->batches[IRIS_BATCH_RENDER].measure->base;
248 measure_end_snapshot(&ice->batches[IRIS_BATCH_RENDER],
H A Diris_clear.c43 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
218 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
354 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
467 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
562 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
H A Diris_query.c197 iris_pipelined_write(&ice->batches[IRIS_BATCH_RENDER], q,
205 iris_pipelined_write(&ice->batches[IRIS_BATCH_RENDER], q,
248 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
453 q->batch_idx = IRIS_BATCH_RENDER;
771 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
H A Diris_blit.c362 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
732 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
H A Diris_batch.c562 if (devinfo->ver == 12 && batch->name == IRIS_BATCH_RENDER) {
873 [IRIS_BATCH_RENDER] = "render",
H A Diris_resolve.c727 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
H A Diris_resource.c1431 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
2304 map->batch = &ice->batches[IRIS_BATCH_RENDER];
H A Diris_state.c850 assert(&ice->batches[IRIS_BATCH_RENDER] == batch);
3739 iris_emit_pipe_control_flush(&ice->batches[IRIS_BATCH_RENDER],
8080 if (iris_batch_prepare_noop(&ice->batches[IRIS_BATCH_RENDER], enable)) {

Completed in 48 milliseconds