Home
last modified time | relevance | path

Searched defs:st_translate (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_nir.c41 struct st_translate { struct
42 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