Searched refs:nv_reply (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 126 xcb_query_extension_reply_t *dri3_reply, *pres_reply, *amd_reply, *nv_reply; local in function:wsi_x11_connection_create 154 nv_reply = xcb_query_extension_reply(conn, nv_cookie, NULL); 159 free(nv_reply); 196 if (nv_reply && nv_reply->present) 202 free(nv_reply);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 180 xcb_query_extension_reply_t *dri3_reply, *pres_reply, *randr_reply, *amd_reply, *nv_reply, *shm_reply = NULL; local in function:wsi_x11_connection_create 215 nv_reply = xcb_query_extension_reply(conn, nv_cookie, NULL); 223 free(nv_reply); 267 if (nv_reply && nv_reply->present) 300 free(nv_reply);
|
Completed in 7 milliseconds