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

Public Attributes

uint32_t reg
 
unsigned int writemask
 
unsigned int first_write
 
unsigned int last_read
 
int mode
 

Detailed Description

Definition at line 4493 of file hlsl_codegen.c.

Member Data Documentation

◆ first_write

unsigned int register_allocator::allocation::first_write

Definition at line 4497 of file hlsl_codegen.c.

◆ last_read

unsigned int register_allocator::allocation::last_read

Definition at line 4497 of file hlsl_codegen.c.

◆ mode

int register_allocator::allocation::mode

Definition at line 4500 of file hlsl_codegen.c.

◆ reg

uint32_t register_allocator::allocation::reg

Definition at line 4495 of file hlsl_codegen.c.

◆ writemask

unsigned int register_allocator::allocation::writemask

Definition at line 4496 of file hlsl_codegen.c.


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