|
ReactOS 0.4.17-dev-934-g091855f
|
#include <hlsl.h>

Public Attributes | |
| struct hlsl_ir_node | node |
| struct hlsl_deref | lhs |
| struct hlsl_src | rhs |
| unsigned char | writemask |
| struct hlsl_deref hlsl_ir_store::lhs |
Definition at line 870 of file hlsl.h.
Referenced by allocate_temp_registers_recurse(), compute_liveness_recurse(), copy_propagation_invalidate_from_block(), copy_propagation_record_store(), dce(), dump_ir_store(), free_ir_store(), hlsl_new_store_component(), hlsl_new_store_index(), sm1_generate_vsir_instr_store(), split_copy(), validate_dereferences(), validate_nonconstant_vector_store_derefs(), and write_sm4_store().
| struct hlsl_ir_node hlsl_ir_store::node |
Definition at line 869 of file hlsl.h.
Referenced by copy_propagation_record_store(), hlsl_new_store_component(), hlsl_new_store_index(), sm1_generate_vsir_instr_store(), split_array_copies(), split_copy(), split_matrix_copies(), and split_struct_copies().
Definition at line 871 of file hlsl.h.
Referenced by compute_liveness_recurse(), copy_propagation_record_store(), dump_ir_store(), free_ir_store(), hlsl_new_store_component(), hlsl_new_store_index(), sm1_generate_vsir_instr_store(), split_array_copies(), split_matrix_copies(), split_struct_copies(), and write_sm4_store().
Definition at line 872 of file hlsl.h.
Referenced by copy_propagation_invalidate_from_block(), copy_propagation_record_store(), dump_ir_store(), hlsl_new_store_component(), hlsl_new_store_index(), sm1_generate_vsir_instr_store(), and write_sm4_store().