r600_blit_shaders.h 302 B

1234567891011121314
  1. #ifndef R600_BLIT_SHADERS_H
  2. #define R600_BLIT_SHADERS_H
  3. extern const u32 r6xx_ps[];
  4. extern const u32 r6xx_vs[];
  5. extern const u32 r7xx_default_state[];
  6. extern const u32 r6xx_default_state[];
  7. extern const u32 r6xx_ps_size, r6xx_vs_size;
  8. extern const u32 r6xx_default_size, r7xx_default_size;
  9. #endif