Searched full:formats (Results 1 – 25 of 3602) sorted by relevance
12345678910>>...145
36 #include "formats.h"162 * formats that are supported.164 * Some formats are \b not returned by this function. The165 * \c GL_COMPRESSED_TEXTURE_FORMATS query only returns formats that are172 * GL_COMPRESSED_TEXTURE_FORMATS queries return the RGTC formats?178 * corresponding to formats suitable for general-purpose usage.179 * The renderer will not enumerate formats with restrictions that186 * Applications that seek to use the RGTC formats should do so197 * "22) Should the new COMPRESSED_SRGB_* formats be listed in an200 * RESOLVED: No. Section 3.8.1 says formats listed by[all …]
223 * Mesa texture/renderbuffer image formats.230 * \name Basic hardware formats235 * formats (type A); those for compressed formats (type C); and those for236 * packed component formats (type P). With type A formats, color component240 * in the format, except for non-linear color formats where the first241 * letter shall be 'S'. For type P formats, each component label is246 * compression type followed by an underscore for Type C formats only; a247 * storage type from the list below; and a bit with for type A formats,334 /* Packed unorm formats */ /* msb <------ TEXEL BITS -----------> lsb */375 /* Other formats */[all …]
41 def get_unorm_to_srgb_map(formats): argument42 names = set(fmt.name for fmt in formats)44 for fmt in formats:69 def get_rgbx_to_rgba_map(formats): argument70 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 …]
40 // Integer HDR formats66 // Paletted formats69 // Integer HDR formats72 // Compressed formats78 // Bump map formats85 // Luminance formats106 // Paletted formats109 // Integer HDR formats112 // Compressed formats118 // Bump map formats[all …]
60 // Integer HDR formats65 // Floating-point formats100 // Paletted formats103 // Integer HDR formats108 // Compressed formats116 // Floating-point formats123 // Bump map formats131 // Luminance formats157 // Paletted formats160 // Integer HDR formats[all …]
META-INF/ META-INF/MANIFEST.MF module-info.java META-INF ...
16 """Print list of available formats (arguments to "--format" option).19 formats = []21 formats.append(("formats=" + format, None,23 pretty_printer = FancyGetopt(formats)24 pretty_printer.print_help("List of available distribution formats:")36 ('formats=', None,37 "formats for distribution (comma-separated list)"),54 ('help-formats', None,55 "lists available distribution formats", show_formats),67 # Establish the preferred order (for the --help-formats option).[all …]
23 """Print all possible values for the 'formats' option (used by24 the "--help-formats" command-line option).28 formats = []30 formats.append(("formats=" + format, None,32 formats.sort()33 FancyGetopt(formats).print_help(34 "List of available source distribution formats:")68 ('formats=', None,69 "formats for source distribution (comma-separated list)"),90 ('help-formats', None,[all …]
13 """Print list of available formats (arguments to "--format" option).16 formats = []18 formats.append(("formats=" + format, None,20 pretty_printer = FancyGetopt(formats)21 pretty_printer.print_help("List of available distribution formats:")33 ('formats=', None,34 "formats for distribution (comma-separated list)"),51 ('help-formats', None,52 "lists available distribution formats", show_formats),63 # Establish the preferred order (for the --help-formats option).[all …]
22 """Print all possible values for the 'formats' option (used by23 the "--help-formats" command-line option).27 formats = []29 formats.append(("formats=" + format, None,31 formats.sort()32 FancyGetopt(formats).print_help(33 "List of available source distribution formats:")68 ('formats=', None,69 "formats for source distribution (comma-separated list)"),90 ('help-formats', None,[all …]
1 // Checks for reading various formats.6 // RUN: llvm-profdata merge %S/Inputs/binary-formats.proftext -o %t.profdata7 // RUN: llvm-cov show %S/Inputs/binary-formats.macho32l -instr-profile %t.profdata -path-equivalenc…8 // RUN: llvm-cov show %S/Inputs/binary-formats.macho64l -instr-profile %t.profdata -path-equivalenc…9 // RUN: llvm-cov show %S/Inputs/binary-formats.macho32b -instr-profile %t.profdata -path-equivalenc…11 …N: llvm-cov export %S/Inputs/binary-formats.macho32l -instr-profile %t.profdata | FileCheck %S/Inp…12 …N: llvm-cov export %S/Inputs/binary-formats.macho64l -instr-profile %t.profdata | FileCheck %S/Inp…13 …N: llvm-cov export %S/Inputs/binary-formats.macho32b -instr-profile %t.profdata | FileCheck %S/Inp…
5 >Image Formats</TITLE74 >Chapter 2. Image Formats</H185 >Standard Image Formats</A100 >RGB Formats</A105 >YUV Formats</A110 >Compressed Formats</A126 and layout of an image in memory. Image formats are negotiated with134 capturing and output, for overlay frame buffer formats see also194 case of planar formats the <CODE227 standard RGB formats in <A[all …]
5 >YUV Formats</TITLE13 TITLE="Image Formats"19 TITLE="Packed YUV formats"56 >Chapter 2. Image Formats</TD76 NAME="YUV-FORMATS"77 >2.5. YUV Formats</A89 >Packed YUV formats</A90 > -- Packed YUV formats</DT127 > -- Planar formats with ½ horizontal and133 > -- Planar formats with ¼ horizontal and[all …]
3 Formats (FOURCC) supported by libyuv are detailed here.5 # Core Formats7 There are 2 core formats supported by libyuv - I420 and ARGB. All YUV formats can be converted to/…11 # OSX Core Media Pixel Formats13 This is how OSX formats map to libyuv37 The following is extracted from video_common.h as a complete list of formats supported by libyuv.40 // 8 Primary YUV formats: 5 planar, 2 biplanar, 2 packed.50 // 1 Secondary YUV formats: row biplanar.53 // 9 Primary RGB formats: 4 32 bpp, 2 24 bpp, 3 16 bpp.64 // 4 Secondary RGB formats: 4 Bayer Patterns.[all …]
30 + Copies between different formats31 + Copies between different compressed formats32 + Copies between compressed and non-compressed formats35 + Compressed ASTC formats36 + Compressed ETC formats37 + Compressed ETC2 formats40 + Copies between two float formats43 + 3D block ASTC formats44 + Other compressed formats than ASTC, ETC and ETC250 complete. Random data is always generated so that it is valid for both formats
47 * 3.3.1 as well as some other common non-standard formats.94 * Parses a date value. The formats used for parsing the date value are retrieved from102 * supported date formats109 * Parses the date value using the given date formats.112 * @param dateFormats the date formats to use124 * Parses the date value using the given date formats.127 * @param dateFormats the date formats to use177 * Formats the given date according to the RFC 1123 pattern.189 * Formats the given date according to the specified pattern. The pattern247 Map<String, SimpleDateFormat> formats = ref.get(); in formatFor() local[all …]
51 /* Texel fetch routines for all supported formats145 /* Packed unorm formats */203 /* Array unorm formats */220 /* Packed signed/normalized formats */232 /* Array signed/normalized formats */246 /* Packed sRGB formats */258 /* Array sRGB formats */262 /* Packed float formats */267 /* Array float formats */293 /* Packed signed/unsigned non-normalized integer formats */[all …]
38 #include "main/formats.h"221 /* signed int formats */ in st_mesa_format_to_pipe_format()303 /* unsigned int formats */ in st_mesa_format_to_pipe_format()361 /* signed normalized formats */ in st_mesa_format_to_pipe_format()453 /* ETC2 formats are emulated as uncompressed ones. in st_mesa_format_to_pipe_format()454 * The destination formats mustn't be changed, because they are also in st_mesa_format_to_pipe_format()455 * destination formats of the unpack/decompression function. */ in st_mesa_format_to_pipe_format()787 /* unsigned int formats */ in st_pipe_format_to_mesa_format()845 /* signed normalized formats */ in st_pipe_format_to_mesa_format()1025 * Mesa formats to Gallium formats and back again.[all …]
30 + Single attachments with all standard (and many extension) formats33 + Existence of a supported combination of formats57 The "renderable.*" test cases iterate through all the texture formats and63 extensions. Both renderability and non-renderability of unexpected formats are69 least one combination of attachment formats is supported.72 renderability of unsized formats that correspond to renderable sized formats.77 sized formats in table 4.5 are expected to be color-renderable. (Consensus96 renderbuffers with suitable formats to none, some or all of the framebuffer's118 standard GLES2 renderable formats and attempts to find at least one119 combination of attachments and formats such that the framebuffer checks as
86 // Same as ES2 RBO formats, plus RGBA8 (even without OES_rgb8_rgba8)330 // formats, at least, should be color-renderable. Still, that cannot be348 // The depth-renderability of the depth RBO formats is not explicitly349 // spelled out, but all renderbuffer formats are meant to be renderable.482 std::set<ImageFormat> formats; in logFormatInfo() local485 formats.insert(it->second->internalFormat); in logFormatInfo()487 formats.insert(it->second->internalFormat); in logFormatInfo()489 if (!formats.empty()) in logFormatInfo()493 for (std::set<ImageFormat>::const_iterator it = formats.begin(); it != formats.end(); ++it) in logFormatInfo()697 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat() local[all …]
53 * Formats with util_format_block::width == util_format_block::height == 159 * Formats with sub-sampled channels.61 * This is for formats like YVYU where there is less than one sample per67 * S3 Texture Compression formats.72 * Red-Green Texture Compression formats.183 * Only valid for UTIL_FORMAT_LAYOUT_PLAIN formats.187 * currently-defined formats, the N-byte value has native endianness.229 * Only defined for non-depth-stencil formats.240 * Only defined for non-depth-stencil formats.250 * XXX: Only defined for a very few select formats.[all …]
43 OpenGL prior to 3.1 does not support any signed texture formats.45 red_green signed formats but no uncompressed ones, which might46 still be useful. NV_texture_shader adds signed texture formats,64 2) Should the full set of signed formats (alpha, luminance, rgb, etc.)70 implied dependency on ARB_texture_rg for red/red_green formats so74 3) Should this extension use new enums for the texture formats?134 etc.) or the OpenGL Shading Language, these signed formats will156 is unable to make proper use of the signed texture formats added159 filtering of these signed formats would be still signed, but164 GLSL for the new signed formats to be useful.[all …]
30 * for the standard tiling formats Yf and Ys.48 /* See the Skylake BSpec > Memory Views > Common Surface Formats > Surface in gen9_calc_std_image_alignment_sa()58 /* See the Skylake BSpec > Memory Views > Common Surface Formats > in gen9_calc_std_image_alignment_sa()85 /* See the Skylake BSpec > Memory Views > Common Surface Formats > Surface in gen9_calc_std_image_alignment_sa()123 * requirements [Skylake BSpec > Memory Views > Common Surface Formats > in isl_gen9_choose_image_alignment_el()136 * surface formats, and as a compression block in compressed surface in isl_gen9_choose_image_alignment_el()137 * formats. For MSFMT_DEPTH_STENCIL type multisampled surfaces, an in isl_gen9_choose_image_alignment_el()146 * Tiling" section under Common Surface Formats for the table of in isl_gen9_choose_image_alignment_el()150 * the physical surface. For compressed texture formats, the units of in isl_gen9_choose_image_alignment_el()161 * physical surface. For compressed texture formats, the units of "i" in isl_gen9_choose_image_alignment_el()[all …]
14 the formats on discovery implementation).34 being consistent across all test formats, but the downside of requiring38 suite. This would allow formats that anticipate large test suites to manage54 3. Allow 'lit' driver to cooperate with test formats and suites to add options62 It would be really nice if we could allow test formats and test suites to add64 don't know what test formats or test suites are in use until we have parsed the65 input specifiers. For test formats we could ostensibly require all the possible66 formats to be registered in order to have options, but for test suites we would85 formats. This seems the most convenient for users, who are unlikely to care126 Many of the existing test formats are cleanly divided into two phases, once[all …]
53 main/formats.csv \85 main/formats.csv86 $(PYTHON_GEN) $(srcdir)/main/format_fallback.py $(srcdir)/main/formats.csv $@88 main/format_info.h: main/formats.csv \90 $(PYTHON_GEN) $(srcdir)/main/format_info.py $(srcdir)/main/formats.csv > $@92 main/format_pack.c: main/format_pack.py main/formats.csv \94 $(PYTHON_GEN) $(srcdir)/main/format_pack.py $(srcdir)/main/formats.csv > $@96 main/format_unpack.c: main/format_unpack.py main/formats.csv \98 $(PYTHON_GEN) $(srcdir)/main/format_unpack.py $(srcdir)/main/formats.csv > $@100 main/formats.c: main/format_info.h