Home
last modified time | relevance | path

Searched refs:st_update_single_texture (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c59 st_update_single_texture(struct st_context *st, in st_update_single_texture() function
150 st_update_single_texture(st, prog->SamplerUnits[unit], glsl130, in st_get_sampler_views()
Dst_texture.h379 st_update_single_texture(struct st_context *st,
Dst_texture.c522 view = st_update_single_texture(st, texUnit, prog->sh.data->Version >= 130, in st_create_texture_handle_from_unit()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3548 - st/mesa: sink _mesa_get_samplerobj into st_update_single_texture
3549 - st/mesa: read Target only once in st_update_single_texture
3550 - st/mesa: return sview from st_update_single_texture via return value, not param