Searched refs:OutputColor (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_fs.c | 94 compiler->OutputColor[0] = shader->info.num_outputs; in find_output_registers() 95 compiler->OutputColor[1] = shader->info.num_outputs; in find_output_registers() 96 compiler->OutputColor[2] = shader->info.num_outputs; in find_output_registers() 97 compiler->OutputColor[3] = shader->info.num_outputs; in find_output_registers() 104 compiler->OutputColor[shader->info.output_semantic_index[i]] = i; in find_output_registers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Process.h | 189 static const char *OutputColor(char c, bool bold, bool bg); 191 /// Same as OutputColor, but only enables the bold attribute.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Process.h | 174 static const char *OutputColor(char c, bool bold, bool bg); 176 /// Same as OutputColor, but only enables the bold attribute.
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_compiler.h | 115 unsigned OutputColor[4]; member
|
H A D | radeon_pair_translate.c | 291 if (inst->DstReg.Index == c->OutputColor[i]) { in set_pair_instruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | raw_ostream.cpp | 647 : sys::Process::OutputColor(colors, bold, bg); in changeColor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 814 : sys::Process::OutputColor(static_cast<char>(colors), bold, bg); in changeColor()
|
Completed in 6 milliseconds