Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp2934 …auto chained_prio_struct = lvl_find_in_chain<VkMemoryPriorityAllocateInfoEXT>(pAllocateInfo->pNext… in manual_PreCallValidateAllocateMemory() local
2935 …if (chained_prio_struct && (chained_prio_struct->priority < 0.0f || chained_prio_struct->priority … in manual_PreCallValidateAllocateMemory()
2938 … "priority (=%f) must be between `0` and `1`, inclusive.", chained_prio_struct->priority); in manual_PreCallValidateAllocateMemory()