/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 109 invalidateMappedMemoryRange(vkd, device, alloc.getMemory(), alloc.getOffset(), VK_WHOLE_SIZE); in invalidateAlloc() 325 void invalidateMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memor… in invalidateMappedMemoryRange() function
|
D | vkMemUtil.hpp | 152 void invalidateMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory m…
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationPrimitiveDiscardTests.cpp | 540 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in test() 549 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBu… in test()
|
D | vktTessellationGeometryPointSizeTests.cpp | 395 …invalidateMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), colorBufferSizeBytes… in test()
|
D | vktTessellationCommonEdgeTests.cpp | 433 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in test()
|
D | vktTessellationGeometryGridRenderTests.cpp | 608 …invalidateMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), colorBufferSizeBytes… in iterate()
|
D | vktTessellationUserDefinedIO.cpp | 891 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in iterate() 904 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBu… in iterate()
|
D | vktTessellationMiscDrawTests.cpp | 282 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in runTest()
|
D | vktTessellationWindingTests.cpp | 545 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in iterate()
|
D | vktTessellationGeometryPassthroughTests.cpp | 359 …invalidateMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), colorBufferSizeBytes… in getPixelBufferAccess()
|
D | vktTessellationCoordinatesTests.cpp | 595 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBu… in iterate()
|
D | vktTessellationFractionalSpacingTests.cpp | 625 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBu… in test()
|
D | vktTessellationInvarianceTests.cpp | 675 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), m_result… in draw() 1469 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBu… in iterate() 2098 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBu… in test()
|
D | vktTessellationShaderInputOutputTests.cpp | 177 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in runTest()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicClass.cpp | 179 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in iterate()
|
D | vktGeometryLayeredRenderingTests.cpp | 1124 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset… in test() 1376 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset… in testLayeredReadBack() 1377 …invalidateMappedMemoryRange(vk, device, depthBufferAlloc->getMemory(), depthBufferAlloc->getOffset… in testLayeredReadBack() 1378 …invalidateMappedMemoryRange(vk, device, stencilBufferAlloc->getMemory(), stencilBufferAlloc->getOf… in testLayeredReadBack()
|
D | vktGeometryInstancedRenderingTests.cpp | 387 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset… in test()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderViewportIndexTests.cpp | 841 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), 0ull, colorBufferSize); in testVertexShader() 898 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), 0ull, colorBufferSize); in testTessellationShader()
|
D | vktDrawShaderLayerTests.cpp | 943 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), 0ull, colorBufferSize); in testVertexShader() 1005 invalidateMappedMemoryRange(vk, device, alloc.getMemory(), 0ull, colorBufferSize); in testTessellationShader()
|
D | vktDrawImageObjectUtil.cpp | 358 …invalidateMappedMemoryRange(m_vk, m_device, bufAllocation.getMemory(), bufAllocation.getOffset(), … in readUsingBuffer() 446 …invalidateMappedMemoryRange(m_vk, m_device, imgAllocation.getMemory(), imgAllocation.getOffset(), … in copyToLinearImage()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 811 …invalidateMappedMemoryRange(vkd, m_context.getDevice(), m_dstBufferMemory->getMemory(), m_dstBuffe… in iterateInternal() 1672 …invalidateMappedMemoryRange(vkd, m_context.getDevice(), m_primaryBufferMemory->getMemory(), m_prim… in iterateInternal() 1673 …invalidateMappedMemoryRange(vkd, m_context.getDevice(), m_secondaryBufferMemory->getMemory(), m_se… in iterateInternal()
|
/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/query_pool/ |
D | vktQueryPoolStatisticsTests.cpp | 174 …invalidateMappedMemoryRange(vk, device, allocation.getMemory(), allocation.getOffset(), bufferSize… in clearBuffer() 354 …invalidateMappedMemoryRange(vk, device, bufferAllocation.getMemory(), bufferAllocation.getOffset()… in executeTest() 512 …invalidateMappedMemoryRange(vk, device, bufferAllocation.getMemory(), bufferAllocation.getOffset()… in checkResult()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageQualifiersTests.cpp | 416 …invalidateMappedMemoryRange(deviceInterface, device, allocation.getMemory(), allocation.getOffset(… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 929 …invalidateMappedMemoryRange(vk, device, validationAlloc->getMemory(), validationAlloc->getOffset()… in iterate() 930 …invalidateMappedMemoryRange(vk, device, markerBufferAllocation->getMemory(), markerBufferAllocatio… in iterate()
|