Searched refs:is_image_handle_resident (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texturebindless.c | 109 is_image_handle_resident(struct gl_context *ctx, GLuint64 handle) function in typeref:typename:bool 177 assert(!is_image_handle_resident(ctx, handle)); 190 assert(is_image_handle_resident(ctx, handle)); 433 if (is_image_handle_resident(ctx, (*imgHandleObj)->handle)) 911 if (is_image_handle_resident(ctx, handle)) { 958 if (!is_image_handle_resident(ctx, handle)) { 1004 return is_image_handle_resident(ctx, handle); 1031 return is_image_handle_resident(ctx, handle);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texturebindless.c | 110 is_image_handle_resident(struct gl_context *ctx, GLuint64 handle) function in typeref:typename:bool 178 assert(!is_image_handle_resident(ctx, handle)); 191 assert(is_image_handle_resident(ctx, handle)); 434 if (is_image_handle_resident(ctx, (*imgHandleObj)->handle)) 921 if (is_image_handle_resident(ctx, handle)) { 968 if (!is_image_handle_resident(ctx, handle)) { 1014 return is_image_handle_resident(ctx, handle); 1041 return is_image_handle_resident(ctx, handle);
|
Completed in 4 milliseconds