00001 #ifndef SP_TEX_SAMPLE_H 00002 #define SP_TEX_SAMPLE_H 00003 00004 00005 struct tgsi_sampler; 00006 00007 00008 extern void 00009 sp_get_samples(struct tgsi_sampler *sampler, 00010 const float s[QUAD_SIZE], 00011 const float t[QUAD_SIZE], 00012 const float p[QUAD_SIZE], 00013 float lodbias, 00014 float rgba[NUM_CHANNELS][QUAD_SIZE]); 00015 00016 00017 #endif /* SP_TEX_SAMPLE_H */