Home
last modified time | relevance | path

Searched refs:_mesa_reference_sampler_object (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c135 _mesa_reference_sampler_object(ctx, &mipmap->samp_obj, NULL); in _mesa_meta_glsl_generate_mipmap_cleanup()
199 _mesa_reference_sampler_object(ctx, &samp_obj_save, in _mesa_meta_GenerateMipmap()
368 _mesa_reference_sampler_object(ctx, &samp_obj_save, NULL); in _mesa_meta_GenerateMipmap()
Dmeta_blit.c833 _mesa_reference_sampler_object(ctx, &blit->samp_obj_save, in _mesa_meta_fb_tex_blit_begin()
868 _mesa_reference_sampler_object(ctx, &blit->samp_obj_save, NULL); in _mesa_meta_fb_tex_blit_end()
869 _mesa_reference_sampler_object(ctx, &blit->samp_obj, NULL); in _mesa_meta_fb_tex_blit_end()
Dmeta.c2970 _mesa_reference_sampler_object(ctx, &decompress->samp_obj, NULL); in meta_decompress_cleanup()
3047 _mesa_reference_sampler_object(ctx, &samp_obj_save, in decompress_texture_image()
3221 _mesa_reference_sampler_object(ctx, &samp_obj_save, NULL); in decompress_texture_image()
/external/mesa3d/src/mesa/main/
Dsamplerobj.c254 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[j].Sampler, NULL); in _mesa_DeleteSamplers()
261 _mesa_reference_sampler_object(ctx, &sampObj, NULL); in _mesa_DeleteSamplers()
294 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[unit].Sampler, in _mesa_bind_sampler()
404 _mesa_reference_sampler_object(ctx, in _mesa_BindSamplers()
418 _mesa_reference_sampler_object(ctx, in _mesa_BindSamplers()
Dsamplerobj.h64 _mesa_reference_sampler_object(struct gl_context *ctx, in _mesa_reference_sampler_object() function
Dshared.c291 _mesa_reference_sampler_object(ctx, &sampObj, NULL); in delete_sampler_object_cb()
Dtexstate.c948 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[u].Sampler, NULL); in _mesa_free_texture_data()