Searched refs:genExtDepArray (Results 1 – 4 of 4) sorted by relevance
65 def genExtDepArray(extDepsName, extDepsDict): function94 lines.extend(genExtDepArray(VK_EXT_DEP_INSTANCE, allExtDepsDict[VK_EXT_TYPE_INSTANCE]))95 lines.extend(genExtDepArray(VK_EXT_DEP_DEVICE, allExtDepsDict[VK_EXT_TYPE_DEVICE]))
66 def genExtDepArray(extDepsName, extDepsDict): function95 lines.extend(genExtDepArray(VK_EXT_DEP_INSTANCE, allExtDepsDict[VK_EXT_TYPE_INSTANCE]))96 lines.extend(genExtDepArray(VK_EXT_DEP_DEVICE, allExtDepsDict[VK_EXT_TYPE_DEVICE]))
3005 def genExtDepArray(extType): function3061 stream.extend(genExtDepArray('instance'))3062 stream.extend(genExtDepArray('device'))
3393 def genExtDepArray(extType): function3564 stream.extend(genExtDepArray('instance'))3565 stream.extend(genExtDepArray('device'))