Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DBufferVk.cpp179 bool hostVisible) in ConversionBuffer() argument
182 data.init(renderer, usageFlags, alignment, initialSize, hostVisible, in ConversionBuffer()
195 bool hostVisible) in VertexConversionBuffer() argument
200 hostVisible), in VertexConversionBuffer()
706 bool hostVisible = mBuffer->isHostVisible(); in mapRangeImpl() local
711 if (hostVisible) in mapRangeImpl()
734 if (hostVisible) in mapRangeImpl()
743 if (!hostVisible) in mapRangeImpl()
1144 bool hostVisible) in getVertexConversionBuffer() argument
1154 mVertexConversionBuffers.emplace_back(renderer, formatID, stride, offset, hostVisible); in getVertexConversionBuffer()
DBufferVk.h29 bool hostVisible);
138 bool hostVisible);
216 bool hostVisible);
Dvk_helpers.cpp2193 bool hostVisible, in init() argument
2197 (hostVisible) ? VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT : VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in init()
3849 bool hostVisible = mMemoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in flush() local
3851 if (hostVisible && !hostCoherent) in flush()
3860 bool hostVisible = mMemoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in invalidate() local
3862 if (hostVisible && !hostCoherent) in invalidate()
Dvk_helpers.h91 bool hostVisible,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp3196 , hostVisible (hostVisible_) in MemoryTestConfig()
3202 bool hostVisible; member
3232 … compatibleMemTypes = vk::getCompatibleMemoryTypes(memoryProps, config.hostVisible ? vk::MemoryReq… in testMemoryWin32Create()
3266 if (config.hostVisible) in testMemoryWin32Create()
3274 if (config.hostVisible) in testMemoryWin32Create()
3298 …::InstanceDriver& vki, const vk::VkPhysicalDevice physicalDevice, bool hostVisible, deUint32 memor… in getExportedMemoryTypeIndex() argument
3300 if (hostVisible) in getExportedMemoryTypeIndex()
3328 …emoryTypeIndex (getExportedMemoryTypeIndex(vki, physicalDevice, config.hostVisible, requirements.m… in testMemoryImportTwice()
3332 if (config.hostVisible) in testMemoryImportTwice()
3348 if (config.hostVisible) in testMemoryImportTwice()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiExternalMemoryTests.cpp3196 , hostVisible (hostVisible_) in MemoryTestConfig()
3202 bool hostVisible; member
3232 … compatibleMemTypes = vk::getCompatibleMemoryTypes(memoryProps, config.hostVisible ? vk::MemoryReq… in testMemoryWin32Create()
3266 if (config.hostVisible) in testMemoryWin32Create()
3274 if (config.hostVisible) in testMemoryWin32Create()
3298 …::InstanceDriver& vki, const vk::VkPhysicalDevice physicalDevice, bool hostVisible, deUint32 memor… in getExportedMemoryTypeIndex() argument
3300 if (hostVisible) in getExportedMemoryTypeIndex()
3328 …emoryTypeIndex (getExportedMemoryTypeIndex(vki, physicalDevice, config.hostVisible, requirements.m… in testMemoryImportTwice()
3332 if (config.hostVisible) in testMemoryImportTwice()
3348 if (config.hostVisible) in testMemoryImportTwice()
[all …]