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

Classes

struct  allocation
 

Public Attributes

struct register_allocator::allocation * allocations
 
size_t count
 
size_t capacity
 
size_t indexable_count
 
uint32_t reg_count
 
bool prioritize_smaller_writemasks
 

Detailed Description

Definition at line 4491 of file hlsl_codegen.c.

Member Data Documentation

◆ allocations

◆ capacity

size_t register_allocator::capacity

Definition at line 4502 of file hlsl_codegen.c.

◆ count

size_t register_allocator::count

Definition at line 4502 of file hlsl_codegen.c.

◆ indexable_count

size_t register_allocator::indexable_count

Definition at line 4506 of file hlsl_codegen.c.

◆ prioritize_smaller_writemasks

bool register_allocator::prioritize_smaller_writemasks

Definition at line 4516 of file hlsl_codegen.c.

Referenced by allocate_semantic_registers().

◆ reg_count

uint32_t register_allocator::reg_count

Definition at line 4509 of file hlsl_codegen.c.


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