Home | History | Annotate | Download | only in multiview

Lines Matching defs:instance

543 		const InstanceInterface&			instance			= m_context.getInstanceInterface();
558 instance.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties2);
630 const InstanceInterface& instance = m_context.getInstanceInterface();
632 const vector<VkQueueFamilyProperties> queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(instance, physicalDevice);
664 instance.getPhysicalDeviceFeatures2(physicalDevice, &enabledFeatures);
691 instance.getPhysicalDeviceProperties2(physicalDevice, &propertiesDeviceProperties2);
728 m_logicalDevice = createDevice(m_context.getPlatformInterface(), m_context.getInstance(), instance, physicalDevice, &deviceInfo);
730 m_allocator = MovePtr<Allocator>(new SimpleAllocator(*m_device, *m_logicalDevice, getPhysicalDeviceMemoryProperties(instance, physicalDevice)));
3389 << " int instance = gl_InstanceIndex + 1;\n"
3397 << " out_color = in_color + vec4(0.0f, gl_ViewIndex * 0.10f, instance * 0.10f, 0.0f);\n"
3411 << " int instance = gl_InstanceIndex + 1;\n"
3422 << " out_color = in_color + vec4(0.0f, gl_ViewIndex * 0.10f, instance * 0.10f, 0.0f);\n"