Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/vulkan/
Dtransfer_buffer.cc53 !device_->IsMemoryHostCoherent(memory_type_index)) { in Initialize()
Ddevice.h75 bool IsMemoryHostCoherent(uint32_t memory_type_index) const;
Ddevice.cc509 bool Device::IsMemoryHostCoherent(uint32_t memory_type_index) const { in IsMemoryHostCoherent() function in amber::vulkan::Device