Lines Matching defs:context
46 Context& context,
52 DE_UNREF(context);
76 Context& context,
83 if (!context.isDeviceFunctionalitySupported("VK_KHR_dedicated_allocation"))
86 const InstanceInterface& vkInstance = context.getInstanceInterface();
87 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice();
108 Context& context,
115 const VkDevice vkDevice = context.getDevice();
116 const DeviceInterface& vk = context.getDeviceInterface();
117 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex();
146 Context& context,
154 if (!context.isDeviceFunctionalitySupported("VK_KHR_dedicated_allocation"))
157 const InstanceInterface& vkInstance = context.getInstanceInterface();
158 const VkDevice vkDevice = context.getDevice();
159 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice();
160 const DeviceInterface& vk = context.getDeviceInterface();
161 const deUint32 queueFamilyIndex = context.getUniversalQueueFamilyIndex();