Searched refs:gl_clamp (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_shader.c | 83 update_gl_clamp(struct st_context *st, struct gl_program *prog, uint32_t *gl_clamp) in update_gl_clamp() argument 88 gl_clamp[0] = gl_clamp[1] = gl_clamp[2] = 0; in update_gl_clamp() 106 gl_clamp[0] |= BITFIELD64_BIT(unit); in update_gl_clamp() 108 gl_clamp[1] |= BITFIELD64_BIT(unit); in update_gl_clamp() 110 gl_clamp[2] |= BITFIELD64_BIT(unit); in update_gl_clamp() 185 update_gl_clamp(st, st->ctx->FragmentProgram._Current, key.gl_clamp); in st_update_fp() 261 update_gl_clamp(st, st->ctx->VertexProgram._Current, key.gl_clamp); in st_update_vp() 328 update_gl_clamp(st, prog, key.gl_clamp); in st_update_common_program()
|
D | st_program.c | 824 (key->gl_clamp[0] || key->gl_clamp[1] || key->gl_clamp[2])) { in st_create_common_variant() 826 tex_opts.saturate_s = key->gl_clamp[0]; in st_create_common_variant() 827 tex_opts.saturate_t = key->gl_clamp[1]; in st_create_common_variant() 828 tex_opts.saturate_r = key->gl_clamp[2]; in st_create_common_variant() 982 … key->gl_clamp[0] || key->gl_clamp[1] || key->gl_clamp[2] ? "GL_CLAMP," : ""); in st_get_common_variant() 1413 (key->gl_clamp[0] || key->gl_clamp[1] || key->gl_clamp[2])) { in st_create_fp_variant() 1415 tex_opts.saturate_s = key->gl_clamp[0]; in st_create_fp_variant() 1416 tex_opts.saturate_t = key->gl_clamp[1]; in st_create_fp_variant() 1417 tex_opts.saturate_r = key->gl_clamp[2]; in st_create_fp_variant() 1692 … key->gl_clamp[0] || key->gl_clamp[1] || key->gl_clamp[2] ? "GL_CLAMP," : ""); in st_get_fp_variant()
|
D | st_program.h | 176 uint32_t gl_clamp[3]; member 240 uint32_t gl_clamp[3]; member
|