Searched defs:st_translate (Results 1 – 1 of 1) sorted by relevance
38 struct st_translate { struct39 nir_builder *b;40 struct ati_fragment_shader *atifs;42 nir_def *temps[MAX_PROGRAM_TEMPS];44 nir_variable *fragcolor;45 nir_variable *constants;46 nir_variable *samplers[MAX_TEXTURE_UNITS];71 get_temp(struct st_translate *t, unsigned index) in get_temp() argument