Searched refs:initBufferAllocation (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TransformFeedbackVk.cpp | 115 ANGLE_TRY(contextVk->initBufferAllocation( in begin()
|
D | BufferVk.cpp | 1319 contextVk->initBufferAllocation(&mBuffer, mMemoryTypeIndex, size, alignment, usageType)); in acquireBufferHelper()
|
D | VertexArrayVk.cpp | 510 ANGLE_TRY(contextVk->initBufferAllocation( in convertIndexBufferCPU()
|
D | ContextVk.h | 857 angle::Result initBufferAllocation(vk::BufferHelper *bufferHelper,
|
D | ContextVk.cpp | 7232 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()
|
D | UtilsVk.cpp | 3174 ANGLE_TRY(contextVk->initBufferAllocation( in stencilBlitResolveNoShaderExport()
|