Searched refs:oir (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_display.c2247 xcb_randr_get_output_info_reply_t *oir = local in function:wsi_display_get_output
2250 if (oir && srr) {
2254 oir->connection != XCB_RANDR_CONNECTION_DISCONNECTED;
2258 xcb_randr_mode_t *x_modes = xcb_randr_get_output_info_modes(oir);
2259 for (int m = 0; m < oir->num_modes; m++) {
2266 wsi_device, connector, mi, m < oir->num_preferred);
2268 free(oir);
2279 free(oir);
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_display.c2318 xcb_randr_get_output_info_reply_t *oir = local in function:wsi_display_get_output
2321 if (oir && srr) {
2325 oir->connection != XCB_RANDR_CONNECTION_DISCONNECTED;
2329 xcb_randr_mode_t *x_modes = xcb_randr_get_output_info_modes(oir);
2330 for (int m = 0; m < oir->num_modes; m++) {
2337 wsi_device, connector, mi, m < oir->num_preferred);
2339 free(oir);
2350 free(oir);

Completed in 9 milliseconds