Searched refs:header_version (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_pipeline_cache.c | 53 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/ |
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/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/skia/third_party/externals/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/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/vulkan/util/ |
D | vk_util.h | 292 uint32_t header_version; member
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_cache.c | 575 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/ |
D | v3dv_pipeline_cache.c | 664 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/ |
D | vn_pipeline.c | 214 header->header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE; in vn_GetPipelineCacheData()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 600 .header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE, in vk_pipeline_cache_create()
|
/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)
|