Home
last modified time | relevance | path

Searched refs:allocateSetsAndGetInfo (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h315 return allocateSetsAndGetInfo(contextVk, descriptorSetLayout, descriptorSetCount, in allocateSets()
321 angle::Result allocateSetsAndGetInfo(ContextVk *contextVk,
DProgramExecutableVk.cpp515 ANGLE_TRY(dynamicDescriptorPool.allocateSetsAndGetInfo( in allocateDescriptorSetAndGetInfo()
DContextVk.cpp4938 ANGLE_TRY(mDriverUniformsDescriptorPools[pipelineType].allocateSetsAndGetInfo( in updateDriverUniformsDescriptorSet()
Dvk_helpers.cpp2502 angle::Result DynamicDescriptorPool::allocateSetsAndGetInfo( in allocateSetsAndGetInfo() function in rx::vk::DynamicDescriptorPool