Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dstateless_validation.h1134 …bool manual_PreCallValidateAllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateIn…
Dparameter_validation_utils.cpp3261 bool StatelessValidation::manual_PreCallValidateAllocateMemory(VkDevice device, const VkMemoryAlloc… in manual_PreCallValidateAllocateMemory() function in StatelessValidation
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.cpp1975 …if (!skip) skip |= manual_PreCallValidateAllocateMemory(device, pAllocateInfo, pAllocator, pMemory… in PreCallValidateAllocateMemory()