|
ReactOS 0.4.17-dev-934-g091855f
|

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 |
Definition at line 4491 of file hlsl_codegen.c.
| struct register_allocator::allocation * register_allocator::allocations |
Referenced by allocate_const_registers(), and allocate_semantic_registers().
| size_t register_allocator::capacity |
Definition at line 4502 of file hlsl_codegen.c.
| size_t register_allocator::count |
Definition at line 4502 of file hlsl_codegen.c.
| size_t register_allocator::indexable_count |
Definition at line 4506 of file hlsl_codegen.c.
| bool register_allocator::prioritize_smaller_writemasks |
Definition at line 4516 of file hlsl_codegen.c.
Referenced by allocate_semantic_registers().
| uint32_t register_allocator::reg_count |
Definition at line 4509 of file hlsl_codegen.c.