Searched refs:real_format (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_lower_image_casts.c | 208 enum pipe_format real_format = info[image->data.driver_location].view_format; in lower_image_cast_instr() local 209 assert(real_format != emulation_format); in lower_image_cast_instr() 217 to_desc = util_format_description(real_format); in lower_image_cast_instr() 221 from_desc = util_format_description(real_format); in lower_image_cast_instr()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11video.c | 321 int status, real_format; in X11_CheckWindowManager() local 335 …lay), _NET_SUPPORTING_WM_CHECK, 0L, 1L, False, XA_WINDOW, &real_type, &real_format, &items_read, &… in X11_CheckWindowManager() 347 …ndow, _NET_SUPPORTING_WM_CHECK, 0L, 1L, False, XA_WINDOW, &real_type, &real_format, &items_read, &… in X11_CheckWindowManager()
|
D | SDL_x11events.c | 1070 int status, real_format; in X11_DispatchEvent() local 1080 …xevent.xproperty.atom, 0L, 8192L, False, AnyPropertyType, &real_type, &real_format, &items_read, &… in X11_DispatchEvent() 1091 if (real_format == 32) { in X11_DispatchEvent() 1099 } else if (real_format == 16) { in X11_DispatchEvent() 1107 } else if (real_format == 8) { in X11_DispatchEvent()
|
D | SDL_x11modes.c | 1073 int status, real_format; in X11_GetDisplayUsableBounds() local 1086 &real_type, &real_format, &items_read, in X11_GetDisplayUsableBounds()
|
D | SDL_x11window.c | 669 int status, real_format; in X11_GetWindowTitle() local 676 0L, 8192L, False, data->UTF8_STRING, &real_type, &real_format, in X11_GetWindowTitle() 683 0L, 8192L, False, XA_STRING, &real_type, &real_format, in X11_GetWindowTitle()
|