Searched refs:svga_opcode_info (Results 1 – 3 of 3) sorted by relevance
46 const struct sh_opcode_info *svga_opcode_info( unsigned op );
646 struct sh_opcode_info info = *svga_opcode_info(op.opcode); in svga_shader_dump()661 struct sh_opcode_info info = *svga_opcode_info(op.opcode); in svga_shader_dump()694 struct sh_opcode_info info = *svga_opcode_info(op.opcode); in svga_shader_dump()727 const struct sh_opcode_info *info = svga_opcode_info(op.opcode); in svga_shader_dump()
143 const struct sh_opcode_info *svga_opcode_info( uint op ) in svga_opcode_info() function