Searched defs:tgsi_sampler (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h100 struct tgsi_sampler struct
103 void (*get_samples)(struct tgsi_sampler *sampler,
110 void (*get_dims)(struct tgsi_sampler *sampler, int level,
112 void (*get_texel)(struct tgsi_sampler *sampler, const int i[TGSI_QUAD_SIZE],
264 struct tgsi_sampler **Samplers;
352 struct tgsi_sampler **samplers);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c779 img_filter_2d_linear_repeat_POT(struct tgsi_sampler *tgsi_sampler, argument
788 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler);
840 img_filter_2d_nearest_repeat_POT(struct tgsi_sampler *tgsi_sampler, argument
849 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler);
879 img_filter_2d_nearest_clamp_POT(struct tgsi_sampler *tgsi_sampler, argument
888 const struct sp_sampler_variant *samp = sp_sampler_variant(tgsi_sampler);
926 img_filter_1d_nearest(struct tgsi_sampler *tgsi_sample argument
963 img_filter_1d_array_nearest(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1001 img_filter_2d_nearest(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1041 img_filter_2d_array_nearest(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1090 img_filter_cube_nearest(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1130 img_filter_3d_nearest(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1169 img_filter_1d_linear(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1206 img_filter_1d_array_linear(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1244 img_filter_2d_linear(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1288 img_filter_2d_array_linear(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1333 img_filter_cube_linear(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1378 img_filter_3d_linear(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1451 mip_filter_linear(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1508 mip_filter_nearest(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1547 mip_filter_none(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1580 mip_filter_none_no_filter_select(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1629 img_filter_2d_ewa(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], unsigned level, enum tgsi_sampler_control control, const float dudx, const float dvdx, const float dudy, const float dvdy, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1814 mip_filter_linear_aniso(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1912 mip_filter_linear_2d_linear_repeat_POT( struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1971 sample_compare(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2081 sample_cube(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2243 sample_swizzle(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2488 sample_get_dims(struct tgsi_sampler *tgsi_sampler, int level, int dims[4]) argument
2534 sample_get_texels(struct tgsi_sampler *tgsi_sampler, const int v_i[TGSI_QUAD_SIZE], const int v_j[TGSI_QUAD_SIZE], const int v_k[TGSI_QUAD_SIZE], const int lod[TGSI_QUAD_SIZE], const int8_t offset[3], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
[all...]

Completed in 369 milliseconds