Home
last modified time | relevance | path

Searched refs:vkInstance (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceUtil.cpp109 deUint32 chooseDeviceIndex (const InstanceInterface& vkInstance, const VkInstance instance, const t… in chooseDeviceIndex() argument
111 const vector<VkPhysicalDevice> devices = enumeratePhysicalDevices(vkInstance, instance); in chooseDeviceIndex()
128 …const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(vkInstance, devices[devic… in chooseDeviceIndex()
140 VkPhysicalDevice chooseDevice (const InstanceInterface& vkInstance, const VkInstance instance, cons… in chooseDevice() argument
142 const vector<VkPhysicalDevice> devices = enumeratePhysicalDevices(vkInstance, instance); in chooseDevice()
147 const size_t deviceId = chooseDeviceIndex(vkInstance, instance, cmdLine); in chooseDevice()
DvkDeviceUtil.hpp57 deUint32 chooseDeviceIndex (const InstanceInterface& vkInstance,
61 VkPhysicalDevice chooseDevice (const InstanceInterface& vkInstance,
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp85 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestBuffer() local
104 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement); in createTestBuffer()
163 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestImage() local
190 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement); in createTestImage()
DvktApiBufferTests.cpp167 static deUint32 findQueueFamilyIndexWithCaps (const InstanceInterface& vkInstance, in findQueueFamilyIndexWithCaps() argument
172 queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice); in findQueueFamilyIndexWithCaps()
324 const InstanceInterface& vkInstance = getInstanceInterface(); in bufferCreateAndAllocTest() local
329 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
330 …const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDev… in bufferCreateAndAllocTest()
523 const InstanceInterface& vkInstance = getInstanceInterface(); in bufferCreateAndAllocTest() local
528 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
529 …const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDev… in bufferCreateAndAllocTest()
DvktApiVersionCheck.cpp189 …deUint32 findQueueFamilyIndex(const InstanceInterface& vkInstance, VkPhysicalDevice physicalDevice… in findQueueFamilyIndex() argument
192 vkInstance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numQueues, DE_NULL); in findQueueFamilyIndex()
196 vkInstance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numQueues, &properties[0]); in findQueueFamilyIndex()
DvktApiBufferViewCreateTests.cpp214 const InstanceInterface& vkInstance = context.getInstanceInterface(); in createTestBuffer() local
279 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties); in createTestBuffer()
/external/skqp/site/user/special/
Dvulkan.md27 vkBackendContext.fInstance = vkInstance;
/external/skia/site/user/special/
Dvulkan.md27 vkBackendContext.fInstance = vkInstance;
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp220 static deUint32 findQueueFamilyIndexWithCaps (const InstanceInterface& vkInstance, VkPhysicalDevice… in findQueueFamilyIndexWithCaps() argument
222 …eFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice); in findQueueFamilyIndexWithCaps()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp256 const InstanceInterface& vkInstance = ctx.getInstanceInterface(); in selectMatchingMemoryType() local
259 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties); in selectMatchingMemoryType()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2465 const InstanceInterface& vkInstance = context.getInstanceInterface(); in runAndVerifyDefaultPipeline() local
2573vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getInputType().… in runAndVerifyDefaultPipeline()
2582vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getOutputType()… in runAndVerifyDefaultPipeline()
2767 …requireFormatUsageSupport(vkInstance, vkPhysicalDevice, imageParams.format, imageParams.tiling, im… in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp58 deUint32 findQueueFamilyIndexWithCaps (const InstanceInterface& vkInstance, VkPhysicalDevice physic… in findQueueFamilyIndexWithCaps() argument
60 …eFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice); in findQueueFamilyIndexWithCaps()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp145 deUint32 findQueueFamilyIndexWithCaps (const InstanceInterface& vkInstance, VkPhysicalDevice physic… in findQueueFamilyIndexWithCaps() argument
147 …eFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice); in findQueueFamilyIndexWithCaps()