Home
last modified time | relevance | path

Searched refs:header_version (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_pipeline_cache.c53 if (header.header_version != VK_PIPELINE_CACHE_HEADER_VERSION_ONE) in pvr_pipeline_cache_load()
127 .header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE, in pvr_GetPipelineCacheData()
/third_party/libunwind/src/ia64/
DGtables.c678 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/ffmpeg/libavcodec/
Ddpx.c161 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/skia/third_party/externals/freetype/include/freetype/internal/
Dwofftypes.h169 FT_ULong header_version; /* version of original TTC Header */ member
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c1946 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/vulkan/util/
Dvk_util.h292 uint32_t header_version; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c575 if (header.header_version != VK_PIPELINE_CACHE_HEADER_VERSION_ONE) in radv_pipeline_cache_load()
677 header->header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE; in radv_GetPipelineCacheData()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c664 if (header.header_version != VK_PIPELINE_CACHE_HEADER_VERSION_ONE) in pipeline_cache_load()
972 .header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE, in v3dv_GetPipelineCacheData()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_pipeline.c214 header->header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE; in vn_GetPipelineCacheData()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_pipeline_cache.c600 .header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE, in vk_pipeline_cache_create()
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_entry_points.py813 header_version="gles_ext", validation_header_version="ESEXT") + """
2687 header_version=annotation.lower(), validation_header_version="ES" + version_annotation)