Home | History | Annotate | Download | only in vulkan-validation-layers

Lines Matching full:ptable

588                                 func_body.append("    VkLayerInstanceDispatchTable* pTable = get_dispatch_table(%s_instance_table_map, instance);" % self.layer_name)
590 func_body.append(' if (instanceExtMap.size() != 0 && instanceExtMap[pTable].%s)' % ext_enable)
666 func_body.append(" VkLayerInstanceDispatchTable* pTable = instance_dispatch_table(instance);\n")
678 func_body.append(' if (instanceExtMap.size() != 0 && instanceExtMap[pTable].%s)' % ext_enable)
691 func_body.append(" if (pTable->GetInstanceProcAddr == NULL)\n"
693 " return pTable->GetInstanceProcAddr(instance, funcName);\n"