Lines Matching refs:radeon_cs_parser
34 static int r600_cs_packet_next_reloc_mm(struct radeon_cs_parser *p,
36 static int r600_cs_packet_next_reloc_nomm(struct radeon_cs_parser *p,
38 typedef int (*next_reloc_t)(struct radeon_cs_parser*, struct radeon_cs_reloc**);
341 static int r600_cs_track_validate_cb(struct radeon_cs_parser *p, int i) in r600_cs_track_validate_cb()
464 static int r600_cs_track_validate_db(struct radeon_cs_parser *p) in r600_cs_track_validate_db()
709 static int r600_cs_track_check(struct radeon_cs_parser *p) in r600_cs_track_check()
788 int r600_cs_packet_parse(struct radeon_cs_parser *p, in r600_cs_packet_parse()
838 static int r600_cs_packet_next_reloc_mm(struct radeon_cs_parser *p, in r600_cs_packet_next_reloc_mm()
884 static int r600_cs_packet_next_reloc_nomm(struct radeon_cs_parser *p, in r600_cs_packet_next_reloc_nomm()
927 static int r600_cs_packet_next_is_pkt3_nop(struct radeon_cs_parser *p) in r600_cs_packet_next_is_pkt3_nop()
956 static int r600_cs_packet_parse_vline(struct radeon_cs_parser *p) in r600_cs_packet_parse_vline()
1050 static int r600_packet0_check(struct radeon_cs_parser *p, in r600_packet0_check()
1073 static int r600_cs_parse_packet0(struct radeon_cs_parser *p, in r600_cs_parse_packet0()
1101 static int r600_cs_check_reg(struct radeon_cs_parser *p, u32 reg, u32 idx) in r600_cs_check_reg()
1555 static int r600_check_texture_resource(struct radeon_cs_parser *p, u32 idx, in r600_check_texture_resource()
1691 static bool r600_is_safe_reg(struct radeon_cs_parser *p, u32 reg, u32 idx) in r600_is_safe_reg()
1707 static int r600_packet3_check(struct radeon_cs_parser *p, in r600_packet3_check()
2202 int r600_cs_parse(struct radeon_cs_parser *p) in r600_cs_parse()
2265 static int r600_cs_parser_relocs_legacy(struct radeon_cs_parser *p) in r600_cs_parser_relocs_legacy()
2285 static void r600_cs_parser_fini(struct radeon_cs_parser *parser, int error) in r600_cs_parser_fini()
2302 struct radeon_cs_parser parser; in r600_cs_legacy()
2315 memset(&parser, 0, sizeof(struct radeon_cs_parser)); in r600_cs_legacy()