Searched refs:hostVisible (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | BufferVk.h | 29 bool hostVisible); 129 bool hostVisible); 193 bool hostVisible);
|
D | BufferVk.cpp | 165 bool hostVisible) in ConversionBuffer() argument 168 data.init(renderer, usageFlags, alignment, initialSize, hostVisible, in ConversionBuffer() 181 bool hostVisible) in VertexConversionBuffer() argument 186 hostVisible), in VertexConversionBuffer() 894 bool hostVisible) in getVertexConversionBuffer() argument 904 mVertexConversionBuffers.emplace_back(renderer, formatID, stride, offset, hostVisible); in getVertexConversionBuffer()
|
D | vk_helpers.cpp | 1969 bool hostVisible, in init() argument 1973 (hostVisible) ? VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT : VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in init() 3697 bool hostVisible = mMemoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in flush() local 3699 if (hostVisible && !hostCoherent) in flush() 3708 bool hostVisible = mMemoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in invalidate() local 3710 if (hostVisible && !hostCoherent) in invalidate()
|
D | vk_helpers.h | 89 bool hostVisible,
|
/external/angle/src/libANGLE/renderer/vulkan/mac/ |
D | IOSurfaceSurfaceVkMac.mm | 212 bool hostVisible = 214 if (!hostVisible)
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 2883 , hostVisible (hostVisible_) in MemoryTestConfig() 2889 bool hostVisible; member 2919 … compatibleMemTypes = vk::getCompatibleMemoryTypes(memoryProps, config.hostVisible ? vk::MemoryReq… in testMemoryWin32Create() 2953 if (config.hostVisible) in testMemoryWin32Create() 2961 if (config.hostVisible) in testMemoryWin32Create() 2985 …::InstanceDriver& vki, const vk::VkPhysicalDevice physicalDevice, bool hostVisible, deUint32 memor… in getExportedMemoryTypeIndex() argument 2987 if (hostVisible) in getExportedMemoryTypeIndex() 3015 …emoryTypeIndex (getExportedMemoryTypeIndex(vki, physicalDevice, config.hostVisible, requirements.m… in testMemoryImportTwice() 3019 if (config.hostVisible) in testMemoryImportTwice() 3035 if (config.hostVisible) in testMemoryImportTwice() [all …]
|