Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c76 update_gl_clamp(struct st_context *st, struct gl_program *prog, uint32_t *gl_clamp) in update_gl_clamp() function
173 update_gl_clamp(st, st->ctx->FragmentProgram._Current, key.gl_clamp); in st_update_fp()
238 update_gl_clamp(st, st->ctx->VertexProgram._Current, key.gl_clamp); in st_update_vp()
292 update_gl_clamp(st, prog, key.gl_clamp); in st_update_common_program()