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.cpp1334 …de::UniquePtr<Allocation> indicesAlloc (allocateAndBindMemory(m_context, *indicesBuffer, Memory… in iterate() local
1343 deMemcpy(indicesAlloc->getHostPtr(), indices, sizeof(indices)); in iterate()
1344 …flushMappedMemoryRange(vk, device, indicesAlloc->getMemory(), indicesAlloc->getOffset(), sizeof(in… in iterate()