Home
last modified time | relevance | path

Searched refs:sh_opcode_info (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader_op.c42 static struct sh_opcode_info opcode_info[] =
143 const struct sh_opcode_info *svga_opcode_info( uint op ) in svga_opcode_info()
145 struct sh_opcode_info *info; in svga_opcode_info()
Dsvga_shader_op.h36 struct sh_opcode_info struct
46 const struct sh_opcode_info *svga_opcode_info( unsigned op ); argument
Dsvga_shader_dump.c530 const struct sh_opcode_info *info) in dump_inst()
643 struct sh_opcode_info info = *svga_opcode_info(op.opcode); in svga_shader_dump()
658 struct sh_opcode_info info = *svga_opcode_info(op.opcode); in svga_shader_dump()
691 struct sh_opcode_info info = *svga_opcode_info(op.opcode); in svga_shader_dump()
724 const struct sh_opcode_info *info = svga_opcode_info(op.opcode); in svga_shader_dump()