Searched refs:sp_samp (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c735 const struct sp_sampler *sp_samp,
743 return sp_samp->base.border_color.f;
961 const struct sp_sampler *sp_samp,
970 return sp_samp->base.border_color.f;
981 const struct sp_sampler *sp_samp,
988 return sp_samp->base.border_color.f;
999 const struct sp_sampler *sp_samp,
1010 return sp_samp->base.border_color.f;
1075 const struct sp_sampler *sp_samp,
1086 return sp_samp
734 get_texel_2d(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,union tex_tile_address addr,int x,int y) argument
960 get_texel_3d(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,union tex_tile_address addr,int x,int y,int z) argument
980 get_texel_1d_array(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,union tex_tile_address addr,int x,int y) argument
998 get_texel_2d_array(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,union tex_tile_address addr,int x,int y,int layer) argument
1074 get_texel_cube_array(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,union tex_tile_address addr,int x,int y,int layer) argument
1130 img_filter_2d_linear_repeat_POT(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1185 img_filter_2d_nearest_repeat_POT(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1220 img_filter_2d_nearest_clamp_POT(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1263 img_filter_1d_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1294 img_filter_1d_array_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1326 img_filter_2d_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1360 img_filter_2d_array_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1395 img_filter_cube_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1438 img_filter_cube_array_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1474 img_filter_3d_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1506 img_filter_1d_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1538 img_filter_1d_array_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1636 img_filter_2d_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1681 img_filter_2d_array_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1727 img_filter_cube_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1792 img_filter_cube_array_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1859 img_filter_3d_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1956 compute_lambda_lod_unclamped(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const float derivs[3][2][TGSI_QUAD_SIZE],const float lod_in[TGSI_QUAD_SIZE],enum tgsi_sampler_control control,float lod[TGSI_QUAD_SIZE]) argument
2006 compute_lambda_lod(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],float derivs[3][2][TGSI_QUAD_SIZE],const float lod_in[TGSI_QUAD_SIZE],enum tgsi_sampler_control control,float lod[TGSI_QUAD_SIZE]) argument
2040 clamp_lod(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float clamped[TGSI_QUAD_SIZE]) argument
2064 mip_rel_level_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float level[TGSI_QUAD_SIZE]) argument
2073 mip_filter_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_comp,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2135 mip_rel_level_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float level[TGSI_QUAD_SIZE]) argument
2156 mip_filter_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_component,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2202 mip_rel_level_none(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float level[TGSI_QUAD_SIZE]) argument
2215 mip_filter_none(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_component,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2254 mip_rel_level_none_no_filter_select(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float level[TGSI_QUAD_SIZE]) argument
2263 mip_filter_none_no_filter_select(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_comp,const float lod_in[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2325 img_filter_2d_ewa(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const uint faces[TGSI_QUAD_SIZE],const int8_t * offset,unsigned level,const float dudx,const float dvdx,const float dudy,const float dvdy,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2520 mip_rel_level_linear_aniso(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float level[TGSI_QUAD_SIZE]) argument
2532 mip_filter_linear_aniso(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],UNUSED int gather_comp,const float lod_in[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2650 mip_rel_level_linear_2d_linear_repeat_POT(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float level[TGSI_QUAD_SIZE]) argument
2664 mip_filter_linear_2d_linear_repeat_POT(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_comp,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2755 sample_compare(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float c0[TGSI_QUAD_SIZE],enum tgsi_sampler_control control,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
3133 get_filters(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const enum tgsi_sampler_control control,const struct sp_filter_funcs ** funcs,img_filter_func * min,img_filter_func * mag) argument
3166 sample_mip(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const float c0[TGSI_QUAD_SIZE],int gather_comp,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
3206 convert_cube(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const float c0[TGSI_QUAD_SIZE],float ssss[TGSI_QUAD_SIZE],float tttt[TGSI_QUAD_SIZE],float pppp[TGSI_QUAD_SIZE],uint faces[TGSI_QUAD_SIZE]) argument
3645 const struct sp_tgsi_sampler *sp_samp = local in function:sp_tgsi_get_dims
3700 const struct sp_sampler *sp_samp; local in function:sp_tgsi_get_samples
3767 const struct sp_sampler *sp_samp; local in function:sp_tgsi_query_lod
3801 const struct sp_tgsi_sampler *sp_samp = local in function:sp_tgsi_get_texel
[all...]
H A Dsp_tex_sample.h72 const struct sp_sampler *sp_samp,
83 const struct sp_sampler *sp_samp,
96 const struct sp_sampler *sp_samp,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c749 const struct sp_sampler *sp_samp,
975 const struct sp_sampler *sp_samp,
995 const struct sp_sampler *sp_samp,
1013 const struct sp_sampler *sp_samp,
1089 const struct sp_sampler *sp_samp,
1145 const struct sp_sampler *sp_samp,
1200 const struct sp_sampler *sp_samp,
1235 const struct sp_sampler *sp_samp,
1278 const struct sp_sampler *sp_samp,
1294 sp_samp
748 get_texel_2d(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,union tex_tile_address addr,int x,int y) argument
974 get_texel_3d(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,union tex_tile_address addr,int x,int y,int z) argument
994 get_texel_1d_array(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,union tex_tile_address addr,int x,int y) argument
1012 get_texel_2d_array(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,union tex_tile_address addr,int x,int y,int layer) argument
1088 get_texel_cube_array(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,union tex_tile_address addr,int x,int y,int layer) argument
1144 img_filter_2d_linear_repeat_POT(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1199 img_filter_2d_nearest_repeat_POT(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1234 img_filter_2d_nearest_clamp_POT(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1277 img_filter_1d_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1308 img_filter_1d_array_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1340 img_filter_2d_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1374 img_filter_2d_array_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1409 img_filter_cube_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1452 img_filter_cube_array_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1487 img_filter_3d_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1519 img_filter_1d_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1551 img_filter_1d_array_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1649 img_filter_2d_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1694 img_filter_2d_array_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1740 img_filter_cube_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1805 img_filter_cube_array_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1873 img_filter_3d_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const struct img_filter_args * args,float * rgba) argument
1970 compute_lambda_lod_unclamped(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const float derivs[3][2][TGSI_QUAD_SIZE],const float lod_in[TGSI_QUAD_SIZE],enum tgsi_sampler_control control,float lod[TGSI_QUAD_SIZE]) argument
2020 compute_lambda_lod(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],float derivs[3][2][TGSI_QUAD_SIZE],const float lod_in[TGSI_QUAD_SIZE],enum tgsi_sampler_control control,float lod[TGSI_QUAD_SIZE]) argument
2054 clamp_lod(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float clamped[TGSI_QUAD_SIZE]) argument
2078 mip_rel_level_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float level[TGSI_QUAD_SIZE]) argument
2087 mip_filter_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_comp,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2149 mip_rel_level_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float level[TGSI_QUAD_SIZE]) argument
2170 mip_filter_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_component,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2216 mip_rel_level_none(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float level[TGSI_QUAD_SIZE]) argument
2229 mip_filter_none(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_component,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2268 mip_rel_level_none_no_filter_select(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float level[TGSI_QUAD_SIZE]) argument
2277 mip_filter_none_no_filter_select(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_comp,const float lod_in[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2339 img_filter_2d_ewa(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const uint faces[TGSI_QUAD_SIZE],const int8_t * offset,unsigned level,const float dudx,const float dvdx,const float dudy,const float dvdy,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2534 mip_rel_level_linear_aniso(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float level[TGSI_QUAD_SIZE]) argument
2546 mip_filter_linear_aniso(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],UNUSED int gather_comp,const float lod_in[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2664 mip_rel_level_linear_2d_linear_repeat_POT(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float lod[TGSI_QUAD_SIZE],float level[TGSI_QUAD_SIZE]) argument
2678 mip_filter_linear_2d_linear_repeat_POT(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_comp,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2769 sample_compare(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float c0[TGSI_QUAD_SIZE],enum tgsi_sampler_control control,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
3147 get_filters(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const enum tgsi_sampler_control control,const struct sp_filter_funcs ** funcs,img_filter_func * min,img_filter_func * mag) argument
3180 sample_mip(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const float c0[TGSI_QUAD_SIZE],int gather_comp,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
3220 convert_cube(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const float c0[TGSI_QUAD_SIZE],float ssss[TGSI_QUAD_SIZE],float tttt[TGSI_QUAD_SIZE],float pppp[TGSI_QUAD_SIZE],uint faces[TGSI_QUAD_SIZE]) argument
3661 const struct sp_tgsi_sampler *sp_samp = local in function:sp_tgsi_get_dims
3716 const struct sp_sampler *sp_samp; local in function:sp_tgsi_get_samples
3799 const struct sp_sampler *sp_samp; local in function:sp_tgsi_query_lod
3833 const struct sp_tgsi_sampler *sp_samp = local in function:sp_tgsi_get_texel
[all...]
H A Dsp_tex_sample.h72 const struct sp_sampler *sp_samp,
83 const struct sp_sampler *sp_samp,
96 const struct sp_sampler *sp_samp,

Completed in 10 milliseconds