Home
last modified time | relevance | path

Searched refs:hostBuffer (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.cpp152 vkDestroyBuffer(device, memoryBuffer.hostBuffer, nullptr); in destroy()
461 &memoryBuffer.hostBuffer), in createMemoryBuffers()
468 RETURN_ON_VULKAN_ERROR(vkBindBufferMemory(device, memoryBuffer.hostBuffer, in createMemoryBuffers()
520 memBuffer.hostBuffer, 1, &copy); in copyResource()
522 vkCmdCopyBuffer(commandBuffer, memBuffer.hostBuffer, in copyResource()
DVulkanRuntime.h32 VkBuffer hostBuffer{VK_NULL_HANDLE};
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp413 vector<deUint8> hostBuffer((size_t)bufferSize, 0); in init() local
415 …deMemcpy(&hostBuffer[(deUint32)colorBlockInputSize * colorIdx], &testColors[colorIdx], kColorSize); in init()
435 deMemcpy(m_bufferAlloc->getHostPtr(), hostBuffer.data(), (size_t)bufferSize); in init()
978 vector<deUint8> hostBuffer((deUint32)bufferSize, 0); in init() local
980 deMemcpy(&hostBuffer[colorBlockInputSizeU32 * colorIdx], &testColors[colorIdx], kColorSize); in init()
1000 deMemcpy(m_bufferAlloc->getHostPtr(), hostBuffer.data(), (size_t)bufferSize); in init()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp803 deUint8* hostBuffer = static_cast<deUint8*>(hostMemory.ptr()); in pushData() local
808 hostBuffer[i] = static_cast<deUint8>(random.getNext() & 0xFFu); in pushData()
821 deUint8* hostBuffer = static_cast<deUint8*>(hostMemory.ptr()); in checkData() local
828 if (hostBuffer[i] != static_cast<deUint8>(random.getNext() & 0xFFu) ) in checkData()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp234 Data getHostBufferData (const OperationContext& context, const Buffer& hostBuffer, const VkDeviceSi… in getHostBufferData() argument
238 const Allocation& alloc = hostBuffer.getAllocation(); in getHostBufferData()
250 void setHostBufferData (const OperationContext& context, const Buffer& hostBuffer, const Data& data) in setHostBufferData() argument
254 const Allocation& alloc = hostBuffer.getAllocation(); in setHostBufferData()