Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseResidency.cpp274 …const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAll… in iterate() local
285 deMemcpy(inputBufferAlloc->getHostPtr(), &referenceData[0], m_bufferSize); in iterate()
287 …flushMappedMemoryRange(deviceInterface, getDevice(), inputBufferAlloc->getMemory(), inputBufferAll… in iterate()
DvktSparseResourcesBufferSparseBinding.cpp255 …const de::UniquePtr<Allocation> inputBufferAlloc(bindBuffer(deviceInterface, getDevice(), getAlloc… in iterate() local
265 deMemcpy(inputBufferAlloc->getHostPtr(), &referenceData[0], m_bufferSize); in iterate()
267 flushAlloc(deviceInterface, getDevice(), *inputBufferAlloc); in iterate()
DvktSparseResourcesImageSparseBinding.cpp291 …const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAll… in iterate() local
300 deMemcpy(inputBufferAlloc->getHostPtr(), &referenceData[0], imageSizeInBytes); in iterate()
302 flushAlloc(deviceInterface, getDevice(), *inputBufferAlloc); in iterate()
DvktSparseResourcesShaderIntrinsicsBase.cpp505 …const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAll… in iterate() local
521 deMemcpy(inputBufferAlloc->getHostPtr(), &referenceData[0], imageSparseSizeInBytes); in iterate()
522 flushAlloc(deviceInterface, getDevice(), *inputBufferAlloc); in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp397 …const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAll… in iterate() local
408 deMemcpy(inputBufferAlloc->getHostPtr(), &referenceData[0], imageSizeInBytes); in iterate()
410 flushAlloc(deviceInterface, getDevice(), *inputBufferAlloc); in iterate()
DvktSparseResourcesImageMemoryAliasing.cpp444 …const de::UniquePtr<Allocation> inputBufferAlloc (bindBuffer(deviceInterface, getDevice(), getAll… in iterate() local
456 deMemcpy(inputBufferAlloc->getHostPtr(), &referenceData[0], imageSizeInBytes); in iterate()
458 flushAlloc(deviceInterface, getDevice(), *inputBufferAlloc); in iterate()