Searched refs:_mesa_reference_sampler_object (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | samplerobj.c | 264 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[j].Sampler, NULL); in delete_samplers() 271 _mesa_reference_sampler_object(ctx, &sampObj, NULL); in delete_samplers() 320 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[unit].Sampler, in _mesa_bind_sampler() 429 _mesa_reference_sampler_object(ctx, in bind_samplers() 444 _mesa_reference_sampler_object(ctx, in bind_samplers()
|
D | samplerobj.h | 64 _mesa_reference_sampler_object(struct gl_context *ctx, in _mesa_reference_sampler_object() function
|
D | texturebindless.c | 148 _mesa_reference_sampler_object(ctx, &sampObj, texHandleObj->sampObj); in make_texture_handle_resident() 167 _mesa_reference_sampler_object(ctx, &sampObj, NULL); in make_texture_handle_resident()
|
D | shared.c | 307 _mesa_reference_sampler_object(ctx, &sampObj, NULL); in delete_sampler_object_cb()
|
D | texstate.c | 1143 _mesa_reference_sampler_object(ctx, &ctx->Texture.Unit[u].Sampler, NULL); in _mesa_free_texture_data()
|