ReactOS 0.4.15-dev-7842-g558ab78
hlsl_ir_node Struct Reference

#include <d3dcompiler_private.h>

Collaboration diagram for hlsl_ir_node:

Public Attributes

struct list entry
 
enum hlsl_ir_node_type type
 
struct hlsl_typedata_type
 
struct source_location loc
 

Detailed Description

Definition at line 720 of file d3dcompiler_private.h.

Member Data Documentation

◆ data_type

struct hlsl_type* hlsl_ir_node::data_type

Definition at line 724 of file d3dcompiler_private.h.

Referenced by make_assignment(), new_cast(), and new_expr().

◆ entry

struct list hlsl_ir_node::entry

Definition at line 722 of file d3dcompiler_private.h.

◆ loc

◆ type

enum hlsl_ir_node_type hlsl_ir_node::type

Definition at line 723 of file d3dcompiler_private.h.

Referenced by debug_dump_instr(), and make_assignment().


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