Lines Matching defs:blob
103 const void* const blob)
129 fillBufferProc(bufferAlloc->getHostPtr(), bufferMemoryReqs.size, blob);
131 fillBufferProc(bufferAlloc->getHostPtr(), bufferMemoryReqs.size, blob);
140 const void* const blob)
142 populateBufferWithTestValues(buffer, size, *static_cast<const vk::VkFormat*>(blob));
149 const void* const blob)
151 DE_UNREF(blob);
155 // An adapter function matching FillBufferProcPtr interface. Fills a buffer with a copy of memory contents pointed to by blob.
158 const void* const blob)
160 deMemcpy(buffer, blob, static_cast<size_t>(size));