/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferComputeInstance.cpp | 78 flushMappedMemoryRange(vki, device, allocation->getMemory(), allocation->getOffset(), bufferSize); in createDataBuffer() 126 flushMappedMemoryRange(vki, device, allocation->getMemory(), allocation->getOffset(), bufferSize); in createColorDataBuffer()
|
D | vktApiComputeInstanceResultBuffer.cpp | 89 …flushMappedMemoryRange(vki, device, allocation->getMemory(), allocation->getOffset(), (VkDeviceSiz… in createResultBuffer()
|
D | vktApiBufferViewAccessTests.cpp | 313 …flushMappedMemoryRange(vk, vkDevice, m_uniformBufferAlloc->getMemory(), m_uniformBufferAlloc->getO… in BufferViewTestInstance() 593 …flushMappedMemoryRange(vk, vkDevice, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOff… in BufferViewTestInstance() 784 …flushMappedMemoryRange(vk, vkDevice, m_uniformBufferAlloc->getMemory(), m_uniformBufferAlloc->getO… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderDrawParametersTests.cpp | 165 …vk::flushMappedMemoryRange(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory().getMemo… in DrawTest() 184 …vk::flushMappedMemoryRange(m_vk, m_context.getDevice(), m_indexBuffer->getBoundMemory().getMemory(… in DrawTest() 198 …vk::flushMappedMemoryRange(m_vk, m_context.getDevice(), m_indirectBuffer->getBoundMemory().getMemo… in setIndirectCommand()
|
D | vktDrawIndexedTest.cpp | 152 vk::flushMappedMemoryRange(m_vk, m_context.getDevice(), in iterate() 252 vk::flushMappedMemoryRange(m_vk, m_context.getDevice(), in iterate()
|
D | vktDrawIndirectTest.cpp | 180 …vk::flushMappedMemoryRange(m_vk, m_context.getDevice(), m_indexBuffer->getBoundMemory().getMemory(… in IndirectDraw() 363 vk::flushMappedMemoryRange(m_vk, in iterate() 628 vk::flushMappedMemoryRange(m_vk, in iterate()
|
D | vktBasicDrawTests.cpp | 405 vk::flushMappedMemoryRange(m_vk, in initialize() 780 …vk::flushMappedMemoryRange(m_vk, vkDevice, indexAlloc->getMemory(), indexAlloc->getOffset(), buffe… in iterate() 908 …vk::flushMappedMemoryRange(m_vk, vkDevice, indirectAlloc->getMemory(), indirectAlloc->getOffset(),… in iterate() 1073 …vk::flushMappedMemoryRange(m_vk, vkDevice, indirectAlloc->getMemory(), indirectAlloc->getOffset(),… in iterate() 1101 …vk::flushMappedMemoryRange(m_vk, vkDevice, indexAlloc->getMemory(), indexAlloc->getOffset(), buffe… in iterate()
|
D | vktDrawBaseClass.cpp | 137 vk::flushMappedMemoryRange(m_vk, in initialize()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.hpp | 140 void flushMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memor…
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 776 …flushMappedMemoryRange(vk, getDevice(), m_colorBufferAlloc->getMemory(), m_colorBufferAlloc->getOf… in SparseBufferTestInstance() 1032 …flushMappedMemoryRange(vk, getDevice(), stagingBufferAlloc->getMemory(), stagingBufferAlloc->getOf… in iterate() 1092 …flushMappedMemoryRange(vk, getDevice(), m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->get… in iterate() 1266 …flushMappedMemoryRange(vk, getDevice(), m_stagingBufferAlloc->getMemory(), m_stagingBufferAlloc->g… in iterate() 1410 …flushMappedMemoryRange(vk, getDevice(), m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->get… in initializeBuffers() 1472 …flushMappedMemoryRange(vk, getDevice(), m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->get… in initializeBuffers()
|
D | vktSparseResourcesBufferSparseBinding.cpp | 232 …flushMappedMemoryRange(deviceInterface, getDevice(), inputBufferAlloc->getMemory(), inputBufferAll… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 119 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), vertexDataSizeBytes); in VertexGrid() 137 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), indexBufferSizeBytes); in VertexGrid() 609 …flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), m_resource.getBuffer().si… in Implementation() 713 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), m_bufferSize); in ImplementationBase() 1097 …flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), sizeof(VkDispatchIndirect… in ComputePipeline() 1162 …flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), m_resource.getBuffer().si… in BufferImplementation() 1297 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), m_hostBufferSizeBytes); in ImageImplementation() 1784 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), m_bufferSize); in WriteImplementation() 1983 …flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), m_resource.getBuffer().si… in WriteImplementation() 2062 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), m_bufferSize); in ReadImplementation() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmComputeShaderCase.cpp | 92 flushMappedMemoryRange(vkdi, device, destAlloc->getMemory(), destAlloc->getOffset(), numBytes); in setMemory() 100 flushMappedMemoryRange(vkdi, device, destAlloc->getMemory(), destAlloc->getOffset(), numBytes); in fillMemoryWithValue()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicGeometryShaderTests.cpp | 228 …flushMappedMemoryRange(vk, device, bufferAlloc->getMemory(), bufferAlloc->getOffset(), bufferSize); in uploadImage() 439 …flushMappedMemoryRange(vk, device, m_allocation->getMemory(), m_allocation->getOffset(), sizeof(em… in bindDescriptorSets() 637 …flushMappedMemoryRange(vk, device, m_allocation->getMemory(), m_allocation->getOffset(), indexBuff… in createIndicesBuffer()
|
D | vktGeometryBasicClass.cpp | 127 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), vertexDataSizeBytes); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 727 …flushMappedMemoryRange(vk, device, stagingBufferAllocation.getMemory(), stagingBufferAllocation.ge… in iterate() 937 …flushMappedMemoryRange(vk, device, inputBufferAllocation.getMemory(), inputBufferAllocation.getOff… in iterate() 1224 …flushMappedMemoryRange(vk, device, inputBufferAllocation.getMemory(), inputBufferAllocation.getOff… in iterate() 1423 …flushMappedMemoryRange(vk, device, bufferAllocation.getMemory(), bufferAllocation.getOffset(), buf… in iterate() 1810 …flushMappedMemoryRange(vk, device, outputBufferAllocation.getMemory(), outputBufferAllocation.getO… in iterate() 1826 …flushMappedMemoryRange(vk, device, uniformBufferAllocation.getMemory(), uniformBufferAllocation.ge… in iterate() 2027 …flushMappedMemoryRange(vk, device, inputBufferAllocation.getMemory(), inputBufferAllocation.getOff… in iterate() 2236 …flushMappedMemoryRange(vk, device, outputBufferAllocation.getMemory(), outputBufferAllocation.getO… in iterate() 2252 …flushMappedMemoryRange(vk, device, uniformBufferAllocation.getMemory(), uniformBufferAllocation.ge… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationMiscDrawTests.cpp | 155 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), vertexDataSizeBytes); in runTest() 231 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), sizeof(TessLevels)); in runTest()
|
D | vktTessellationFractionalSpacingTests.cpp | 504 …flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), tessLevelsBufferSizeBytes… in test() 511 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), resultBufferSizeBytes); in test()
|
D | vktTessellationPrimitiveDiscardTests.cpp | 416 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), vertexDataSizeBytes); in test() 428 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), resultBufferSizeBytes); in test()
|
D | vktTessellationCoordinatesTests.cpp | 557 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), sizeof(TessLevels)); in iterate() 564 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), resultBufferSizeBytes); in iterate()
|
D | vktTessellationGeometryPassthroughTests.cpp | 437 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), sizeof(TessLevels)); in iterate() 449 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), vertexDataSizeBytes); in iterate()
|
D | vktTessellationInvarianceTests.cpp | 641 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), m_resultBufferSizeBytes); in draw() 700 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), sizeInBytes(vertexData)); in uploadVertexAttributes() 1415 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), sizeof(data)); in iterate() 1434 … flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), resultBufferSizeBytes); in iterate() 2058 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), sizeof(TessLevels)); in test() 2063 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), resultBufferSizeBytes); in test()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTranscodingSupportTests.cpp | 392 …flushMappedMemoryRange(vk, device, vertexBufferAlloc.getMemory(), vertexBufferAlloc.getOffset(), v… in transcode() 397 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), srcImageSizeInBytes); in transcode() 649 …flushMappedMemoryRange(vk, device, vertexBufferAlloc.getMemory(), vertexBufferAlloc.getOffset(), v… in transcode() 654 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), srcImageSizeInBytes); in transcode()
|
D | vktImageMultisampleLoadStoreTests.cpp | 283 …flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), constantsBufferSizeBytes); in test() 293 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), resultBufferSizeBytes); in test()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 368 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), size); in zeroBuffer() 578 …flushMappedMemoryRange(vk, device, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffse… in ScissorRenderer()
|