Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp292 const CopyBufferParams *params = getParamPtr<CopyBufferParams>(currentCommand); in executeCommands()
294 Offset<VkBufferCopy>(params, sizeof(CopyBufferParams)); in executeCommands()
DSecondaryCommandBuffer.h184 struct CopyBufferParams struct
190 VERIFY_4_BYTE_ALIGNMENT(CopyBufferParams) argument
1085 CopyBufferParams *paramStruct = in copyBuffer()
1086 initCommand<CopyBufferParams>(CommandID::CopyBuffer, regionSize, &writePtr); in copyBuffer()