Searched defs:memory_type_bits (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp3791 static bool ValidateMemoryTypes(const layer_data *dev_data, const DEVICE_MEM_INFO *mem_info, const uint32_t memory_type_bits, argument
3794 if (((1 << mem_info->alloc_info.memoryTypeIndex) & memory_type_bits) == 0) {
3799 funcName, memory_type_bits, mem_info->alloc_info.memoryTypeIndex, HandleToUint64(mem_info->mem),

Completed in 97 milliseconds