Home
last modified time | relevance | path

Searched refs:_mesa_reference_sampler_object (Results 1 – 8 of 8) 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.c835 _mesa_reference_sampler_object(ctx, &blit->samp_obj_save, in _mesa_meta_fb_tex_blit_begin()
880 _mesa_reference_sampler_object(ctx, &blit->samp_obj_save, NULL); in _mesa_meta_fb_tex_blit_end()
881 _mesa_reference_sampler_object(ctx, &blit->samp_obj, NULL); in _mesa_meta_fb_tex_blit_end()
Dmeta.c2982 _mesa_reference_sampler_object(ctx, &decompress->samp_obj, NULL); in meta_decompress_cleanup()
3059 _mesa_reference_sampler_object(ctx, &samp_obj_save, in decompress_texture_image()
3235 _mesa_reference_sampler_object(ctx, &samp_obj_save, NULL); in decompress_texture_image()
/external/mesa3d/src/mesa/main/
Dsamplerobj.c252 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[j].Sampler, NULL); in delete_samplers()
259 _mesa_reference_sampler_object(ctx, &sampObj, NULL); in delete_samplers()
308 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[unit].Sampler, in _mesa_bind_sampler()
417 _mesa_reference_sampler_object(ctx, in bind_samplers()
431 _mesa_reference_sampler_object(ctx, in bind_samplers()
Dsamplerobj.h64 _mesa_reference_sampler_object(struct gl_context *ctx, in _mesa_reference_sampler_object() function
Dtexturebindless.c141 _mesa_reference_sampler_object(ctx, &sampObj, texHandleObj->sampObj); in make_texture_handle_resident()
160 _mesa_reference_sampler_object(ctx, &sampObj, NULL); in make_texture_handle_resident()
Dshared.c305 _mesa_reference_sampler_object(ctx, &sampObj, NULL); in delete_sampler_object_cb()
Dtexstate.c1109 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[u].Sampler, NULL); in _mesa_free_texture_data()