| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| texcompress.c | 36 #include "formats.h" 165 * formats that are supported. 167 * Some formats are \b not returned by this function. The 168 * \c GL_COMPRESSED_TEXTURE_FORMATS query only returns formats that are 175 * GL_COMPRESSED_TEXTURE_FORMATS queries return the RGTC formats? 181 * corresponding to formats suitable for general-purpose usage. 182 * The renderer will not enumerate formats with restrictions that 189 * Applications that seek to use the RGTC formats should do so 200 * "22) Should the new COMPRESSED_SRGB_* formats be listed in an 203 * RESOLVED: No. Section 3.8.1 says formats listed b [all...] |
| format_fallback.py | 41 def get_unorm_to_srgb_map(formats): 42 names = set(fmt.name for fmt in formats) 44 for fmt in formats: 69 def get_rgbx_to_rgba_map(formats): 70 names = set(fmt.name for fmt in formats) 72 for fmt in formats: 88 def get_intensity_to_red_map(formats): 89 names = set(fmt.name for fmt in formats) 91 for fmt in formats: 103 #include "formats.h [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| texcompress.c | 36 #include "formats.h" 165 * formats that are supported. 167 * Some formats are \b not returned by this function. The 168 * \c GL_COMPRESSED_TEXTURE_FORMATS query only returns formats that are 175 * GL_COMPRESSED_TEXTURE_FORMATS queries return the RGTC formats? 181 * corresponding to formats suitable for general-purpose usage. 182 * The renderer will not enumerate formats with restrictions that 189 * Applications that seek to use the RGTC formats should do so 200 * "22) Should the new COMPRESSED_SRGB_* formats be listed in an 203 * RESOLVED: No. Section 3.8.1 says formats listed b [all...] |
| format_fallback.py | 41 def get_unorm_to_srgb_map(formats): 42 names = set(fmt.name for fmt in formats) 44 for fmt in formats: 69 def get_rgbx_to_rgba_map(formats): 70 names = set(fmt.name for fmt in formats) 72 for fmt in formats: 89 #include "formats.h" 94 * For non-sRGB formats, return the format as-is. 162 formats = list(format_parser.parse(pargs.csv)) 165 'unorm_to_srgb_map': list(get_unorm_to_srgb_map(formats)), [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| PixFormats.c | 42 XPixmapFormatValues *formats = local 45 if (formats) { 53 for (i = dpy->nformats, f = formats, sf = dpy->pixmap_format; i > 0; 62 return formats;
|
| /xsrc/external/mit/xvinfo/dist/ |
| xvinfo.c | 127 format = ainfo[j].formats; 225 XvImageFormatValues *formats; local 236 formats = 239 fprintf(stdout, " Number of image formats: %i\n", 246 formats[n].id & 0xff, 247 (formats[n].id >> 8) & 0xff, 248 (formats[n].id >> 16) & 0xff, 249 (formats[n].id >> 24) & 0xff); 250 fprintf(stdout, " id: 0x%x", formats[n].id); 261 formats[n].guid[0]) [all...] |
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| module.mk | 20 $(ECHO_DRIVER)sfnt $(ECHO_DRIVER_DESC)helper module for TrueType & OpenType formats$(ECHO_DRIVER_DONE)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| radeon_tile.h | 28 #include <main/formats.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| vk_format_table.py | 89 def write_format_table(formats): 128 for format in formats: 154 for format in formats: 166 formats = [] 168 formats.extend(parse(arg)) 169 write_format_table(formats)
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| vk_format_table.py | 89 def write_format_table(formats): 128 for format in formats: 154 for format in formats: 166 formats = [] 168 formats.extend(parse(arg)) 169 write_format_table(formats)
|
| /xsrc/external/mit/xcb-util/dist/renderutil/ |
| util.c | 25 xcb_render_util_find_visual_format (const xcb_render_query_pict_formats_reply_t *formats, 31 if (!formats) 33 for (screens = xcb_render_query_pict_formats_screens_iterator(formats); screens.rem; xcb_render_pictscreen_next(&screens)) 42 xcb_render_util_find_format (const xcb_render_query_pict_formats_reply_t *formats, 48 if (!formats) 50 for (i = xcb_render_query_pict_formats_formats_iterator(formats); i.rem; xcb_render_pictforminfo_next(&i)) 95 xcb_render_util_find_standard_format (const xcb_render_query_pict_formats_reply_t *formats, 247 return xcb_render_util_find_format (formats,
|
| xcb_renderutil.h | 55 xcb_render_util_find_visual_format (const xcb_render_query_pict_formats_reply_t *formats, 59 xcb_render_util_find_format (const xcb_render_query_pict_formats_reply_t *formats, 65 xcb_render_util_find_standard_format (const xcb_render_query_pict_formats_reply_t *formats,
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| wsi_common_wayland.c | 72 /* Formats populated by zwp_linux_dmabuf_v1 or wl_shm interfaces */ 73 struct u_vector formats; member in struct:wsi_wl_display 91 find_format(struct u_vector *formats, VkFormat format) 95 u_vector_foreach(f, formats) 104 struct u_vector *formats, 110 struct wsi_wl_format *f = find_format(formats, format); 119 /* Don't add formats that aren't renderable. */ 131 f = u_vector_add(formats); 164 struct u_vector *formats, 174 format = wsi_wl_display_add_vk_format(display, formats, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| gen_format_layout.py | 60 % for format in formats: 66 % for format in formats: 73 % for format in formats: 196 # some formats have an empty 'order' field in the CSV (such as 240 def get_srgb_to_linear_map(formats): 241 """Compute a map from sRGB to linear formats. 247 names = {f.name for f in formats} 248 for fmt in formats: 283 formats = [Format(l) for l in reader(args.csv)] 288 formats = formats [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_format_table.py | 82 def write_format_table(formats): 96 u_format_pack.generate(formats) 127 for format in formats: 214 for format in formats: 226 formats = [] 228 formats.extend(parse(arg)) 229 write_format_table(formats)
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| gen_format_layout.py | 66 % for format in formats: 201 def get_srgb_to_linear_map(formats): 202 """Compute a map from sRGB to linear formats. 208 names = {f.name for f in formats} 209 for fmt in formats: 245 formats = [Format(l) for l in reader(args.csv)] 250 formats = formats, 251 srgb_to_linear_map = list(get_srgb_to_linear_map(formats)),
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| picture.c | 86 if (ps->formats[n].type == PictTypeIndexed) 87 (*ps->CloseIndexed) (pScreen, &ps->formats[n]); 90 free(ps->formats); 108 PictFormatPtr format = ps->formats; 146 addFormat (FormatInitRec formats[256], 154 if (formats[n].format == format && formats[n].depth == depth) 156 formats[nformat].format = format; 157 formats[nformat].depth = depth; 168 FormatInitRec formats[1024] local [all...] |
| /xsrc/external/mit/xorg-server/dist/render/ |
| picture.c | 96 if (ps->formats[n].type == PictTypeIndexed) 97 (*ps->CloseIndexed) (pScreen, &ps->formats[n]); 100 free(ps->formats); 117 PictFormatPtr format = ps->formats; 152 addFormat(FormatInitRec formats[256], int *nformat, CARD32 format, CARD8 depth) 157 if (formats[n].format == format && formats[n].depth == depth) 159 formats[*nformat].format = format; 160 formats[*nformat].depth = depth; 171 FormatInitRec formats[1024] local [all...] |
| /xsrc/external/mit/xorg-server/dist/dri3/ |
| dri3_screen.c | 158 CARD32 *formats; local 170 ds->formats = NULL; 176 if (!info->get_formats(screen, &num_formats, &formats)) 185 ds->formats = calloc(num_formats, sizeof(dri3_dmabuf_format_rec)); 186 if (!ds->formats) 190 dri3_dmabuf_format_ptr iter = &ds->formats[i]; 192 if (!info->get_modifiers(screen, formats[i], 200 iter->format = formats[i]; 241 if (ds->formats[i].format == format) { 242 screen_format = &ds->formats[i] [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| wsi_common_wayland.c | 54 struct u_vector formats; member in struct:wsi_wl_display_drm 60 struct u_vector formats; member in struct:wsi_wl_display_dmabuf 79 /* Points to formats in wsi_wl_display_drm or wsi_wl_display_dmabuf */ 80 struct u_vector * formats; member in struct:wsi_wl_display 97 struct u_vector *formats, VkFormat format) 101 u_vector_foreach(f, formats) 105 /* Don't add formats that aren't renderable. */ 113 f = u_vector_add(formats); 120 struct u_vector *formats, uint32_t wl_format) 126 wsi_wl_display_add_vk_format(display, formats, [all...] |
| /xsrc/external/mit/pixman/dist/test/ |
| rotate-test.c | 7 static const pixman_format_code_t formats[] = variable 46 (formats[prng_rand_n (ARRAY_LENGTH (formats))])
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| Init.c | 74 screen_info->formats[screen_info->numPixmapFormats].depth = 76 screen_info->formats[screen_info->numPixmapFormats].bitsPerPixel = 78 screen_info->formats[screen_info->numPixmapFormats].scanlinePad =
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| Init.c | 67 screenInfo->formats[screenInfo->numPixmapFormats].depth = 69 screenInfo->formats[screenInfo->numPixmapFormats].bitsPerPixel = 71 screenInfo->formats[screenInfo->numPixmapFormats].scanlinePad =
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/ |
| clear.c | 12 enum pipe_format formats[] = { variable in typeref:enum:pipe_format 49 * Also, no easy way of querying supported formats if the screen 52 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) { 54 formats[i], 70 templat.format = formats[i];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/ |
| clear.c | 12 enum pipe_format formats[] = { variable in typeref:enum:pipe_format 49 * Also, no easy way of querying supported formats if the screen 52 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) { 54 formats[i], 70 templat.format = formats[i];
|