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.c79 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id, in iris_init_perf_query_info()
196 intel_perf_wait_query(perf_ctx, obj, &ice->batches[IRIS_BATCH_RENDER]); in iris_wait_perf_query()
213 &ice->batches[IRIS_BATCH_RENDER]); in iris_is_perf_query_ready()
229 intel_perf_get_query_data(perf_ctx, obj, &ice->batches[IRIS_BATCH_RENDER], in iris_get_perf_query_data()
Diris_context.c69 if (batch->name == IRIS_BATCH_RENDER) { in iris_lost_context_state()
243 iris_batch_free(&ice->batches[IRIS_BATCH_RENDER]); in iris_destroy_context()
369 screen->vtbl.init_render_context(&ice->batches[IRIS_BATCH_RENDER]); in iris_create_context()
Diris_clear.c43 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_is_color_fast_clear_compatible()
218 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in fast_clear_color()
353 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in clear_color()
466 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in fast_clear_depth()
561 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()
771 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in set_predicate_for_result()
Diris_draw.c186 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_indirect_draw_vbo()
239 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_simple_draw_vbo()
269 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_draw_vbo()
Diris_monitor.c160 ice->batches[IRIS_BATCH_RENDER].hw_ctx_id, in iris_init_monitor_ctx()
274 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_get_monitor_result()
Diris_measure.c237 &ice->batches[IRIS_BATCH_RENDER].measure->base; in iris_measure_renderpass()
248 measure_end_snapshot(&ice->batches[IRIS_BATCH_RENDER], in iris_measure_renderpass()
Diris_batch.h55 IRIS_BATCH_RENDER, enumerator
Diris_pipe_control.c311 struct iris_batch *render_batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_texture_barrier()
Diris_blit.c352 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_blit()
725 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_resource_copy_region()
Diris_batch.c562 if (devinfo->ver == 12 && batch->name == IRIS_BATCH_RENDER) { in iris_finish_batch()
865 [IRIS_BATCH_RENDER] = "render", in batch_name_to_string()
Diris_resolve.c727 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_resource_prepare_access()
Diris_resource.c1431 struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_reallocate_resource_inplace()
2304 map->batch = &ice->batches[IRIS_BATCH_RENDER]; in iris_transfer_map()
Diris_state.c850 assert(&ice->batches[IRIS_BATCH_RENDER] == batch); in gfx11_upload_pixel_hashing_tables()
3738 iris_emit_pipe_control_flush(&ice->batches[IRIS_BATCH_RENDER], in iris_set_stream_output_targets()
8072 if (iris_batch_prepare_noop(&ice->batches[IRIS_BATCH_RENDER], enable)) { in iris_set_frontend_noop()