Lines Matching refs:data
488 deMemcpy(m_vertexBufferMemory->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA));
929 // Create buffer object, allocate storage, and generate input data
1411 // Create a cache with init data from m_cache
1415 std::vector<deUint8> data(dataSize);
1416 VK_CHECK(vk.getPipelineCacheData(device, *m_cache, (deUintptr*)&dataSize, &data[0]));
1418 pipelineCacheCreateInfo.initialDataSize = data.size();
1419 pipelineCacheCreateInfo.pInitialData = &data[0];
1523 // Create a cache with init data from m_cache
1597 // Create a cache with init data from m_cache
1629 TCU_THROW(TestError, "Data needs to be empty and data size should be 0 when invalid size is passed to GetPipelineCacheData!");
1684 // Create a cache with init data from m_cache
1762 // Create a cache with init data from m_cache
1787 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Creating pipeline cache using previously retrieved data with invalid " << headerLayout[i].name << tcu::TestLog::EndMessage;