Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexturebindless.c110 is_image_handle_resident(struct gl_context *ctx, GLuint64 handle) in is_image_handle_resident() function
178 assert(!is_image_handle_resident(ctx, handle)); in make_image_handle_resident()
191 assert(is_image_handle_resident(ctx, handle)); in make_image_handle_resident()
434 if (is_image_handle_resident(ctx, (*imgHandleObj)->handle)) in _mesa_make_texture_handles_non_resident()
921 if (is_image_handle_resident(ctx, handle)) { in _mesa_MakeImageHandleResidentARB()
968 if (!is_image_handle_resident(ctx, handle)) { in _mesa_MakeImageHandleNonResidentARB()
1014 return is_image_handle_resident(ctx, handle); in _mesa_IsImageHandleResidentARB_no_error()
1041 return is_image_handle_resident(ctx, handle); in _mesa_IsImageHandleResidentARB()