Searched refs:IRIS_BATCH_COMPUTE (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_pipe_control.c153 struct iris_batch *compute_batch = &ice->batches[IRIS_BATCH_COMPUTE];
167 iris_emit_pipe_control_flush(&ice->batches[IRIS_BATCH_COMPUTE],
169 iris_emit_pipe_control_flush(&ice->batches[IRIS_BATCH_COMPUTE],
H A Diris_batch.h46 IRIS_BATCH_COMPUTE, enumerator in enum:iris_batch_name
H A Diris_context.c122 iris_batch_free(&ice->batches[IRIS_BATCH_COMPUTE]);
221 ice->vtbl.init_compute_context(screen, &ice->batches[IRIS_BATCH_COMPUTE],
H A Diris_draw.c234 struct iris_batch *batch = &ice->batches[IRIS_BATCH_COMPUTE];
H A Diris_batch.c523 [IRIS_BATCH_COMPUTE] = "compute",
H A Diris_query.c756 q->batch_idx = IRIS_BATCH_COMPUTE;
H A Diris_resource.c1574 if (batch->name != IRIS_BATCH_COMPUTE)
H A Diris_state.c5933 #define IS_COMPUTE_PIPELINE(batch) (batch->name == IRIS_BATCH_COMPUTE)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.c71 } else if (batch->name == IRIS_BATCH_COMPUTE) {
244 iris_batch_free(&ice->batches[IRIS_BATCH_COMPUTE]);
370 screen->vtbl.init_compute_context(&ice->batches[IRIS_BATCH_COMPUTE]);
H A Diris_batch.h56 IRIS_BATCH_COMPUTE, enumerator in enum:iris_batch_name
H A Diris_pipe_control.c312 struct iris_batch *compute_batch = &ice->batches[IRIS_BATCH_COMPUTE];
H A Diris_draw.c380 struct iris_batch *batch = &ice->batches[IRIS_BATCH_COMPUTE];
H A Diris_batch.c874 [IRIS_BATCH_COMPUTE] = "compute",
H A Diris_query.c451 q->batch_idx = IRIS_BATCH_COMPUTE;
H A Diris_state.c5336 if (batch->name == IRIS_BATCH_COMPUTE)
5363 if (batch->name == IRIS_BATCH_COMPUTE)
7462 #define IS_COMPUTE_PIPELINE(batch) (batch->name == IRIS_BATCH_COMPUTE)
8085 if (iris_batch_prepare_noop(&ice->batches[IRIS_BATCH_COMPUTE], enable)) {

Completed in 38 milliseconds