Searched refs:fetch_map (Results 1 – 2 of 2) sorted by relevance
676 unsigned *fetch_map; member744 assert(isa->fetch_map); in r600_isa_fetch_by_opcode()745 op = isa->fetch_map[opcode]; in r600_isa_fetch_by_opcode()
552 isa->fetch_map = calloc(256, sizeof(unsigned)); in r600_isa_init()553 if (!isa->fetch_map) in r600_isa_init()577 isa->fetch_map[opc] = i + 1; in r600_isa_init()602 free(isa->fetch_map); in r600_isa_destroy()