Home | History | Annotate | Download | only in i965

Lines Matching refs:pull

1188 pull
1194 * So, this will push some of them out to the pull constant buffer and
1206 fail("Pull constants not supported in 16-wide\n");
1231 fs_inst *pull = new(mem_ctx) fs_inst(FS_OPCODE_PULL_CONSTANT_LOAD,
1233 pull->ir = inst->ir;
1234 pull->annotation = inst->annotation;
1235 pull->base_mrf = 14;
1236 pull->mlen = 1;
1238 inst->insert_before(pull);