Searched refs:new_color (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_dead_builtin_varyings.cpp289 memset(this->new_color, 0, sizeof(this->new_color));
327 this->new_color[i] =
412 if (var == this->info->color[i] && this->new_color[i]) {
413 var->replace_with(this->new_color[i]);
472 if (var == this->info->color[i] && this->new_color[i]) {
473 *rvalue = new(ctx) ir_dereference_variable(this->new_color[i]);
509 ir_variable *new_color[2]; member in class:__anon112a57600110::replace_varyings_visitor
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_dead_builtin_varyings.cpp289 memset(this->new_color, 0, sizeof(this->new_color));
327 this->new_color[i] =
412 if (var == this->info->color[i] && this->new_color[i]) {
413 var->replace_with(this->new_color[i]);
472 if (var == this->info->color[i] && this->new_color[i]) {
473 *rvalue = new(ctx) ir_dereference_variable(this->new_color[i]);
509 ir_variable *new_color[2]; member in class:__anon4cdfd2ed0110::replace_varyings_visitor
/xsrc/external/mit/xterm/dist/
H A Dgraphics.c873 AllocatedColorRegister *new_color; local in function:save_allocated_color
889 if (!(new_color = TypeMalloc(AllocatedColorRegister))) {
893 new_color->r = reg->r;
894 new_color->g = reg->g;
895 new_color->b = reg->b;
896 new_color->pix = *pix;
897 new_color->next = allocated_colors[rr][gg][bb];
899 allocated_colors[rr][gg][bb] = new_color;
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest.cc2961 WORD new_color = local in function:testing::internal::GetNewColor
2966 if (((new_color & background_mask) >> bg_bitOffset) ==
2967 ((new_color & foreground_mask) >> fg_bitOffset)) {
2968 new_color ^= FOREGROUND_INTENSITY; // invert intensity
2970 return new_color;
3057 const WORD new_color = GetNewColor(color, old_color_attrs); local in function:testing::internal::ColoredPrintf
3063 SetConsoleTextAttribute(stdout_handle, new_color);

Completed in 44 milliseconds