Searched refs:memRange (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_wrapper.h | 443 void flush(VkDevice device, VkMappedMemoryRange &memRange); 444 void invalidate(VkDevice device, VkMappedMemoryRange &memRange); 1314 ANGLE_INLINE void DeviceMemory::flush(VkDevice device, VkMappedMemoryRange &memRange) in flush() argument 1316 vkFlushMappedMemoryRanges(device, 1, &memRange); in flush() 1319 ANGLE_INLINE void DeviceMemory::invalidate(VkDevice device, VkMappedMemoryRange &memRange) in invalidate() argument 1321 vkInvalidateMappedMemoryRanges(device, 1, &memRange); in invalidate()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkWsiUtil.cpp | 987 const VkMappedMemoryRange memRange = in WsiTriangleRenderer() local 1004 VK_CHECK(vkd.flushMappedMemoryRanges(device, 1u, &memRange)); in WsiTriangleRenderer()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 13411 VkMappedMemoryRange memRange = { VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE }; in ApplyDefragmentationMovesCpu() local 13426 memRange.memory = pSrcBlock->GetDeviceMemory(); in ApplyDefragmentationMovesCpu() 13427 memRange.offset = VmaAlignDown(move.srcOffset, nonCoherentAtomSize); in ApplyDefragmentationMovesCpu() 13428 memRange.size = VMA_MIN( in ApplyDefragmentationMovesCpu() 13429 VmaAlignUp(move.size + (move.srcOffset - memRange.offset), nonCoherentAtomSize), in ApplyDefragmentationMovesCpu() 13430 pSrcBlock->m_pMetadata->GetSize() - memRange.offset); in ApplyDefragmentationMovesCpu() 13431 (*m_hAllocator->GetVulkanFunctions().vkInvalidateMappedMemoryRanges)(m_hAllocator->m_hDevice, 1, &memRange); in ApplyDefragmentationMovesCpu() 13450 memRange.memory = pDstBlock->GetDeviceMemory(); in ApplyDefragmentationMovesCpu() 13451 memRange.offset = VmaAlignDown(move.dstOffset, nonCoherentAtomSize); in ApplyDefragmentationMovesCpu() 13452 memRange in ApplyDefragmentationMovesCpu() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 867 const VkMappedMemoryRange memRange = in fillBuffer() local 878 VK_CHECK(vk.flushMappedMemoryRanges(device, 1u, &memRange)); in fillBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 867 const VkMappedMemoryRange memRange = in fillBuffer() local 878 VK_CHECK(vk.flushMappedMemoryRanges(device, 1u, &memRange)); in fillBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 448 const VkMappedMemoryRange memRange = in fillBuffer() local 463 VK_CHECK(vk.flushMappedMemoryRanges(device, 1u, &memRange)); in fillBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 477 const VkMappedMemoryRange memRange = in fillBuffer() local 492 VK_CHECK(vk.flushMappedMemoryRanges(device, 1u, &memRange)); in fillBuffer()
|
Completed in 48 milliseconds