Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexturebindless.c220 bool separate_sampler = &texObj->Sampler != sampObj; in get_texture_handle() local
232 texHandleObj = find_texhandleobj(texObj, separate_sampler ? sampObj : NULL); in get_texture_handle()
255 texHandleObj->sampObj = separate_sampler ? sampObj : NULL; in get_texture_handle()
260 if (separate_sampler) { in get_texture_handle()