Lines Matching defs:code
534 debug_printf("shader binary code (0x%x bytes):", prog->code_size);
538 debug_printf("%08x ", prog->code[pos]);
580 prog->code = info->bin.code;
674 NOUVEAU_ERR("out of code space\n");
696 nv50_ir_relocate_code(prog->relocs, prog->code, code_pos, lib_pos, 0);
707 NOUVEAU_BO_VRAM, prog->code_size, prog->code);
719 /* Upload code for builtin functions like integer division emulation. */
726 const uint32_t *code;
731 nv50_ir_get_target_library(screen->base.device->chipset, &code, &size);
742 size, code);
755 if (prog->code)
756 FREE(prog->code);