ReactOS 0.4.17-dev-934-g091855f
sm6_value Struct Reference
Collaboration diagram for sm6_value:

Public Attributes

const struct sm6_type * type
 
enum sm6_value_type value_type
 
unsigned int structure_stride
 
bool is_undefined
 
bool is_back_ref
 
union {
   struct sm6_function_data   function
 
   struct vkd3d_shader_register   reg
 
   const struct vkd3d_shader_immediate_constant_buffer *   icb
 
   struct sm6_handle_data   handle
 
} u
 

Detailed Description

Definition at line 663 of file dxil.c.

Member Data Documentation

◆ function

◆ handle

struct sm6_handle_data sm6_value::handle

Definition at line 675 of file dxil.c.

◆ icb

Definition at line 674 of file dxil.c.

Referenced by sm6_parser_globals_init().

◆ is_back_ref

bool sm6_value::is_back_ref

Definition at line 669 of file dxil.c.

◆ is_undefined

bool sm6_value::is_undefined

Definition at line 668 of file dxil.c.

◆ reg

◆ structure_stride

unsigned int sm6_value::structure_stride

Definition at line 667 of file dxil.c.

Referenced by sm6_parser_init_constexpr_gep().

◆ type

const struct sm6_type* sm6_value::type

Definition at line 665 of file dxil.c.

Referenced by sm6_parser_emit_call(), and sm6_parser_init_constexpr_gep().

◆ 

◆ value_type

enum sm6_value_type sm6_value::value_type

Definition at line 666 of file dxil.c.


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