HomeSort by: relevance | last modified time | path
    Searched defs:radeon_cs_parser (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon.h 1104 struct radeon_cs_parser { struct
1136 static inline u32 radeon_get_ib_value(struct radeon_cs_parser *p, int idx)
1155 typedef int (*radeon_packet0_check_t)(struct radeon_cs_parser *p,
1158 typedef int (*radeon_packet3_check_t)(struct radeon_cs_parser *p,
1739 int radeon_uvd_cs_parse(struct radeon_cs_parser *parser);
1780 int radeon_vce_cs_reloc(struct radeon_cs_parser *p, int lo, int hi, unsigned size);
1781 int radeon_vce_cs_parse(struct radeon_cs_parser *p);
1865 int (*cs_parse)(struct radeon_cs_parser *p);
2887 extern int radeon_cs_parser_init(struct radeon_cs_parser *p, void *data);
3020 int radeon_cs_packet_parse(struct radeon_cs_parser *p
    [all...]
radeon.h 1104 struct radeon_cs_parser { struct
1136 static inline u32 radeon_get_ib_value(struct radeon_cs_parser *p, int idx)
1155 typedef int (*radeon_packet0_check_t)(struct radeon_cs_parser *p,
1158 typedef int (*radeon_packet3_check_t)(struct radeon_cs_parser *p,
1739 int radeon_uvd_cs_parse(struct radeon_cs_parser *parser);
1780 int radeon_vce_cs_reloc(struct radeon_cs_parser *p, int lo, int hi, unsigned size);
1781 int radeon_vce_cs_parse(struct radeon_cs_parser *p);
1865 int (*cs_parse)(struct radeon_cs_parser *p);
2887 extern int radeon_cs_parser_init(struct radeon_cs_parser *p, void *data);
3020 int radeon_cs_packet_parse(struct radeon_cs_parser *p
    [all...]

Completed in 30 milliseconds