Searched refs:vkInstance (Results 1 - 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDeviceUtil.hpp46 VkPhysicalDevice chooseDevice (const InstanceInterface& vkInstance,
H A DvkDeviceUtil.cpp84 VkPhysicalDevice chooseDevice (const InstanceInterface& vkInstance, VkInstance instance, const tcu::CommandLine& cmdLine) argument
86 const vector<VkPhysicalDevice> devices = enumeratePhysicalDevices(vkInstance, instance);
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.hpp70 bool is16BitStorageFeaturesSupported (const vk::InstanceInterface& vkInstance,
76 bool isVariablePointersFeaturesSupported (const vk::InstanceInterface& vkInstance,
H A DvktSpvAsmGraphicsShaderTestUtil.cpp2174 const InstanceInterface& vkInstance = context.getInstanceInterface(); local
2225 if (!is16BitStorageFeaturesSupported(vkInstance, vkPhysicalDevice, context.getInstanceExtensions(), instance.requestedFeatures.ext16BitStorage))
2231 if (!isVariablePointersFeaturesSupported(vkInstance, vkPhysicalDevice, context.getInstanceExtensions(), instance.requestedFeatures.extVariablePointers))
2256 const DeviceDriver vk (vkInstance, *vkDevice);
2258 const de::UniquePtr<Allocator> allocatorUptr (createAllocator(vkInstance, vkPhysicalDevice, vk, *vkDevice));
2402 requireFormatUsageSupport(vkInstance, vkPhysicalDevice, imageParams.format, imageParams.tiling, imageParams.usage);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferAndImageAllocationUtil.cpp85 const InstanceInterface& vkInstance = context.getInstanceInterface(); local
104 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement);
160 const InstanceInterface& vkInstance = context.getInstanceInterface(); local
186 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement);
H A DvktApiBufferTests.cpp159 static deUint32 findQueueFamilyIndexWithCaps (const InstanceInterface& vkInstance, argument
164 queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice);
299 const InstanceInterface& vkInstance = getInstanceInterface(); local
304 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice);
305 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits;
509 const InstanceInterface& vkInstance = getInstanceInterface(); local
514 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice);
515 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits;
H A DvktApiBufferViewCreateTests.cpp203 const InstanceInterface& vkInstance = context.getInstanceInterface(); local
268 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties);
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp132 static deUint32 findQueueFamilyIndexWithCaps (const InstanceInterface& vkInstance, VkPhysicalDevice physicalDevice, VkQueueFlags requiredCaps) argument
134 const vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice);
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp243 const InstanceInterface& vkInstance = ctx.getInstanceInterface(); local
246 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp600 static deUint32 findQueueFamilyIndexWithCaps (const InstanceInterface& vkInstance, VkPhysicalDevice physicalDevice, VkQueueFlags requiredCaps)
602 const std::vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice);

Completed in 177 milliseconds