/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 114 invalidateMappedMemoryRange(vkd, device, alloc.getMemory(), alloc.getOffset(), VK_WHOLE_SIZE); in invalidateAlloc() 345 void invalidateMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memor… in invalidateMappedMemoryRange() function
|
D | vkMemUtil.hpp | 158 void invalidateMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory m…
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicClass.cpp | 178 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in iterate()
|
D | vktGeometryLayeredRenderingTests.cpp | 1238 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset… in test() 1505 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset… in testLayeredReadBack() 1506 …invalidateMappedMemoryRange(vk, device, depthBufferAlloc->getMemory(), depthBufferAlloc->getOffset… in testLayeredReadBack() 1507 …invalidateMappedMemoryRange(vk, device, stencilBufferAlloc->getMemory(), stencilBufferAlloc->getOf… in testLayeredReadBack() 1754 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset… in testSecondaryCmdBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderViewportIndexTests.cpp | 732 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), 0ull, colorBufferSize); in testVertexShader() 783 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), 0ull, colorBufferSize); in testTessellationShader()
|
D | vktDrawShaderLayerTests.cpp | 759 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), 0ull, colorBufferSize); in testVertexShader() 819 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), 0ull, colorBufferSize); in testTessellationShader()
|
D | vktDrawImageObjectUtil.cpp | 376 …invalidateMappedMemoryRange(m_vk, m_device, bufAllocation.getMemory(), bufAllocation.getOffset(), … in readUsingBuffer() 489 …invalidateMappedMemoryRange(m_vk, m_device, imgAllocation.getMemory(), imgAllocation.getOffset(), … in copyToLinearImage()
|
D | vktDrawDiscardRectanglesTests.cpp | 602 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), 0ull, colorBufferSize); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.hpp | 295 …vk::invalidateMappedMemoryRange(m_interface, m_device, (*m_allocation)->getMemory(), (*m_allocatio… in invalidate()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 910 …invalidateMappedMemoryRange(vkd, m_context.getDevice(), m_dstBufferMemory->getMemory(), m_dstBuffe… in iterateInternal() 1695 …invalidateMappedMemoryRange(vkd, m_context.getDevice(), m_primaryBufferMemory->getMemory(), m_prim… in iterateInternal() 1696 …invalidateMappedMemoryRange(vkd, m_context.getDevice(), m_secondaryBufferMemory->getMemory(), m_se… in iterateInternal() 2169 …invalidateMappedMemoryRange(vkd, m_context.getDevice(), resultBufferMemory->getMemory(), resultBuf… in iterateInternal() 2742 …invalidateMappedMemoryRange(vkd, m_context.getDevice(), resultBuffer0Memory->getMemory(), resultBu… in iterateInternal() 2743 …invalidateMappedMemoryRange(vkd, m_context.getDevice(), resultBuffer1Memory->getMemory(), resultBu… in iterateInternal()
|
D | vktRenderPassDepthStencilResolveTests.cpp | 917 …invalidateMappedMemoryRange(vkd, m_context.getDevice(), m_bufferMemory->getMemory(), m_bufferMemor… in verifyDepth() 1004 …invalidateMappedMemoryRange(vkd, m_context.getDevice(), m_bufferMemory->getMemory(), m_bufferMemor… in verifyStencil()
|
D | vktRenderPassMultisampleResolveTests.cpp | 705 …invalidateMappedMemoryRange(vkd, device, m_bufferMemory[memoryBufferNdx]->getMemory(), 0u, VK_WHOL… in submit() 1707 …invalidateMappedMemoryRange(vkd, device, m_bufferMemory[memoryBufferNdx]->getMemory(), 0u, VK_WHOL… in submit()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingBufferDeviceAddressTests.cpp | 1041 …invalidateMappedMemoryRange(vk, device, sbtBuffer->getAllocation().getMemory(), sbtBuffer->getAllo… in iterate() 1315 …invalidateMappedMemoryRange(vk, device, copyBuffer->getAllocation().getMemory(), copyBuffer->getAl… in iterate()
|
D | vktBindingDescriptorSetRandomTests.cpp | 1646 …invalidateMappedMemoryRange(vk, device, sbtBuffer->getAllocation().getMemory(), sbtBuffer->getAllo… in iterate() 1960 …invalidateMappedMemoryRange(vk, device, copyBuffer->getAllocation().getMemory(), copyBuffer->getAl… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 909 …invalidateMappedMemoryRange(vk, device, wd.colorBufferAlloc->getMemory(), wd.colorBufferAlloc->get… in drawAndSampleInputAttachment() 1127 …invalidateMappedMemoryRange(vk, device, wd.colorBufferAlloc->getMemory(), wd.colorBufferAlloc->get… in dispatchSampleImage()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktAtomicOperationTests.cpp | 124 …invalidateMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(),… in invalidate()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 503 invalidateMappedMemoryRange(vk, device, bufAlloc->getMemory(), bufAlloc->getOffset(), bufBytes); in verifyTransformFeedbackBuffer() 758 …invalidateMappedMemoryRange(vk, device, bufAlloc->getMemory(), bufAlloc->getOffset(), VK_WHOLE_SIZ… in verifyTransformFeedbackBuffer() 830 …invalidateMappedMemoryRange(vk, device, bufAlloc->getMemory(), bufAlloc->getOffset(), VK_WHOLE_SIZ… in verifyTransformFeedbackBuffer() 976 invalidateMappedMemoryRange(vk, device, bufAlloc->getMemory(), bufAlloc->getOffset(), bufBytes); in verifyTransformFeedbackBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageQualifiersTests.cpp | 413 …invalidateMappedMemoryRange(deviceInterface, device, allocation.getMemory(), allocation.getOffset(… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1627 …invalidateMappedMemoryRange(vkd, device, m_readImageMem[0]->getMemory(), m_readImageMem[0]->getOff… in iterate() 1661 …invalidateMappedMemoryRange(vkd, device, m_readImageMem[outNdx]->getMemory(), m_readImageMem[outNd… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 932 …invalidateMappedMemoryRange(vk, device, validationAlloc->getMemory(), validationAlloc->getOffset()… in iterate() 933 …invalidateMappedMemoryRange(vk, device, markerBufferAllocation->getMemory(), markerBufferAllocatio… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMarkerTests.cpp | 168 invalidateMappedMemoryRange(vk, device, memory->getMemory(), memory->getOffset(), VK_WHOLE_SIZE); in checkMarkerBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryExternalMemoryHostTests.cpp | 860 …invalidateMappedMemoryRange(m_vkd, m_device, *m_deviceMemoryAllocatedFromHostPointer, 0, VK_WHOLE_… in iterate()
|
D | vktMemoryPipelineBarrierTests.cpp | 1265 vk::invalidateMappedMemoryRange(vkd, device, m_memory, 0, m_size); in execute() 2344 vk::invalidateMappedMemoryRange(vkd, device, *m_memory, 0, m_bufferSize); in verify() 2671 vk::invalidateMappedMemoryRange(vkd, device, *memory, 0, 4 * m_imageWidth * m_imageHeight); in verify() 3011 vk::invalidateMappedMemoryRange(vkd, device, *m_memory, 0, m_bufferSize); in verify() 3578 vk::invalidateMappedMemoryRange(vkd, device, *memory, 0, 4 * m_imageWidth * m_imageHeight); in verify() 4122 vk::invalidateMappedMemoryRange(vkd, device, *memory, 0, 4 * m_dstImageWidth * m_dstImageHeight); in verify() 4518 vk::invalidateMappedMemoryRange(vkd, device, *memory, 0, 4 * m_targetWidth * m_targetHeight); in verify()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 181 invalidateMappedMemoryRange(vkd, device, allocations[planeNdx]->getMemory(), 0u, VK_WHOLE_SIZE); in readStagingBuffers() 657 invalidateMappedMemoryRange(vkd, device, allocation->getMemory(), 0u, VK_WHOLE_SIZE); in readImageMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolPerformanceTests.cpp | 949 …invalidateMappedMemoryRange(vkd, device, allocation.getMemory(), allocation.getOffset(), bufferSiz… in initStateObjects()
|