Home | History | Annotate | Download | only in layers

Lines Matching full:ptable

147     VkLayerInstanceDispatchTable *pTable;
152 pTable = new VkLayerInstanceDispatchTable;
153 map[(void *)key] = pTable;
155 fprintf(stderr, "New, Instance: map: %p, key: %p, table: %p\n", &map, key, pTable);
164 layer_init_instance_dispatch_table(instance, pTable, gpa);
166 return pTable;
174 VkLayerDispatchTable *pTable;
179 pTable = new VkLayerDispatchTable;
180 map[(void *)key] = pTable;
182 fprintf(stderr, "New, Device: map: %p, key: %p, table: %p\n", &map, key, pTable);
191 layer_init_device_dispatch_table(device, pTable, gpa);
193 return pTable;