Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp484 const NextSubpassParams *params = in executeCommands()
485 getParamPtr<NextSubpassParams>(currentCommand); in executeCommands()
DSecondaryCommandBuffer.h361 struct NextSubpassParams struct
365 VERIFY_4_BYTE_ALIGNMENT(NextSubpassParams) argument
1316 NextSubpassParams *paramStruct = initCommand<NextSubpassParams>(CommandID::NextSubpass); in nextSubpass()