Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c38 struct st_translate { struct
39 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