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()
367 _mesa_reference_sampler_object(ctx, &samp_obj_save, NULL); in _mesa_meta_GenerateMipmap()
Dmeta_blit.c309 _mesa_reference_sampler_object(ctx, &blit->samp_obj_save, in _mesa_meta_fb_tex_blit_begin()
354 _mesa_reference_sampler_object(ctx, &blit->samp_obj_save, NULL); in _mesa_meta_fb_tex_blit_end()
355 _mesa_reference_sampler_object(ctx, &blit->samp_obj, NULL); in _mesa_meta_fb_tex_blit_end()
Dmeta.c2960 _mesa_reference_sampler_object(ctx, &decompress->samp_obj, NULL); in meta_decompress_cleanup()
3038 _mesa_reference_sampler_object(ctx, &samp_obj_save, in decompress_texture_image()
3214 _mesa_reference_sampler_object(ctx, &samp_obj_save, NULL); in decompress_texture_image()
/external/mesa3d/src/mesa/main/
Dsamplerobj.h64 _mesa_reference_sampler_object(struct gl_context *ctx, in _mesa_reference_sampler_object() function
Dsamplerobj.c250 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[j].Sampler, NULL); in delete_samplers()
257 _mesa_reference_sampler_object(ctx, &sampObj, NULL); in delete_samplers()
306 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[unit].Sampler, in _mesa_bind_sampler()
415 _mesa_reference_sampler_object(ctx, in bind_samplers()
429 _mesa_reference_sampler_object(ctx, in bind_samplers()
Dtexturebindless.c142 _mesa_reference_sampler_object(ctx, &sampObj, texHandleObj->sampObj); in make_texture_handle_resident()
161 _mesa_reference_sampler_object(ctx, &sampObj, NULL); in make_texture_handle_resident()
Dshared.c303 _mesa_reference_sampler_object(ctx, &sampObj, NULL); in delete_sampler_object_cb()
Dtexstate.c1113 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[u].Sampler, NULL); in _mesa_free_texture_data()