Searched refs:header_version (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dpx.c | 161 uint32_t header_version, version = 0; in decode_frame() local 200 header_version = read32(&buf, 0); in decode_frame() 201 if (header_version == MKTAG('V','1','.','0')) in decode_frame() 203 if (header_version == MKTAG('V','2','.','0')) in decode_frame() 207 av_fourcc2str(header_version)); in decode_frame()
|
/third_party/libunwind/src/ia64/ |
D | Gtables.c | 678 uint64_t header_version; in tdep_find_proc_info() 696 if ((uhdr->header_version & ~UNWIND_TBL_32BIT) != 1 in tdep_find_proc_info() 697 && (uhdr->header_version & ~UNWIND_TBL_32BIT) != 2) in tdep_find_proc_info() 700 (long) (uhdr->header_version & ~UNWIND_TBL_32BIT)); in tdep_find_proc_info() 703 if (uhdr->header_version & UNWIND_TBL_32BIT) in tdep_find_proc_info()
|
/third_party/freetype/include/freetype/internal/ |
D | wofftypes.h | 169 FT_ULong header_version; /* version of original TTC Header */ member
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | wofftypes.h | 169 FT_ULong header_version; /* version of original TTC Header */ member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline_cache.c | 213 if (header.header_version != VK_PIPELINE_CACHE_HEADER_VERSION_ONE) in tu_pipeline_cache_load() 321 header->header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE; in tu_GetPipelineCacheData()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_util.h | 231 uint32_t header_version; member
|
/third_party/freetype/src/sfnt/ |
D | sfwoff2.c | 1958 woff2.header_version = 0; in woff2_open_font() 1964 if ( FT_READ_ULONG( woff2.header_version ) ) in woff2_open_font() 1967 if ( woff2.header_version != 0x00010000 && in woff2_open_font() 1968 woff2.header_version != 0x00020000 ) in woff2_open_font() 2116 if ( woff2.header_version ) in woff2_open_font()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff2.c | 1946 woff2.header_version = 0; in woff2_open_font() 1952 if ( FT_READ_ULONG( woff2.header_version ) ) in woff2_open_font() 1955 if ( woff2.header_version != 0x00010000 && in woff2_open_font() 1956 woff2.header_version != 0x00020000 ) in woff2_open_font() 2104 if ( woff2.header_version ) in woff2_open_font()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_cache.c | 509 if (header.header_version != VK_PIPELINE_CACHE_HEADER_VERSION_ONE) in radv_pipeline_cache_load() 610 header->header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE; in radv_GetPipelineCacheData()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_pipeline_cache.c | 520 if (header.header_version != VK_PIPELINE_CACHE_HEADER_VERSION_ONE) in anv_pipeline_cache_load() 603 .header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE, in anv_GetPipelineCacheData()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline_cache.c | 636 if (header.header_version != VK_PIPELINE_CACHE_HEADER_VERSION_ONE) in pipeline_cache_load() 944 .header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE, in v3dv_GetPipelineCacheData()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_pipeline.c | 208 header->header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE; in vn_GetPipelineCacheData()
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | generate_entry_points.py | 1539 header_version=annotation.lower(), validation_header_version="ES" + version_annotation) 1782 header_version="gles_ext", validation_header_version="ESEXT")
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | generate_entry_points.py | 813 header_version="gles_ext", validation_header_version="ESEXT") + """ 2687 header_version=annotation.lower(), validation_header_version="ES" + version_annotation)
|