Lines Matching defs:contextVk
129 bool ShouldAllocateNewMemoryForUpdate(ContextVk *contextVk, size_t subDataSize, size_t bufferSize) in ShouldAllocateNewMemoryForUpdate()
137 bool ShouldUseCPUToCopyData(ContextVk *contextVk, in ShouldUseCPUToCopyData()
159 bool RenderPassUsesBufferForReadOnly(ContextVk *contextVk, const vk::BufferHelper &buffer) in RenderPassUsesBufferForReadOnly()
174 bool ShouldAvoidRenderPassBreakOnUpdate(ContextVk *contextVk, in ShouldAvoidRenderPassBreakOnUpdate()
199 angle::Result GetMemoryTypeIndex(ContextVk *contextVk, in GetMemoryTypeIndex()
298 ContextVk *contextVk = vk::GetImpl(context); in destroy() local
303 void BufferVk::release(ContextVk *contextVk) in release()
328 ContextVk *contextVk = vk::GetImpl(context); in setExternalBufferData() local
353 ContextVk *contextVk = vk::GetImpl(context); in setDataWithUsageFlags() local
399 ContextVk *contextVk = vk::GetImpl(context); in setData() local
413 ContextVk *contextVk = vk::GetImpl(context); in setDataWithMemoryType() local
462 ContextVk *contextVk = vk::GetImpl(context); in setSubData() local
475 ContextVk *contextVk = vk::GetImpl(context); in copySubData() local
488 angle::Result BufferVk::allocStagingBuffer(ContextVk *contextVk, in allocStagingBuffer()
517 angle::Result BufferVk::flushStagingBuffer(ContextVk *contextVk, in flushStagingBuffer()
538 angle::Result BufferVk::handleDeviceLocalBufferMap(ContextVk *contextVk, in handleDeviceLocalBufferMap()
573 angle::Result BufferVk::mapImpl(ContextVk *contextVk, GLbitfield access, void **mapPtr) in mapImpl()
578 angle::Result BufferVk::ghostMappedBuffer(ContextVk *contextVk, in ghostMappedBuffer()
634 angle::Result BufferVk::mapRangeImpl(ContextVk *contextVk, in mapRangeImpl()
747 angle::Result BufferVk::unmapImpl(ContextVk *contextVk) in unmapImpl()
788 ContextVk *contextVk = vk::GetImpl(context); in getSubData() local
802 ContextVk *contextVk = vk::GetImpl(context); in getIndexRange() local
824 angle::Result BufferVk::updateBuffer(ContextVk *contextVk, in updateBuffer()
848 angle::Result BufferVk::directUpdate(ContextVk *contextVk, in directUpdate()
897 angle::Result BufferVk::stagedUpdate(ContextVk *contextVk, in stagedUpdate()
942 angle::Result BufferVk::acquireAndUpdate(ContextVk *contextVk, in acquireAndUpdate()
1038 angle::Result BufferVk::setDataImpl(ContextVk *contextVk, in setDataImpl()
1144 angle::Result BufferVk::acquireBufferHelper(ContextVk *contextVk, in acquireBufferHelper()