D | st_glsl_to_tgsi_private.cpp | 47 static st_src_reg * 48 dup_reladdr(const st_src_reg *input) in dup_reladdr() 53 st_src_reg *reg = ralloc(input, st_src_reg); in dup_reladdr() 63 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 82 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 100 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 118 st_src_reg::st_src_reg() in st_src_reg() function in st_src_reg 135 st_src_reg::st_src_reg(const st_src_reg ®) in st_src_reg() function in st_src_reg 140 void st_src_reg::operator=(const st_src_reg ®) in operator =() 157 st_src_reg::st_src_reg(st_dst_reg reg) in st_src_reg() function in st_src_reg [all …]
|