Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/
H A 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/ffmpeg/libavcodec/
H A Ddpx.c159 uint32_t header_version, version = 0; in decode_frame() local
198 header_version = read32(&buf, 0); in decode_frame()
199 if (header_version == MKTAG('V','1','.','0')) in decode_frame()
201 if (header_version == MKTAG('V','2','.','0')) in decode_frame()
205 av_fourcc2str(header_version)); in decode_frame()
/third_party/libunwind/libunwind/src/ia64/
H A 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/skia/third_party/externals/freetype/include/freetype/internal/
H A Dwofftypes.h169 FT_ULong header_version; /* version of original TTC Header */ member
/third_party/mesa3d/src/vulkan/util/
H A Dvk_util.h292 uint32_t header_version; member
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfwoff2.c1946 woff2.header_version = 0; in FT_LOCAL_DEF()
1952 if ( FT_READ_ULONG( woff2.header_version ) ) in FT_LOCAL_DEF()
1955 if ( woff2.header_version != 0x00010000 && in FT_LOCAL_DEF()
1956 woff2.header_version != 0x00020000 ) in FT_LOCAL_DEF()
2104 if ( woff2.header_version ) in FT_LOCAL_DEF()
/third_party/mesa3d/src/amd/vulkan/
H A 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/
H A 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/
H A Dvn_pipeline.c214 header->header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE; in vn_GetPipelineCacheData()
/third_party/mesa3d/src/vulkan/runtime/
H A 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/
H A Dgenerate_entry_points.py790 #include "libGLESv2/entry_points_{header_version}_autogen.h"
795 #include "libANGLE/capture/capture_{header_version}_autogen.h"
813 header_version="gles_ext", validation_header_version="ESEXT") + """
2687 header_version=annotation.lower(), validation_header_version="ES" + version_annotation)

Completed in 13 milliseconds