Searched defs:st_translate (Results 1 – 3 of 3) sorted by relevance
58 struct st_translate { struct80 dst_register(struct st_translate *t, gl_register_file file, GLuint index) in dst_register() argument
38 struct st_translate { struct39 struct ureg_program *ureg;40 struct ati_fragment_shader *atifs;42 struct ureg_dst temps[MAX_PROGRAM_TEMPS];43 struct ureg_src *constants;44 struct ureg_dst outputs[PIPE_MAX_SHADER_OUTPUTS];45 struct ureg_src inputs[PIPE_MAX_SHADER_INPUTS];46 struct ureg_src samplers[PIPE_MAX_SAMPLERS];48 const ubyte *inputMapping;49 const ubyte *outputMapping;[all …]
5778 struct st_translate { struct5779 struct ureg_program *ureg;5781 unsigned temps_size;5782 struct ureg_dst *temps;5784 struct ureg_dst *arrays;5785 unsigned num_temp_arrays;5786 struct ureg_src *constants;5787 int num_constants;5788 struct ureg_src *immediates;5789 int num_immediates;[all …]