Home | History | Annotate | Download | only in layers

Lines Matching defs:pTable

139     VkLayerInstanceDispatchTable *pTable;
144 pTable = new VkLayerInstanceDispatchTable;
145 map[(void *)key] = pTable;
147 fprintf(stderr, "New, Instance: map: 0x%p, key: 0x%p, table: 0x%p\n", &map, key, pTable);
156 layer_init_instance_dispatch_table(instance, pTable, gpa);
158 return pTable;
166 VkLayerDispatchTable *pTable;
171 pTable = new VkLayerDispatchTable;
172 map[(void *)key] = pTable;
174 fprintf(stderr, "New, Device: map: 0x%p, key: 0x%p, table: 0x%p\n", &map, key, pTable);
183 layer_init_device_dispatch_table(device, pTable, gpa);
185 return pTable;