Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h669 unsigned *fetch_map; member
737 assert(isa->fetch_map); in r600_isa_fetch_by_opcode()
738 op = isa->fetch_map[opcode]; in r600_isa_fetch_by_opcode()
Dr600_isa.c551 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()