HomeSort by: relevance | last modified time | path
    Searched defs:iris_batch (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_batch.h 59 struct iris_batch { struct
128 struct iris_batch *other_batches[IRIS_BATCH_COUNT - 1];
182 void iris_chain_to_new_batch(struct iris_batch *batch);
183 void iris_batch_free(struct iris_batch *batch);
184 void iris_batch_maybe_flush(struct iris_batch *batch, unsigned estimate);
186 void _iris_batch_flush(struct iris_batch *batch, const char *file, int line);
189 bool iris_batch_references(struct iris_batch *batch, struct iris_bo *bo);
191 bool iris_batch_prepare_noop(struct iris_batch *batch, bool noop_enable);
195 void iris_use_pinned_bo(struct iris_batch *batch, struct iris_bo *bo,
198 enum pipe_reset_status iris_batch_check_for_reset(struct iris_batch *batch)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_batch.h 57 struct iris_batch { struct
105 struct iris_batch *other_batches[IRIS_BATCH_COUNT - 1];
129 void iris_init_batch(struct iris_batch *batch,
133 struct iris_batch *all_batches,
137 void iris_chain_to_new_batch(struct iris_batch *batch);
138 void iris_batch_free(struct iris_batch *batch);
139 void iris_batch_maybe_flush(struct iris_batch *batch, unsigned estimate);
141 void _iris_batch_flush(struct iris_batch *batch, const char *file, int line);
144 bool iris_batch_references(struct iris_batch *batch, struct iris_bo *bo);
148 void iris_use_pinned_bo(struct iris_batch *batch, struct iris_bo *bo
    [all...]

Completed in 5 milliseconds