Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp195 const BindDescriptorSetParams *params = in executeCommands()
196 getParamPtr<BindDescriptorSetParams>(currentCommand); in executeCommands()
198 Offset<VkDescriptorSet>(params, sizeof(BindDescriptorSetParams)); in executeCommands()
DSecondaryCommandBuffer.h104 struct BindDescriptorSetParams struct
112 VERIFY_4_BYTE_ALIGNMENT(BindDescriptorSetParams) argument
902 BindDescriptorSetParams *paramStruct = initCommand<BindDescriptorSetParams>( in bindDescriptorSets()