Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader_op.h46 const struct sh_opcode_info *svga_opcode_info( unsigned op );
Dsvga_shader_dump.c643 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()
Dsvga_shader_op.c143 const struct sh_opcode_info *svga_opcode_info( uint op ) in svga_opcode_info() function