Home
last modified time | relevance | path

Searched refs:VK_PIPELINE_CACHE_BLOB_ALIGN (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.c226 assert(blob->size == align64(blob->size, VK_PIPELINE_CACHE_BLOB_ALIGN)); in vk_pipeline_cache_object_serialize()
552 blob_reader_align(&blob, VK_PIPELINE_CACHE_BLOB_ALIGN); in vk_pipeline_cache_load()
717 blob_align(&blob, VK_PIPELINE_CACHE_BLOB_ALIGN); in vk_common_GetPipelineCacheData()
H A Dvk_pipeline_cache.h49 #define VK_PIPELINE_CACHE_BLOB_ALIGN 8 macro
57 * called, the blob will be aligned to VK_PIPELINE_CACHE_BLOB_ALIGN. The
60 * also guaranteed to be aligned to VK_PIPELINE_CACHE_BLOB_ALIGN.

Completed in 3 milliseconds