diff options
author | Gert Wollny <[email protected]> | 2017-06-21 10:05:23 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-09-06 11:49:27 +0200 |
commit | 732246701f58a6be4bd377fbd2ecf1f10737824e (patch) | |
tree | 5bea2d6be0fae6a8a97d64c7930f9c269d5af20c /CleanSpec.mk | |
parent | b65ff7a02df26f900faac52b3529662dc0148fab (diff) |
mesa/st: glsl_to_tgsi move some helper classes to extra files
To prepare the implementation of a temp register lifetime tracker
some of the classes are moved into seperate header/implementation
files to make them accessible from other files.
Specifically these are:
class st_src_reg;
class st_dst_reg;
class glsl_to_tgsi_instruction;
struct rename_reg_pair;
int swizzle_for_type(const glsl_type *type, int component);
as inline:
bool is_resource_instruction(unsigned opcode);
unsigned num_inst_dst_regs(const glsl_to_tgsi_instruction *op);
unsigned num_inst_src_regs(const glsl_to_tgsi_instruction *op);
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'CleanSpec.mk')
0 files changed, 0 insertions, 0 deletions