Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp292 const CopyBufferParams *params = getParamPtr<CopyBufferParams>(currentCommand); in executeCommands()
294 Offset<VkBufferCopy>(params, sizeof(CopyBufferParams)); in executeCommands()
DSecondaryCommandBuffer.h179 struct CopyBufferParams struct
185 VERIFY_4_BYTE_ALIGNMENT(CopyBufferParams) argument
1056 CopyBufferParams *paramStruct = in copyBuffer()
1057 initCommand<CopyBufferParams>(CommandID::CopyBuffer, regionSize, &writePtr); in copyBuffer()