Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp167 const BindDescriptorSetParams *params = in executeCommands()
168 getParamPtr<BindDescriptorSetParams>(currentCommand); in executeCommands()
170 Offset<VkDescriptorSet>(params, sizeof(BindDescriptorSetParams)); in executeCommands()
DSecondaryCommandBuffer.h100 struct BindDescriptorSetParams struct
108 VERIFY_4_BYTE_ALIGNMENT(BindDescriptorSetParams) argument
793 BindDescriptorSetParams *paramStruct = initCommand<BindDescriptorSetParams>( in bindDescriptorSets()