Home
last modified time | relevance | path

Searched refs:r600_isa_fetch_opcode (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h707 r600_isa_fetch_opcode(enum r600_chip_class chip_class, unsigned op) { in r600_isa_fetch_opcode() function
Deg_asm.c199 unsigned opcode = r600_isa_fetch_opcode(bc->isa->hw_class, gds->op) >> 8; in eg_bytecode_gds_build()
Dr600_asm.c1526 r600_isa_fetch_opcode(bc->isa->hw_class, tex->op)) | in r600_bytecode_tex_build()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h712 return r600_isa_fetch_opcode(isa->hw_class, op); in fetch_opcode()