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.c109 is_image_handle_resident(struct gl_context *ctx, GLuint64 handle) in is_image_handle_resident() function
177 assert(!is_image_handle_resident(ctx, handle)); in make_image_handle_resident()
190 assert(is_image_handle_resident(ctx, handle)); in make_image_handle_resident()
433 if (is_image_handle_resident(ctx, (*imgHandleObj)->handle)) in _mesa_make_texture_handles_non_resident()
911 if (is_image_handle_resident(ctx, handle)) { in _mesa_MakeImageHandleResidentARB()
958 if (!is_image_handle_resident(ctx, handle)) { in _mesa_MakeImageHandleNonResidentARB()
1004 return is_image_handle_resident(ctx, handle); in _mesa_IsImageHandleResidentARB_no_error()
1031 return is_image_handle_resident(ctx, handle); in _mesa_IsImageHandleResidentARB()