Searched refs:hostBuffer (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDynamicOffsetTests.cpp | 355 vector<deUint8> hostBuffer((size_t)bufferSize, 0); in init() local 357 deMemcpy(&hostBuffer[(deUint32)offsetAlignment * colorIdx], &testColors[colorIdx], 16); in init() 377 deMemcpy(m_bufferAlloc->getHostPtr(), hostBuffer.data(), (size_t)bufferSize); in init() 819 vector<deUint8> hostBuffer((deUint32)bufferSize, 0); in init() local 821 deMemcpy(&hostBuffer[(deUint32)offsetAlignment * colorIdx], &testColors[colorIdx], 16); in init() 841 deMemcpy(m_bufferAlloc->getHostPtr(), hostBuffer.data(), (size_t)bufferSize); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 782 deUint8* hostBuffer = static_cast<deUint8*>(hostMemory.ptr()); in pushData() local 787 hostBuffer[i] = static_cast<deUint8>(random.getNext() & 0xFFu); in pushData() 800 deUint8* hostBuffer = static_cast<deUint8*>(hostMemory.ptr()); in checkData() local 807 if (hostBuffer[i] != static_cast<deUint8>(random.getNext() & 0xFFu) ) in checkData()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 205 Data getHostBufferData (const OperationContext& context, const Buffer& hostBuffer, const VkDeviceSi… in getHostBufferData() argument 209 const Allocation& alloc = hostBuffer.getAllocation(); in getHostBufferData()
|