Searched refs:st_update_single_texture (Results 1 – 4 of 4) sorted by relevance
59 st_update_single_texture(struct st_context *st, in st_update_single_texture() function150 st_update_single_texture(st, prog->SamplerUnits[unit], glsl130, in st_get_sampler_views()
379 st_update_single_texture(struct st_context *st,
522 view = st_update_single_texture(st, texUnit, prog->sh.data->Version >= 130, in st_create_texture_handle_from_unit()
3548 - st/mesa: sink _mesa_get_samplerobj into st_update_single_texture3549 - st/mesa: read Target only once in st_update_single_texture3550 - st/mesa: return sview from st_update_single_texture via return value, not param