Searched defs:st_translate (Results 1 – 3 of 3) sorted by relevance
57 struct st_translate { struct79 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 …]
5364 struct st_translate { struct5365 struct ureg_program *ureg;5367 unsigned temps_size;5368 struct ureg_dst *temps;5370 struct ureg_dst *arrays;5371 unsigned num_temp_arrays;5372 struct ureg_src *constants;5373 int num_constants;5374 struct ureg_src *immediates;5375 int num_immediates;[all …]