ReactOS 0.4.15-dev-8064-gdaf8068
instruction Struct Reference

#include <d3dcompiler_private.h>

Collaboration diagram for instruction:

Public Attributes

DWORD opcode
 
DWORD dstmod
 
DWORD shift
 
enum bwriter_comparison_type comptype
 
BOOL has_dst
 
struct shader_reg dst
 
struct shader_regsrc
 
unsigned int num_srcs
 
BOOL has_predicate
 
struct shader_reg predicate
 
BOOL coissue
 

Detailed Description

Definition at line 90 of file d3dcompiler_private.h.

Member Data Documentation

◆ coissue

BOOL instruction::coissue

Definition at line 101 of file d3dcompiler_private.h.

Referenced by sm_1_x_opcode().

◆ comptype

◆ dst

◆ dstmod

◆ has_dst

◆ has_predicate

BOOL instruction::has_predicate

Definition at line 99 of file d3dcompiler_private.h.

Referenced by instrlen(), sm_2_opcode(), and write_srcregs().

◆ num_srcs

unsigned int instruction::num_srcs

Definition at line 98 of file d3dcompiler_private.h.

Referenced by sm_2_opcode(), and write_srcregs().

◆ opcode

◆ predicate

struct shader_reg instruction::predicate

Definition at line 100 of file d3dcompiler_private.h.

Referenced by write_srcregs().

◆ shift

◆ src


The documentation for this struct was generated from the following file: