Searched refs:clamp_color (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.h63 boolean clamp_color);
H A Dst_atom_shader.c87 key.clamp_color = st->clamp_frag_color_in_shader &&
149 key.clamp_color = st->clamp_vert_color_in_shader &&
H A Dst_glsl_to_tgsi.h54 boolean clamp_color);
H A Dst_program.h60 GLuint clamp_color:1; member in struct:st_fp_variant_key
106 boolean clamp_color; member in struct:st_vp_variant_key
H A Dst_mesa_to_tgsi.c295 boolean clamp_color)
306 else if (clamp_color && DstReg->File == PROGRAM_OUTPUT) {
1029 boolean clamp_color)
1244 compile_instruction( t, &program->Instructions[i], clamp_color );
292 translate_dst( struct st_translate *t, const struct prog_dst_register *DstReg, boolean saturate, boolean clamp_color) argument
1014 st_translate_mesa_program( struct gl_context *ctx, uint procType, struct ureg_program *ureg, const struct gl_program *program, GLuint numInputs, const GLuint inputMapping[], const ubyte inputSemanticName[], const ubyte inputSemanticIndex[], const GLuint interpMode[], GLuint numOutputs, const GLuint outputMapping[], const ubyte outputSemanticName[], const ubyte outputSemanticIndex[], boolean passthrough_edgeflags, boolean clamp_color) argument
H A Dst_program.c357 key->clamp_color);
375 key->clamp_color);
728 key->clamp_color );
745 key->clamp_color);
H A Dst_cb_bitmap.c425 key.clamp_color = st->clamp_frag_color_in_shader &&
H A Dst_glsl_to_tgsi.cpp4104 bool saturate, bool clamp_color)
4114 else if (clamp_color && dst_reg->file == PROGRAM_OUTPUT) {
4532 boolean clamp_color)
4764 clamp_color);
H A Dst_cb_drawpixels.c1030 key.clamp_color = st->clamp_frag_color_in_shader &&
/external/skia/src/effects/gradients/
H A DSk4fGradientBase.cpp198 const Sk4f clamp_color = pack_color(colors[first_index], local
201 fIntervals.emplace_back(clamp_color, clamp_pos,
202 clamp_color, first_pos);
218 const Sk4f clamp_color = pack_color(colors[last_index], premulColors, componentScale); local
220 fIntervals.emplace_back(clamp_color, last_pos,
221 clamp_color, clamp_pos);

Completed in 214 milliseconds