Home | History | Annotate | Download | only in common

Lines Matching defs:pTable

140     VkLayerInstanceDispatchTable *pTable;
145 pTable = new VkLayerInstanceDispatchTable;
146 map[(void *)key] = pTable;
148 fprintf(stderr, "New, Instance: map: 0x%p, key: 0x%p, table: 0x%p\n", &map, key, pTable);
157 layer_init_instance_dispatch_table(instance, pTable, gpa);
159 return pTable;
167 VkLayerDispatchTable *pTable;
172 pTable = new VkLayerDispatchTable;
173 map[(void *)key] = pTable;
175 fprintf(stderr, "New, Device: map: 0x%p, key: 0x%p, table: 0x%p\n", &map, key, pTable);
184 layer_init_device_dispatch_table(device, pTable, gpa);
186 return pTable;