Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp1875 …de::UniquePtr<Allocation> indicesAlloc (allocateAndBindMemory(m_context, *indicesBuffer, Memory… in iterate() local
1884 deMemcpy(indicesAlloc->getHostPtr(), indices, sizeof(indices)); in iterate()
1885 flushAlloc(vk, device, *indicesAlloc); in iterate()