Home
last modified time | relevance | path

Searched refs:gl_sampler_object (Results 1 – 25 of 40) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dsamplerobj.h31 static inline struct gl_sampler_object *
45 _mesa_is_mipmap_filter(const struct gl_sampler_object *samp) in _mesa_is_mipmap_filter()
53 struct gl_sampler_object **ptr,
54 struct gl_sampler_object *samp);
58 struct gl_sampler_object **ptr, in _mesa_reference_sampler_object()
59 struct gl_sampler_object *samp) in _mesa_reference_sampler_object()
67 _mesa_init_sampler_object(struct gl_sampler_object *sampObj, GLuint name);
69 extern struct gl_sampler_object *
74 struct gl_sampler_object *sampObj);
Dsamplerobj.c43 static struct gl_sampler_object *
49 return (struct gl_sampler_object *) in _mesa_lookup_samplerobj()
59 struct gl_sampler_object **ptr, in _mesa_reference_sampler_object_()
60 struct gl_sampler_object *samp) in _mesa_reference_sampler_object_()
67 struct gl_sampler_object *oldSamp = *ptr; in _mesa_reference_sampler_object_()
114 _mesa_init_sampler_object(struct gl_sampler_object *sampObj, GLuint name) in _mesa_init_sampler_object()
140 struct gl_sampler_object *
143 struct gl_sampler_object *sampObj = CALLOC_STRUCT(gl_sampler_object); in _mesa_new_sampler_object()
156 struct gl_sampler_object *sampObj) in _mesa_delete_sampler_object()
186 struct gl_sampler_object *sampObj = in _mesa_GenSamplers()
[all …]
Dshared.c290 struct gl_sampler_object *sampObj = (struct gl_sampler_object *) data; in delete_sampler_object_cb()
Dtexobj.h95 const struct gl_sampler_object *sampler) in _mesa_is_texture_complete()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c502 nearest_texcoord(const struct gl_sampler_object *samp, in nearest_texcoord()
551 linear_texcoord(const struct gl_sampler_object *samp, in linear_texcoord()
661 compute_min_mag_ranges(const struct gl_sampler_object *samp, in compute_min_mag_ranges()
770 get_border_color(const struct gl_sampler_object *samp, in get_border_color()
848 const struct gl_sampler_object *samp, in sample_1d_nearest()
873 const struct gl_sampler_object *samp, in sample_1d_linear()
915 const struct gl_sampler_object *samp, in sample_1d_nearest_mipmap_nearest()
931 const struct gl_sampler_object *samp, in sample_1d_linear_mipmap_nearest()
947 const struct gl_sampler_object *samp, in sample_1d_nearest_mipmap_linear()
973 const struct gl_sampler_object *samp, in sample_1d_linear_mipmap_linear()
[all …]
Ds_texfilter.h39 const struct gl_sampler_object *sampler);
Ds_fragprog.c87 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); in fetch_texel_lod()
123 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); in fetch_texel_deriv()
Ds_texfetch.c1151 set_fetch_functions(struct gl_sampler_object *samp, in set_fetch_functions()
1171 struct gl_sampler_object *samp; in _mesa_update_fetch_functions()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c144 const struct gl_sampler_object *samp, in st_create_texture_sampler_view_from_stobj()
171 const struct gl_sampler_object *samp, in st_get_texture_sampler_view_from_stobj()
194 const struct gl_sampler_object *samp; in update_single_texture()
Dst_atom_sampler.c133 struct gl_sampler_object *msamp; in convert_sampler()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex.c317 struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); in radeonTexUpdateParameters()
431 static struct gl_sampler_object *
435 struct gl_sampler_object *samp = _mesa_new_sampler_object(ctx, name); in radeonNewSamplerObject()
Dradeon_texture.h53 struct gl_sampler_object *samp,
Dradeon_mipmap_tree.c252 static void calculate_min_max_lod(struct gl_sampler_object *samp, struct gl_texture_object *tObj, in calculate_min_max_lod()
540 struct gl_sampler_object *samp, in radeon_validate_texture_miptree()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_validate.c21 struct gl_sampler_object *sampler) in intel_update_max_level()
41 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); in intel_finalize_mipmap_tree()
Dbrw_wm_sampler_state.c82 upload_default_color(struct brw_context *brw, struct gl_sampler_object *sampler, in upload_default_color()
168 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit); in brw_update_sampler_state()
Dbrw_state.h229 struct gl_sampler_object *sampler,
Dgen7_sampler_state.c43 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit); in gen7_update_sampler_state()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_validate.c21 struct gl_sampler_object *sampler) in intel_update_max_level()
41 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); in intel_finalize_mipmap_tree()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_tex_validate.c21 struct gl_sampler_object *sampler) in intel_update_max_level()
41 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); in intel_finalize_mipmap_tree()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c366 struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); in r200TexUpdateParameters()
492 static struct gl_sampler_object *
496 struct gl_sampler_object *samp = _mesa_new_sampler_object(ctx, name); in r200NewSamplerObject()
Dradeon_texture.h53 struct gl_sampler_object *samp,
Dradeon_mipmap_tree.c252 static void calculate_min_max_lod(struct gl_sampler_object *samp, struct gl_texture_object *tObj, in calculate_min_max_lod()
540 struct gl_sampler_object *samp, in radeon_validate_texture_miptree()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_tex.c71 const struct gl_sampler_object *sa = _mesa_get_samplerobj(ctx, i); in nv04_emit_tex_obj()
Dnv10_state_tex.c163 const struct gl_sampler_object *sa; in nv10_emit_tex_obj()
Dnv20_state_tex.c167 const struct gl_sampler_object *sa; in nv20_emit_tex_obj()

12