Home
last modified time | relevance | path

Searched refs:fixed_allocation (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/util/
Dblob.h66 bool fixed_allocation; member
119 if (!blob->fixed_allocation) in blob_finish()
Dblob.c55 if (blob->fixed_allocation) { in grow_to_fit()
114 blob->fixed_allocation = false; in blob_init()
124 blob->fixed_allocation = true; in blob_init_fixed()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_pipeline_cache.c235 if (blob->data == NULL && blob->fixed_allocation) { in vk_pipeline_cache_object_serialize()