Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.cpp60 INTENSITY = 1, enumerator
83 if (style == TextStyle::INTENSITY) in SetTextColor()
92 … uint32_t cc = 30 + ((style == TextStyle::INTENSITY) ? 60 : 0) + static_cast<uint32_t>(color); in SetTextColor()
132 SetTextColor(stderr, TextColor::RED, TextStyle::INTENSITY); in SwrAssert()
136 SetTextColor(stderr, TextColor::CYAN, TextStyle::INTENSITY); in SwrAssert()
141 SetTextColor(stderr, TextColor::YELLOW, TextStyle::INTENSITY); in SwrAssert()
256 SetTextColor(stderr, TextColor::PURPLE, TextStyle::INTENSITY); in SwrTrace()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c51 INTENSITY enumerator
906 case INTENSITY: in rebase_colors()
1270 bqs->base_format[i] = INTENSITY; in choose_blend_quad()