Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp1822 const Allocation& uniformBufferAllocation = uniformBuffer.getAllocation(); in iterate() local
1823 deUint32* uniformBufferPtr = static_cast<deUint32*>(uniformBufferAllocation.getHostPtr()); in iterate()
1826 …flushMappedMemoryRange(vk, device, uniformBufferAllocation.getMemory(), uniformBufferAllocation.ge… in iterate()
2248 const Allocation& uniformBufferAllocation = uniformBuffer.getAllocation(); in iterate() local
2249 deUint32* uniformBufferPtr = static_cast<deUint32*>(uniformBufferAllocation.getHostPtr()); in iterate()
2252 …flushMappedMemoryRange(vk, device, uniformBufferAllocation.getMemory(), uniformBufferAllocation.ge… in iterate()