Lines Matching refs:stib
259 struct ir3_instruction *stib, *offset;
274 /* NOTE: stib seems to take byte offset, but stgb.typed can be used
279 stib = ir3_STIB(b, create_immed(b, ibo_idx), 0,
283 stib->cat6.iim_val = ncomp;
284 stib->cat6.d = ncoords;
285 stib->cat6.type = ir3_get_image_type(var);
286 stib->cat6.typed = true;
287 stib->barrier_class = IR3_BARRIER_IMAGE_W;
288 stib->barrier_conflict = IR3_BARRIER_IMAGE_R | IR3_BARRIER_IMAGE_W;
290 array_insert(b, b->keeps, stib);