Home
last modified time | relevance | path

Searched defs:sp_sampler_view (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h107 struct sp_sampler_view struct
109 struct pipe_sampler_view base;
113 unsigned xpot;
114 unsigned ypot;
116 bool need_swizzle;
117 bool pot2d;
118 bool need_cube_convert;
121 struct softpipe_tex_tile_cache *cache;
122 compute_lambda_func compute_lambda;
123 compute_lambda_from_grad_func compute_lambda_from_grad;
[all …]