D | st_glsl_to_tgsi_private.cpp | 48 static st_src_reg * 49 dup_reladdr(const st_src_reg *input) in dup_reladdr() 54 st_src_reg *reg = ralloc(input, st_src_reg); in dup_reladdr() 64 st_src_reg::st_src_reg(gl_register_file file, int index, const glsl_type *type, in st_src_reg() function in st_src_reg 83 st_src_reg::st_src_reg(gl_register_file file, int index, enum glsl_base_type type) in st_src_reg() function in st_src_reg 101 st_src_reg::st_src_reg(gl_register_file file, int index, enum glsl_base_type type, int index2D) in st_src_reg() function in st_src_reg 119 void st_src_reg::reset() in reset() 136 st_src_reg::st_src_reg() in st_src_reg() function in st_src_reg 141 st_src_reg::st_src_reg(const st_src_reg ®) in st_src_reg() function in st_src_reg 146 void st_src_reg::operator=(const st_src_reg ®) in operator =() [all …]
|