Searched refs:chained_prio_struct (Results 1 – 1 of 1) sorted by relevance
3266 …auto chained_prio_struct = lvl_find_in_chain<VkMemoryPriorityAllocateInfoEXT>(pAllocateInfo->pNext… in manual_PreCallValidateAllocateMemory() local3267 …if (chained_prio_struct && (chained_prio_struct->priority < 0.0f || chained_prio_struct->priority … in manual_PreCallValidateAllocateMemory()3270 … "priority (=%f) must be between `0` and `1`, inclusive.", chained_prio_struct->priority); in manual_PreCallValidateAllocateMemory()