Lines Matching defs:stib
331 struct ir3_instruction *stib, *offset;
346 /* NOTE: stib seems to take byte offset, but stgb.typed can be used
351 stib = ir3_STIB(b, ibo, 0, ir3_create_collect(b, value, ncomp), 0,
353 stib->cat6.iim_val = ncomp;
354 stib->cat6.d = ncoords;
355 stib->cat6.type = ir3_get_type_for_image_intrinsic(intr);
356 stib->cat6.typed = true;
357 stib->barrier_class = IR3_BARRIER_IMAGE_W;
358 stib->barrier_conflict = IR3_BARRIER_IMAGE_R | IR3_BARRIER_IMAGE_W;
360 array_insert(b, b->keeps, stib);