Lines Matching defs:array
1404 bool array = nir_intrinsic_image_array(instr);
1408 bi_index xy = bi_emit_image_coord(b, coords, 0, coord_comps, array);
1409 bi_index zw = bi_emit_image_coord(b, coords, 1, coord_comps, array);
1437 bool array = nir_intrinsic_image_array(instr);
1449 bi_index xy = bi_emit_image_coord(b, coords, 0, coord_comps, array);
1450 bi_index zw = bi_emit_image_coord(b, coords, 1, coord_comps, array);
3390 .array = instr->is_array,
3432 if (components == 3 && !desc.array) {
3439 if (desc.array) {
3558 /* Allocate staging registers contiguously by compacting the array. */
3709 /* Allocate staging registers contiguously by compacting the array. */