Searched refs:IRIS_BATCH_COMPUTE (Results 1 – 7 of 7) sorted by relevance
71 } else if (batch->name == IRIS_BATCH_COMPUTE) { in iris_lost_context_state()244 iris_batch_free(&ice->batches[IRIS_BATCH_COMPUTE]); in iris_destroy_context()370 screen->vtbl.init_compute_context(&ice->batches[IRIS_BATCH_COMPUTE]); in iris_create_context()
56 IRIS_BATCH_COMPUTE, enumerator
312 struct iris_batch *compute_batch = &ice->batches[IRIS_BATCH_COMPUTE]; in iris_texture_barrier()
380 struct iris_batch *batch = &ice->batches[IRIS_BATCH_COMPUTE]; in iris_launch_grid()
866 [IRIS_BATCH_COMPUTE] = "compute", in batch_name_to_string()
451 q->batch_idx = IRIS_BATCH_COMPUTE; in iris_create_query()
5335 if (batch->name == IRIS_BATCH_COMPUTE) in iris_update_surface_base_address()5362 if (batch->name == IRIS_BATCH_COMPUTE) in iris_update_surface_base_address()7461 #define IS_COMPUTE_PIPELINE(batch) (batch->name == IRIS_BATCH_COMPUTE)8077 if (iris_batch_prepare_noop(&ice->batches[IRIS_BATCH_COMPUTE], enable)) { in iris_set_frontend_noop()