Searched refs:samp (Results 1 - 25 of 116) sorted by relevance

12345

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_linear_sampler.c86 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_bgra_memcpy
87 const struct lp_jit_texture *texture = samp->texture;
90 (samp->t >> FIXED16_SHIFT) * texture->row_stride[0]);
91 const int s = samp->s;
92 const int width = samp->width;
101 memcpy(samp->row, src_row, width * sizeof *row);
102 row = samp->row;
105 samp->t += samp->dtdy;
116 struct lp_linear_sampler *samp local in function:fetch_bgrx_memcpy
150 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_bgra_axis_aligned
173 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_bgrx_axis_aligned
198 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_bgra
230 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_bgrx
263 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_bgra_clamp
299 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_bgrx_clamp
336 fetch_and_stretch_bgra_row(struct lp_linear_sampler * samp,int y) argument
408 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_bgra_axis_aligned_linear
448 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_bgra_linear
503 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_bgra_clamp_linear
614 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_bgrx_axis_aligned_linear
636 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_bgrx_clamp_linear
657 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_bgrx_linear
676 sampler_is_nearest(const struct lp_linear_sampler * samp,const struct lp_sampler_static_state * sampler_state,boolean minify) argument
738 lp_linear_init_sampler(struct lp_linear_sampler * samp,const struct lp_tgsi_texture_info * info,const struct lp_sampler_static_state * sampler_state,const struct lp_jit_texture * texture,int x0,int y0,int width,int height,const float (* a0)[4],const float (* dadx)[4],const float (* dady)[4]) argument
956 struct lp_linear_sampler *samp = (struct lp_linear_sampler *)elem; local in function:fetch_noop
962 lp_linear_init_noop_sampler(struct lp_linear_sampler * samp) argument
[all...]
H A Dlp_state_fs_linear.c62 const uint32_t *(*fetch)(struct nearest_sampler *samp);
176 fetch_row(struct nearest_sampler *samp) argument
178 int y = samp->y++;
179 uint32_t *row = samp->out;
180 const struct lp_jit_texture *texture = samp->texture;
181 int yy = util_iround(samp->fsrc_y + samp->fdtdy * y);
185 int iscale_x = samp->fdsdx * 256;
186 int acc = samp->fsrc_x * 256 + 128;
187 int width = samp
202 fetch_row_clamped(struct nearest_sampler * samp) argument
232 fetch_row_xy_clamped(struct nearest_sampler * samp) argument
259 init_nearest_sampler(struct nearest_sampler * samp,const struct lp_jit_texture * texture,int x0,int y0,int width,int height,float s0,float dsdx,float dsdy,float t0,float dtdx,float dtdy,float w0,float dwdx,float dwdy) argument
485 struct nearest_sampler samp; local in function:blit_rgba
524 struct nearest_sampler samp; local in function:blit_rgb1
572 struct nearest_sampler samp; local in function:blit_rgba_blend_premul
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.h46 fd3_sampler_stateobj(struct pipe_sampler_state *samp) argument
48 return (struct fd3_sampler_stateobj *)samp;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.h44 fd2_sampler_stateobj(struct pipe_sampler_state *samp) argument
46 return (struct fd2_sampler_stateobj *)samp;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.h45 fd3_sampler_stateobj(struct pipe_sampler_state *samp) argument
47 return (struct fd3_sampler_stateobj *)samp;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c505 nearest_texcoord(const struct gl_sampler_object *samp, argument
518 *i = clamp_rect_coord_nearest(samp->WrapS, texcoord[0], width);
519 *j = clamp_rect_coord_nearest(samp->WrapT, texcoord[1], height);
523 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
528 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
529 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
533 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
538 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]);
539 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]);
554 linear_texcoord(const struct gl_sampler_object *samp, argument
664 compute_min_mag_ranges(const struct gl_sampler_object * samp,GLuint n,const GLfloat lambda[],GLuint * minStart,GLuint * minEnd,GLuint * magStart,GLuint * magEnd) argument
773 get_border_color(const struct gl_sampler_object * samp,const struct gl_texture_image * img,GLfloat rgba[4]) argument
850 sample_1d_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
875 sample_1d_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
917 sample_1d_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
933 sample_1d_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
949 sample_1d_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
975 sample_1d_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1002 sample_nearest_1d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1019 sample_linear_1d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1036 sample_lambda_1d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1116 sample_2d_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[]) argument
1150 sample_2d_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[]) argument
1215 sample_2d_linear_repeat(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[]) argument
1248 sample_2d_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1263 sample_2d_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1279 sample_2d_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1305 sample_2d_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1331 sample_2d_linear_mipmap_linear_repeat(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1362 sample_nearest_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1379 sample_linear_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1414 opt_sample_rgb_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1459 opt_sample_rgba_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1497 sample_lambda_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1646 sample_2d_ewa(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,const GLfloat texcoord[4],const GLfloat dudx,const GLfloat dvdx,const GLfloat dudy,const GLfloat dvdy,const GLint lod,GLfloat rgba[]) argument
1773 sample_2d_footprint(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,const GLfloat texcoord[4],const GLfloat dudx,const GLfloat dvdx,const GLfloat dudy,const GLfloat dvdy,const GLint lod,GLfloat rgba[]) argument
1864 sample_lambda_2d_aniso(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda_iso[],GLfloat rgba[][4]) argument
2018 sample_3d_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2051 sample_3d_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2146 sample_3d_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2161 sample_3d_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2177 sample_3d_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2203 sample_3d_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2230 sample_nearest_3d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2247 sample_linear_3d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2264 sample_lambda_3d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2420 sample_nearest_cube(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2444 sample_linear_cube(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2468 sample_cube_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2503 sample_cube_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2528 sample_cube_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2563 sample_cube_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2599 sample_lambda_cube(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2676 sample_nearest_rect(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2711 sample_linear_rect(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2778 sample_lambda_rect(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2823 sample_2d_array_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2857 sample_2d_array_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2928 sample_2d_array_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2944 sample_2d_array_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2961 sample_2d_array_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2989 sample_2d_array_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3018 sample_nearest_2d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3036 sample_linear_2d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3053 sample_lambda_2d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3142 sample_1d_array_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
3173 sample_1d_array_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
3223 sample_1d_array_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3239 sample_1d_array_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3256 sample_1d_array_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3282 sample_1d_array_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3309 sample_nearest_1d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3326 sample_linear_1d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3343 sample_lambda_1d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3517 choose_depth_texture_level(const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLfloat lambda) argument
3542 sample_depth_texture(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat texel[][4]) argument
3686 null_sample_func(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
[all...]
H A Ds_fragprog.c88 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); local in function:fetch_texel_lod
90 lambda = CLAMP(lambda, samp->MinLod, samp->MaxLod);
92 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
123 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); local in function:fetch_texel_deriv
136 lambda += lodBias + texUnit->LodBias + samp->LodBias;
138 lambda = CLAMP(lambda, samp->MinLod, samp->MaxLod);
140 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c505 nearest_texcoord(const struct gl_sampler_object *samp, argument
518 *i = clamp_rect_coord_nearest(samp->Attrib.WrapS, texcoord[0], width);
519 *j = clamp_rect_coord_nearest(samp->Attrib.WrapT, texcoord[1], height);
523 *i = nearest_texel_location(samp->Attrib.WrapS, img, width, texcoord[0]);
528 *i = nearest_texel_location(samp->Attrib.WrapS, img, width, texcoord[0]);
529 *j = nearest_texel_location(samp->Attrib.WrapT, img, height, texcoord[1]);
533 *i = nearest_texel_location(samp->Attrib.WrapS, img, width, texcoord[0]);
538 *i = nearest_texel_location(samp->Attrib.WrapS, img, width, texcoord[0]);
539 *j = nearest_texel_location(samp->Attrib.WrapT, img, height, texcoord[1]);
554 linear_texcoord(const struct gl_sampler_object *samp, argument
664 compute_min_mag_ranges(const struct gl_sampler_object * samp,GLuint n,const GLfloat lambda[],GLuint * minStart,GLuint * minEnd,GLuint * magStart,GLuint * magEnd) argument
773 get_border_color(const struct gl_sampler_object * samp,const struct gl_texture_image * img,GLfloat rgba[4]) argument
850 sample_1d_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
875 sample_1d_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
917 sample_1d_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
933 sample_1d_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
949 sample_1d_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
975 sample_1d_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1002 sample_nearest_1d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1019 sample_linear_1d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1036 sample_lambda_1d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1116 sample_2d_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[2],GLfloat rgba[]) argument
1150 sample_2d_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[2],GLfloat rgba[]) argument
1215 sample_2d_linear_repeat(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[]) argument
1248 sample_2d_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1263 sample_2d_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1279 sample_2d_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1305 sample_2d_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1331 sample_2d_linear_mipmap_linear_repeat(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1362 sample_nearest_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1379 sample_linear_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1414 opt_sample_rgb_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1459 opt_sample_rgba_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1497 sample_lambda_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1646 sample_2d_ewa(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,const GLfloat texcoord[4],const GLfloat dudx,const GLfloat dvdx,const GLfloat dudy,const GLfloat dvdy,const GLint lod,GLfloat rgba[]) argument
1773 sample_2d_footprint(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,const GLfloat texcoord[4],const GLfloat dudx,const GLfloat dvdx,const GLfloat dudy,const GLfloat dvdy,const GLint lod,GLfloat rgba[]) argument
1864 sample_lambda_2d_aniso(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda_iso[],GLfloat rgba[][4]) argument
2018 sample_3d_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2051 sample_3d_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2146 sample_3d_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2161 sample_3d_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2177 sample_3d_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2203 sample_3d_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2230 sample_nearest_3d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2247 sample_linear_3d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2264 sample_lambda_3d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2420 sample_nearest_cube(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2444 sample_linear_cube(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2468 sample_cube_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2503 sample_cube_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2528 sample_cube_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2563 sample_cube_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2599 sample_lambda_cube(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2676 sample_nearest_rect(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2711 sample_linear_rect(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2778 sample_lambda_rect(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2823 sample_2d_array_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2857 sample_2d_array_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2928 sample_2d_array_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2944 sample_2d_array_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2961 sample_2d_array_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2989 sample_2d_array_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3018 sample_nearest_2d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3036 sample_linear_2d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3053 sample_lambda_2d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3142 sample_1d_array_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
3173 sample_1d_array_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
3223 sample_1d_array_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3239 sample_1d_array_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3256 sample_1d_array_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3282 sample_1d_array_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3309 sample_nearest_1d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3326 sample_linear_1d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3343 sample_lambda_1d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3517 choose_depth_texture_level(const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLfloat lambda) argument
3542 sample_depth_texture(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat texel[][4]) argument
3686 null_sample_func(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dsamplerobj.h52 _mesa_is_mipmap_filter(const struct gl_sampler_object *samp) argument
54 return samp->Attrib.MinFilter != GL_NEAREST && samp->Attrib.MinFilter != GL_LINEAR;
61 struct gl_sampler_object *samp);
66 struct gl_sampler_object *samp)
68 if (*ptr != samp)
69 _mesa_reference_sampler_object_(ctx, ptr, samp);
82 _mesa_set_sampler_wrap(struct gl_context *ctx, struct gl_sampler_object *samp,
87 struct gl_sampler_object *samp,
92 struct gl_sampler_object *samp, GLenu
64 _mesa_reference_sampler_object(struct gl_context * ctx,struct gl_sampler_object ** ptr,struct gl_sampler_object * samp) argument
222 _mesa_update_is_border_color_nonzero(struct gl_sampler_object * samp) argument
243 _mesa_lower_gl_clamp(struct gl_context * ctx,struct gl_sampler_object * samp) argument
[all...]
H A Dsamplerobj.c87 struct gl_sampler_object *samp)
89 assert(*ptr != samp); /* The inline wrapper should prevent no-op calls */
101 if (samp) {
103 assert(samp->RefCount > 0);
105 p_atomic_inc(&samp->RefCount);
108 *ptr = samp;
535 _mesa_set_sampler_wrap(struct gl_context *ctx, struct gl_sampler_object *samp, argument
542 if (samp->Attrib.WrapS == s && samp->Attrib.WrapT == t && samp
85 _mesa_reference_sampler_object_(struct gl_context * ctx,struct gl_sampler_object ** ptr,struct gl_sampler_object * samp) argument
566 set_sampler_wrap_s(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
585 set_sampler_wrap_t(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
604 set_sampler_wrap_r(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
622 _mesa_set_sampler_filters(struct gl_context * ctx,struct gl_sampler_object * samp,GLenum min_filter,GLenum mag_filter) argument
648 set_sampler_min_filter(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
674 set_sampler_mag_filter(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
695 set_sampler_lod_bias(struct gl_context * ctx,struct gl_sampler_object * samp,GLfloat param) argument
709 set_sampler_border_colorf(struct gl_context * ctx,struct gl_sampler_object * samp,const GLfloat params[4]) argument
721 set_sampler_border_colori(struct gl_context * ctx,struct gl_sampler_object * samp,const GLint params[4]) argument
733 set_sampler_border_colorui(struct gl_context * ctx,struct gl_sampler_object * samp,const GLuint params[4]) argument
745 set_sampler_min_lod(struct gl_context * ctx,struct gl_sampler_object * samp,GLfloat param) argument
760 set_sampler_max_lod(struct gl_context * ctx,struct gl_sampler_object * samp,GLfloat param) argument
774 set_sampler_compare_mode(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
799 set_sampler_compare_func(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
832 set_sampler_max_anisotropy(struct gl_context * ctx,struct gl_sampler_object * samp,GLfloat param) argument
855 set_sampler_cube_map_seamless(struct gl_context * ctx,struct gl_sampler_object * samp,GLboolean param) argument
875 _mesa_set_sampler_srgb_decode(struct gl_context * ctx,struct gl_sampler_object * samp,GLenum param) argument
885 set_sampler_srgb_decode(struct gl_context * ctx,struct gl_sampler_object * samp,GLenum param) argument
914 set_sampler_reduction_mode(struct gl_context * ctx,struct gl_sampler_object * samp,GLenum param) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_state.h50 etna_sampler_state(struct pipe_sampler_state *samp) argument
52 return (struct etna_sampler_state *)samp;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.h44 fd2_sampler_stateobj(struct pipe_sampler_state *samp) argument
46 return (struct fd2_sampler_stateobj *)samp;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.h46 fd4_sampler_stateobj(struct pipe_sampler_state *samp) argument
48 return (struct fd4_sampler_stateobj *)samp;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.h45 fd4_sampler_stateobj(struct pipe_sampler_state *samp) argument
47 return (struct fd4_sampler_stateobj *)samp;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.h143 void __fd_hw_sample_destroy(struct fd_context *ctx, struct fd_hw_sample *samp);
156 struct fd_hw_sample **ptr, struct fd_hw_sample *samp)
160 if (pipe_reference(&(*ptr)->reference, &samp->reference))
162 *ptr = samp;
155 fd_hw_sample_reference(struct fd_context * ctx,struct fd_hw_sample ** ptr,struct fd_hw_sample * samp) argument
H A Dfreedreno_query_hw.c46 struct fd_hw_sample *samp = NULL; local in function:get_sample
59 fd_hw_sample_reference(ctx, &samp, batch->sample_cache[idx]);
61 return samp;
172 static void * sampptr(struct fd_hw_sample *samp, uint32_t n, void *ptr) argument
174 return ((char *)ptr) + (samp->tile_stride * n) + samp->offset;
299 struct fd_hw_sample *samp = slab_alloc_st(&batch->ctx->sample_pool); local in function:fd_hw_sample_init
300 pipe_reference_init(&samp->reference, 1);
301 samp->size = size;
304 samp
333 __fd_hw_sample_destroy(struct fd_context * ctx,struct fd_hw_sample * samp) argument
353 struct fd_hw_sample *samp = local in function:fd_hw_query_prepare
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_pipe.c213 struct pipe_sampler_state samp; local in function:nine_convert_sampler_state
220 samp.lod_bias = asfloat(ss[D3DSAMP_MIPMAPLODBIAS]);
221 samp.min_lod = ss[NINED3DSAMP_MINLOD];
222 samp.min_mip_filter = (ss[D3DSAMP_MIPFILTER] == D3DTEXF_POINT) ? PIPE_TEX_FILTER_NEAREST : PIPE_TEX_FILTER_LINEAR;
224 samp.min_lod = 0.0;
225 samp.lod_bias = 0.0;
226 samp.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
228 samp.max_lod = 15.0f;
232 samp.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
233 samp
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dsamplerobj.h52 _mesa_is_mipmap_filter(const struct gl_sampler_object *samp) argument
54 return samp->MinFilter != GL_NEAREST && samp->MinFilter != GL_LINEAR;
61 struct gl_sampler_object *samp);
66 struct gl_sampler_object *samp)
68 if (*ptr != samp)
69 _mesa_reference_sampler_object_(ctx, ptr, samp);
82 _mesa_set_sampler_wrap(struct gl_context *ctx, struct gl_sampler_object *samp,
87 struct gl_sampler_object *samp,
92 struct gl_sampler_object *samp, GLenu
64 _mesa_reference_sampler_object(struct gl_context * ctx,struct gl_sampler_object ** ptr,struct gl_sampler_object * samp) argument
[all...]
H A Dsamplerobj.c76 struct gl_sampler_object *samp)
78 assert(*ptr != samp); /* The inline wrapper should prevent no-op calls */
98 if (samp) {
100 simple_mtx_lock(&samp->Mutex);
101 assert(samp->RefCount > 0);
103 samp->RefCount++;
104 *ptr = samp;
105 simple_mtx_unlock(&samp->Mutex);
510 _mesa_set_sampler_wrap(struct gl_context *ctx, struct gl_sampler_object *samp, argument
517 if (samp
74 _mesa_reference_sampler_object_(struct gl_context * ctx,struct gl_sampler_object ** ptr,struct gl_sampler_object * samp) argument
531 set_sampler_wrap_s(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
546 set_sampler_wrap_t(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
561 set_sampler_wrap_r(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
575 _mesa_set_sampler_filters(struct gl_context * ctx,struct gl_sampler_object * samp,GLenum min_filter,GLenum mag_filter) argument
597 set_sampler_min_filter(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
620 set_sampler_mag_filter(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
639 set_sampler_lod_bias(struct gl_context * ctx,struct gl_sampler_object * samp,GLfloat param) argument
652 set_sampler_border_colorf(struct gl_context * ctx,struct gl_sampler_object * samp,const GLfloat params[4]) argument
666 set_sampler_border_colori(struct gl_context * ctx,struct gl_sampler_object * samp,const GLint params[4]) argument
680 set_sampler_border_colorui(struct gl_context * ctx,struct gl_sampler_object * samp,const GLuint params[4]) argument
694 set_sampler_min_lod(struct gl_context * ctx,struct gl_sampler_object * samp,GLfloat param) argument
707 set_sampler_max_lod(struct gl_context * ctx,struct gl_sampler_object * samp,GLfloat param) argument
720 set_sampler_compare_mode(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
745 set_sampler_compare_func(struct gl_context * ctx,struct gl_sampler_object * samp,GLint param) argument
777 set_sampler_max_anisotropy(struct gl_context * ctx,struct gl_sampler_object * samp,GLfloat param) argument
797 set_sampler_cube_map_seamless(struct gl_context * ctx,struct gl_sampler_object * samp,GLboolean param) argument
816 _mesa_set_sampler_srgb_decode(struct gl_context * ctx,struct gl_sampler_object * samp,GLenum param) argument
826 set_sampler_srgb_decode(struct gl_context * ctx,struct gl_sampler_object * samp,GLenum param) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_pipe.c211 struct pipe_sampler_state samp; local in function:nine_convert_sampler_state
217 memset(&samp, 0, sizeof(samp)); /* memcmp safety */
220 samp.lod_bias = asfloat(ss[D3DSAMP_MIPMAPLODBIAS]);
221 samp.min_lod = ss[NINED3DSAMP_MINLOD];
222 samp.min_mip_filter = (ss[D3DSAMP_MIPFILTER] == D3DTEXF_POINT) ? PIPE_TEX_FILTER_NEAREST : PIPE_TEX_FILTER_LINEAR;
224 samp.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
226 samp.max_lod = 15.0f;
230 samp.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
231 samp
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.h46 fd5_sampler_stateobj(struct pipe_sampler_state *samp) argument
48 return (struct fd5_sampler_stateobj *)samp;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.h45 fd5_sampler_stateobj(struct pipe_sampler_state *samp) argument
47 return (struct fd5_sampler_stateobj *)samp;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c46 struct fd_hw_sample *samp = NULL; local in function:get_sample
59 fd_hw_sample_reference(ctx, &samp, batch->sample_cache[idx]);
61 return samp;
179 sampptr(struct fd_hw_sample *samp, uint32_t n, void *ptr) argument
181 return ((char *)ptr) + (samp->tile_stride * n) + samp->offset;
294 struct fd_hw_sample *samp = slab_alloc_st(&batch->ctx->sample_pool); local in function:fd_hw_sample_init
295 pipe_reference_init(&samp->reference, 1);
296 samp->size = size;
299 samp
328 __fd_hw_sample_destroy(struct fd_context * ctx,struct fd_hw_sample * samp) argument
348 struct fd_hw_sample *samp = local in function:fd_hw_query_prepare
[all...]
H A Dfreedreno_query_hw.h140 void __fd_hw_sample_destroy(struct fd_context *ctx, struct fd_hw_sample *samp);
155 struct fd_hw_sample *samp)
159 if (pipe_reference(&(*ptr)->reference, &samp->reference))
161 *ptr = samp;
154 fd_hw_sample_reference(struct fd_context * ctx,struct fd_hw_sample ** ptr,struct fd_hw_sample * samp) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.h48 fd6_sampler_stateobj(struct pipe_sampler_state *samp) argument
50 return (struct fd6_sampler_stateobj *)samp;
144 } samp[16]; member in struct:fd6_texture_key

Completed in 26 milliseconds

12345