Home
last modified time | relevance | path

Searched refs:IRIS_BATCH_RENDER (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_perf.c35 iris_emit_end_of_pipe_sync(&ice->batches[IRIS_BATCH_RENDER], in iris_perf_emit_stall_at_pixel_scoreboard()
47 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_perf_emit_mi_report_perf_count()
55 _iris_batch_flush(&ice->batches[IRIS_BATCH_RENDER], __FILE__, __LINE__); in iris_perf_batchbuffer_flush()
64 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_perf_store_register_mem()
Diris_performance_query.c81 ice->batches[IRIS_BATCH_RENDER].ctx_id, in iris_init_perf_query_info()
210 intel_perf_wait_query(perf_ctx, obj, &ice->batches[IRIS_BATCH_RENDER]); in iris_wait_perf_query()
227 &ice->batches[IRIS_BATCH_RENDER]); in iris_is_perf_query_ready()
243 intel_perf_get_query_data(perf_ctx, obj, &ice->batches[IRIS_BATCH_RENDER], in iris_get_perf_query_data()
Diris_clear.c43 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_is_color_fast_clear_compatible()
170 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in fast_clear_color()
317 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in clear_color()
428 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in fast_clear_depth()
523 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in clear_depth_stencil()
Diris_query.c197 iris_pipelined_write(&ice->batches[IRIS_BATCH_RENDER], q, in write_value()
205 iris_pipelined_write(&ice->batches[IRIS_BATCH_RENDER], q, in write_value()
248 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in write_overflow_values()
453 q->batch_idx = IRIS_BATCH_RENDER; in iris_create_query()
766 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in set_predicate_for_result()
Diris_draw.c191 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_indirect_draw_vbo()
244 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_simple_draw_vbo()
274 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_draw_vbo()
Diris_monitor.c173 ice->batches[IRIS_BATCH_RENDER].ctx_id, in iris_init_monitor_ctx()
287 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_get_monitor_result()
Diris_context.c70 if (batch->name == IRIS_BATCH_RENDER) { in iris_lost_context_state()
377 screen->vtbl.init_render_context(&ice->batches[IRIS_BATCH_RENDER]); in iris_create_context()
Diris_measure.c252 &ice->batches[IRIS_BATCH_RENDER].measure->base; in iris_measure_renderpass()
263 measure_end_snapshot(&ice->batches[IRIS_BATCH_RENDER], in iris_measure_renderpass()
Diris_batch.c288 [IRIS_BATCH_RENDER] = I915_ENGINE_CLASS_RENDER, in iris_create_engines_context()
701 if (devinfo->ver == 12 && batch->name == IRIS_BATCH_RENDER) { in iris_finish_batch()
1019 [IRIS_BATCH_RENDER] = "render", in iris_batch_name_to_string()
Diris_pipe_control.c356 struct iris_batch *render_batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_texture_barrier()
Diris_batch.h58 IRIS_BATCH_RENDER, enumerator
Diris_blit.c369 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_blit()
765 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_resource_copy_region()
Diris_resolve.c753 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_resource_prepare_access()
Diris_resource.c1568 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_reallocate_resource_inplace()
2455 map->batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_transfer_map()
Diris_state.c808 assert(&ice->batches[IRIS_BATCH_RENDER] == batch); in upload_pixel_hashing_tables()
8394 if (iris_batch_prepare_noop(&ice->batches[IRIS_BATCH_RENDER], enable)) { in iris_set_frontend_noop()