Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dsamplerobj.c74 struct gl_sampler_object *sampObj) in delete_sampler_object()
116 _mesa_init_sampler_object(struct gl_sampler_object *sampObj, GLuint name) in _mesa_init_sampler_object()
165 struct gl_sampler_object *sampObj = CALLOC_STRUCT(gl_sampler_object); in _mesa_new_sampler_object() local
187 struct gl_sampler_object *sampObj; in create_samplers() local
258 struct gl_sampler_object *sampObj = in delete_samplers() local
316 struct gl_sampler_object *sampObj) in _mesa_bind_sampler()
329 struct gl_sampler_object *sampObj; in bind_sampler() local
404 struct gl_sampler_object *sampObj; in bind_samplers() local
937 struct gl_sampler_object *sampObj; in sampler_parameter_error_check() local
969 struct gl_sampler_object *sampObj; in _mesa_SamplerParameteri() local
[all …]
Dtexturebindless.c124 struct gl_sampler_object *sampObj = NULL; in make_texture_handle_resident() local
207 struct gl_sampler_object *sampObj) in find_texhandleobj()
219 struct gl_sampler_object *sampObj) in get_texture_handle()
448 struct gl_sampler_object *sampObj = (*texHandleObj)->sampObj; in _mesa_delete_texture_handles() local
474 _mesa_init_sampler_handles(struct gl_sampler_object *sampObj) in _mesa_init_sampler_handles()
481 struct gl_sampler_object *sampObj) in _mesa_delete_sampler_handles()
613 struct gl_sampler_object *sampObj; in _mesa_GetTextureSamplerHandleARB_no_error() local
631 struct gl_sampler_object *sampObj; in _mesa_GetTextureSamplerHandleARB() local
Dshared.c304 struct gl_sampler_object *sampObj = (struct gl_sampler_object *) data; in delete_sampler_object_cb() local
Dmtypes.h4980 struct gl_sampler_object *sampObj; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c3635 struct gl_sampler_object *sampObj) in st_NewTextureHandle()