• Home
  • Raw
  • Download

Lines Matching defs:contextVk

136 bool ShouldAllocateNewMemoryForUpdate(ContextVk *contextVk, size_t subDataSize, size_t bufferSize)  in ShouldAllocateNewMemoryForUpdate()
174 bool ShouldUseCPUToCopyData(ContextVk *contextVk, in ShouldUseCPUToCopyData()
196 bool RenderPassUsesBufferForReadOnly(ContextVk *contextVk, const vk::BufferHelper &buffer) in RenderPassUsesBufferForReadOnly()
211 bool ShouldAvoidRenderPassBreakOnUpdate(ContextVk *contextVk, in ShouldAvoidRenderPassBreakOnUpdate()
236 angle::Result GetMemoryTypeIndex(ContextVk *contextVk, in GetMemoryTypeIndex()
278 angle::Result CopyBuffers(ContextVk *contextVk, in CopyBuffers()
388 ContextVk *contextVk = vk::GetImpl(context); in destroy() local
402 angle::Result BufferVk::release(ContextVk *contextVk) in release()
424 ContextVk *contextVk = vk::GetImpl(context); in setExternalBufferData() local
450 ContextVk *contextVk = vk::GetImpl(context); in setDataWithUsageFlags() local
491 ContextVk *contextVk = vk::GetImpl(context); in setData() local
505 ContextVk *contextVk = vk::GetImpl(context); in setDataWithMemoryType() local
575 ContextVk *contextVk = vk::GetImpl(context); in setSubData() local
588 ContextVk *contextVk = vk::GetImpl(context); in copySubData() local
601 angle::Result BufferVk::allocStagingBuffer(ContextVk *contextVk, in allocStagingBuffer()
629 angle::Result BufferVk::flushStagingBuffer(ContextVk *contextVk, in flushStagingBuffer()
649 angle::Result BufferVk::handleDeviceLocalBufferMap(ContextVk *contextVk, in handleDeviceLocalBufferMap()
671 angle::Result BufferVk::mapHostVisibleBuffer(ContextVk *contextVk, in mapHostVisibleBuffer()
703 angle::Result BufferVk::mapImpl(ContextVk *contextVk, GLbitfield access, void **mapPtr) in mapImpl()
708 angle::Result BufferVk::ghostMappedBuffer(ContextVk *contextVk, in ghostMappedBuffer()
764 angle::Result BufferVk::mapRangeImpl(ContextVk *contextVk, in mapRangeImpl()
876 angle::Result BufferVk::unmapImpl(ContextVk *contextVk) in unmapImpl()
928 ContextVk *contextVk = vk::GetImpl(context); in getSubData() local
942 ContextVk *contextVk = vk::GetImpl(context); in getIndexRange() local
964 angle::Result BufferVk::updateBuffer(ContextVk *contextVk, in updateBuffer()
988 angle::Result BufferVk::directUpdate(ContextVk *contextVk, in directUpdate()
1042 angle::Result BufferVk::stagedUpdate(ContextVk *contextVk, in stagedUpdate()
1087 angle::Result BufferVk::acquireAndUpdate(ContextVk *contextVk, in acquireAndUpdate()
1183 angle::Result BufferVk::setDataImpl(ContextVk *contextVk, in setDataImpl()
1304 angle::Result BufferVk::acquireBufferHelper(ContextVk *contextVk, in acquireBufferHelper()