Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3706 bool illegal_usage = false; in ValidateAllocateMemoryANDROID() local
3712 if (0 == (ahb_usage & ahb_desc.usage)) illegal_usage = true; in ValidateAllocateMemoryANDROID()
3715 if (illegal_usage) { in ValidateAllocateMemoryANDROID()