Searched defs:st_translate (Results 1 – 1 of 1) sorted by relevance
41 struct st_translate { struct42 nir_builder *b;43 struct ati_fragment_shader *atifs;44 const struct st_fp_variant_key *key;46 nir_ssa_def *temps[MAX_PROGRAM_TEMPS];48 nir_variable *fragcolor;49 nir_variable *constants;50 nir_variable *samplers[MAX_TEXTURE_UNITS];75 get_temp(struct st_translate *t, unsigned index) in get_temp() argument