Searched refs:OutputColor (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/ |
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-subzero/include/llvm/Support/ |
D | Process.h | 174 static const char *OutputColor(char c, bool bold, bool bg);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Process.h | 189 static const char *OutputColor(char c, bool bold, bool bg);
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler.h | 115 unsigned OutputColor[4]; member
|
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/ |
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/ |
D | raw_ostream.cpp | 814 : sys::Process::OutputColor(static_cast<char>(colors), bold, bg); in changeColor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 378 const char *Process::OutputColor(char code, bool bold, bool bg) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Process.inc | 378 const char *Process::OutputColor(char code, bool bold, bool bg) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Process.inc | 415 const char *Process::OutputColor(char code, bool bold, bool bg) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Process.inc | 414 const char *Process::OutputColor(char code, bool bold, bool bg) {
|