Searched refs:fetch_map (Results 1 – 2 of 2) sorted by relevance
669 unsigned *fetch_map; member737 assert(isa->fetch_map); in r600_isa_fetch_by_opcode()738 op = isa->fetch_map[opcode]; in r600_isa_fetch_by_opcode()
551 isa->fetch_map = calloc(256, sizeof(unsigned)); in r600_isa_init()552 if (!isa->fetch_map) in r600_isa_init()576 isa->fetch_map[opc] = i + 1; in r600_isa_init()601 free(isa->fetch_map); in r600_isa_destroy()