Lines Matching defs:stib
262 struct ir3_instruction *stib, *offset;
277 /* NOTE: stib seems to take byte offset, but stgb.typed can be used
282 stib = ir3_STIB(b, ibo, 0, ir3_create_collect(b, value, ncomp), 0,
284 stib->cat6.iim_val = ncomp;
285 stib->cat6.d = ncoords;
286 stib->cat6.type = ir3_get_type_for_image_intrinsic(intr);
287 stib->cat6.typed = true;
288 stib->barrier_class = IR3_BARRIER_IMAGE_W;
289 stib->barrier_conflict = IR3_BARRIER_IMAGE_R | IR3_BARRIER_IMAGE_W;
291 array_insert(b, b->keeps, stib);