Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dsamplerobj.c84 struct gl_sampler_object *oldSamp = *ptr; in _mesa_reference_sampler_object_() local
86 simple_mtx_lock(&oldSamp->Mutex); in _mesa_reference_sampler_object_()
87 assert(oldSamp->RefCount > 0); in _mesa_reference_sampler_object_()
88 oldSamp->RefCount--; in _mesa_reference_sampler_object_()
89 deleteFlag = (oldSamp->RefCount == 0); in _mesa_reference_sampler_object_()
90 simple_mtx_unlock(&oldSamp->Mutex); in _mesa_reference_sampler_object_()
93 delete_sampler_object(ctx, oldSamp); in _mesa_reference_sampler_object_()