Lines Matching defs:Shader_opcode
114 struct Shader_opcode { struct
115 D3D10_SB_OPCODE_TYPE type;
116 unsigned num_dst;
117 unsigned num_src;
118 struct Shader_dst_operand dst[SHADER_MAX_DST_OPERANDS];
119 struct Shader_src_operand src[SHADER_MAX_SRC_OPERANDS];
123 union {
137 } specific;
138 D3D10_SB_NAME dcl_siv_name;
139 D3D10_SB_RESOURCE_RETURN_TYPE dcl_resource_ret_type[4];
141 bool saturate;
165 struct Shader_opcode *opcode); argument