Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTransformFeedbackVk.cpp115 ANGLE_TRY(contextVk->initBufferAllocation( in begin()
DBufferVk.cpp1319 contextVk->initBufferAllocation(&mBuffer, mMemoryTypeIndex, size, alignment, usageType)); in acquireBufferHelper()
DVertexArrayVk.cpp510 ANGLE_TRY(contextVk->initBufferAllocation( in convertIndexBufferCPU()
DContextVk.h857 angle::Result initBufferAllocation(vk::BufferHelper *bufferHelper,
DContextVk.cpp7232 angle::Result ContextVk::initBufferAllocation(vk::BufferHelper *bufferHelper, in initBufferAllocation() function in rx::ContextVk
7447 return initBufferAllocation(bufferHelper, memoryTypeIndex, size, alignment, in initBufferForBufferCopy()
7469 ANGLE_TRY(initBufferAllocation(bufferHelper, memoryTypeIndex, allocationSize, stagingAlignment, in initBufferForImageCopy()
7519 return initBufferAllocation(bufferHelper, memoryTypeIndex, sizeToAllocate, alignment, in initBufferForVertexConversion()
DUtilsVk.cpp3174 ANGLE_TRY(contextVk->initBufferAllocation( in stencilBlitResolveNoShaderExport()