Lines Matching refs:radeon_cs_parser

349 static int r600_cs_track_validate_cb(struct radeon_cs_parser *p, int i)  in r600_cs_track_validate_cb()
516 static int r600_cs_track_validate_db(struct radeon_cs_parser *p) in r600_cs_track_validate_db()
705 static int r600_cs_track_check(struct radeon_cs_parser *p) in r600_cs_track_check()
793 static int r600_cs_packet_parse_vline(struct radeon_cs_parser *p) in r600_cs_packet_parse_vline()
824 int r600_cs_common_vline_parse(struct radeon_cs_parser *p, in r600_cs_common_vline_parse()
918 static int r600_packet0_check(struct radeon_cs_parser *p, in r600_packet0_check()
941 static int r600_cs_parse_packet0(struct radeon_cs_parser *p, in r600_cs_parse_packet0()
969 static int r600_cs_check_reg(struct radeon_cs_parser *p, u32 reg, u32 idx) in r600_cs_check_reg()
1469 static int r600_check_texture_resource(struct radeon_cs_parser *p, u32 idx, in r600_check_texture_resource()
1610 static bool r600_is_safe_reg(struct radeon_cs_parser *p, u32 reg, u32 idx) in r600_is_safe_reg()
1626 static int r600_packet3_check(struct radeon_cs_parser *p, in r600_packet3_check()
2268 int r600_cs_parse(struct radeon_cs_parser *p) in r600_cs_parse()
2341 static void r600_cs_parser_fini(struct radeon_cs_parser *parser, int error) in r600_cs_parser_fini()
2352 static int r600_cs_parser_relocs_legacy(struct radeon_cs_parser *p) in r600_cs_parser_relocs_legacy()
2367 struct radeon_cs_parser parser; in r600_cs_legacy()
2379 memset(&parser, 0, sizeof(struct radeon_cs_parser)); in r600_cs_legacy()
2437 int r600_dma_cs_next_reloc(struct radeon_cs_parser *p, in r600_dma_cs_next_reloc()
2473 int r600_dma_cs_parse(struct radeon_cs_parser *p) in r600_dma_cs_parse()