Searched refs:decode_cf (Results 1 – 3 of 3) sorted by relevance
795 int decode_cf(unsigned &i, bc_cf &bc);910 int decode_cf(unsigned &i, bool &eop);
99 if ((r = decode_cf(i, eop))) in decode_shader()204 int bc_parser::decode_cf(unsigned &i, bool &eop) { in decode_cf() function in r600_sb::bc_parser220 if ((r = dec->decode_cf(i, cf->bc))) in decode_cf()
31 int bc_decoder::decode_cf(unsigned &i, bc_cf& bc) { in decode_cf() function in r600_sb::bc_decoder