Searched refs:IRIS_BATCH_COUNT (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_batch.h49 #define IRIS_BATCH_COUNT 2 macro
105 struct iris_batch *other_batches[IRIS_BATCH_COUNT - 1];
H A Diris_fence.c114 struct iris_syncpt *syncpt[IRIS_BATCH_COUNT];
167 for (unsigned i = 0; i < IRIS_BATCH_COUNT; i++)
179 for (unsigned b = 0; b < IRIS_BATCH_COUNT; b++) {
195 for (unsigned b = 0; b < IRIS_BATCH_COUNT; b++) {
H A Diris_pipe_control.c196 for (int i = 0; i < IRIS_BATCH_COUNT; i++) {
H A Diris_border_color.c117 for (int i = 0; i < IRIS_BATCH_COUNT; i++) {
H A Diris_batch.c203 for (int i = 0, j = 0; i < IRIS_BATCH_COUNT; i++) {
521 const char *names[IRIS_BATCH_COUNT] = {
H A Diris_context.c213 for (int i = 0; i < IRIS_BATCH_COUNT; i++) {
H A Diris_resource.c895 for (int i = 0; i < IRIS_BATCH_COUNT; i++)
1445 for (int i = 0; i < IRIS_BATCH_COUNT; i++) {
1476 for (int i = 0; i < IRIS_BATCH_COUNT; i++) {
H A Diris_context.h450 struct iris_batch batches[IRIS_BATCH_COUNT];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_fence.c187 struct iris_fine_fence *fine[IRIS_BATCH_COUNT];
266 for (unsigned i = 0; i < IRIS_BATCH_COUNT; i++)
286 for (unsigned b = 0; b < IRIS_BATCH_COUNT; b++) {
339 for (unsigned b = 0; b < IRIS_BATCH_COUNT; b++) {
402 for (unsigned i = 0; i < IRIS_BATCH_COUNT; i++) {
595 for (unsigned b = 0; b < IRIS_BATCH_COUNT; b++) {
H A Diris_bufmgr.h140 #define IRIS_BATCH_COUNT 2 macro
143 struct iris_syncobj *write_syncobjs[IRIS_BATCH_COUNT];
144 struct iris_syncobj *read_syncobjs[IRIS_BATCH_COUNT];
H A Diris_border_color.c117 for (int i = 0; i < IRIS_BATCH_COUNT; i++) {
H A Diris_batch.h128 struct iris_batch *other_batches[IRIS_BATCH_COUNT - 1];
H A Diris_pipe_control.c360 for (int i = 0; i < IRIS_BATCH_COUNT; i++) {
H A Diris_context.c98 for (int i = 0; i < IRIS_BATCH_COUNT; i++) {
365 for (int i = 0; i < IRIS_BATCH_COUNT; i++) {
H A Diris_batch.c214 for (int i = 0, j = 0; i < IRIS_BATCH_COUNT; i++) {
694 #if IRIS_BATCH_COUNT == 2
700 /* For IRIS_BATCH_COUNT == 3 we can do:
701 * int other_batch_idxs[IRIS_BATCH_COUNT - 1] = {
705 * For IRIS_BATCH_COUNT == 4 we can do:
706 * int other_batch_idxs[IRIS_BATCH_COUNT - 1] = {
872 const char *names[IRIS_BATCH_COUNT] = {
H A Diris_bufmgr.c436 uint32_t handles[bo->deps_size * IRIS_BATCH_COUNT * 2];
440 for (int b = 0; b < IRIS_BATCH_COUNT; b++) {
473 for (int b = 0; b < IRIS_BATCH_COUNT; b++) {
611 for (int b = 0; b < IRIS_BATCH_COUNT; b++) {
1271 for (int b = 0; b < IRIS_BATCH_COUNT; b++) {
H A Diris_resource.c1391 for (int i = 0; i < IRIS_BATCH_COUNT; i++) {
1718 for (int i = 0; i < IRIS_BATCH_COUNT; i++)
2316 for (int i = 0; i < IRIS_BATCH_COUNT; i++) {
2361 for (int i = 0; i < IRIS_BATCH_COUNT; i++) {
2451 for (int i = 0; i < IRIS_BATCH_COUNT; i++) {
H A Diris_context.h611 struct iris_batch batches[IRIS_BATCH_COUNT];

Completed in 23 milliseconds