Home | History | Annotate | Download | only in core_validation

Lines Matching refs:my_instance_data

3896     layer_data *my_instance_data = get_my_data_ptr(get_dispatch_key(gpu), layer_data_map);
3902 PFN_vkCreateDevice fpCreateDevice = (PFN_vkCreateDevice)fpGetInstanceProcAddr(my_instance_data->instance, "vkCreateDevice");
3923 my_device_data->report_data = layer_debug_report_create_device(my_instance_data->report_data, *pDevice);
3926 my_instance_data->instance_dispatch_table->GetPhysicalDeviceProperties(gpu, &(my_device_data->phys_dev_properties.properties));
3928 my_instance_data->instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(gpu, &count, nullptr);
3930 my_instance_data->instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(
3939 my_instance_data->instance_dispatch_table->GetPhysicalDeviceMemoryProperties(gpu, &my_device_data->phys_dev_mem_props);