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

Public Attributes

struct vkd3d_shader_instruction * instructions
 
size_t instruction_capacity
 
size_t instruction_count
 
unsigned int id
 
struct sm6_phi * phi
 
size_t phi_capacity
 
size_t phi_count
 
struct sm6_block_terminator terminator
 

Detailed Description

Definition at line 732 of file dxil.c.

Member Data Documentation

◆ id

unsigned int sm6_block::id

Definition at line 739 of file dxil.c.

Referenced by sm6_block_emit_phi(), and sm6_block_emit_terminator().

◆ instruction_capacity

size_t sm6_block::instruction_capacity

Definition at line 735 of file dxil.c.

◆ instruction_count

size_t sm6_block::instruction_count

Definition at line 736 of file dxil.c.

◆ instructions

struct vkd3d_shader_instruction* sm6_block::instructions

Definition at line 734 of file dxil.c.

◆ phi

struct sm6_phi* sm6_block::phi

Definition at line 741 of file dxil.c.

◆ phi_capacity

size_t sm6_block::phi_capacity

Definition at line 742 of file dxil.c.

◆ phi_count

size_t sm6_block::phi_count

Definition at line 743 of file dxil.c.

◆ terminator

struct sm6_block_terminator sm6_block::terminator

Definition at line 745 of file dxil.c.


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