Home
last modified time | relevance | path

Searched refs:sb_ostream (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h53 class sb_ostream {
55 sb_ostream() {} in sb_ostream() function
59 sb_ostream& operator <<(const char *s) {
64 sb_ostream& operator <<(const std::string& s) {
68 sb_ostream& operator <<(void *p) {
74 sb_ostream& operator <<(char c) {
80 sb_ostream& operator <<(int n) {
86 sb_ostream& operator <<(unsigned n) {
92 sb_ostream& operator <<(double d) {
140 class sb_ostringstream : public sb_ostream {
[all …]
Dsb_bc_dump.cpp212 static void print_sel(sb_ostream &s, int sel, int rel, int index_mode, in print_sel()
231 static void print_dst(sb_ostream &s, bc_alu &alu) in print_dst()
250 static void print_src(sb_ostream &s, bc_alu &alu, unsigned idx) in print_src()
Dsb_ir.h78 inline sb_ostream& operator <<(sb_ostream& o, sel_chan r) {
438 sb_ostream& operator << (sb_ostream &o, value &v);
Dsb_valtable.cpp44 sb_ostream& operator << (sb_ostream &o, value &v) { in operator <<()