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.cpp3561 bool illegal_usage = false; in ValidateAllocateMemoryANDROID() local
3567 if (0 == (ahb_usage & ahb_desc.usage)) illegal_usage = true; in ValidateAllocateMemoryANDROID()
3570 if (illegal_usage) { in ValidateAllocateMemoryANDROID()