Home
last modified time | relevance | path

Searched refs:fetch_map (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h676 unsigned *fetch_map; member
744 assert(isa->fetch_map); in r600_isa_fetch_by_opcode()
745 op = isa->fetch_map[opcode]; in r600_isa_fetch_by_opcode()
Dr600_isa.c552 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()