Home
last modified time | relevance | path

Searched refs:vkPhysicalDevice (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp87 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestBuffer() local
104 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement); in createTestBuffer()
165 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestImage() local
190 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement); in createTestImage()
DvktApiBufferTests.cpp323 const VkPhysicalDevice vkPhysicalDevice = getPhysicalDevice(); in bufferCreateAndAllocTest() local
329 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
330 …sicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest()
522 const VkPhysicalDevice vkPhysicalDevice = getPhysicalDevice(); in bufferCreateAndAllocTest() local
528 memoryProperties = getPhysicalDeviceMemoryProperties(vkInstance, vkPhysicalDevice); in bufferCreateAndAllocTest()
529 …sicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDevice).limits; in bufferCreateAndAllocTest()
DvktApiBufferViewCreateTests.cpp216 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in createTestBuffer() local
279 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties); in createTestBuffer()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp255 const VkPhysicalDevice vkPhysicalDevice = ctx.getPhysicalDevice(); in selectMatchingMemoryType() local
259 vkInstance.getPhysicalDeviceMemoryProperties(vkPhysicalDevice, &memoryProperties); in selectMatchingMemoryType()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2466 const VkPhysicalDevice vkPhysicalDevice = context.getPhysicalDevice(); in runAndVerifyDefaultPipeline() local
2573 …vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getInputType().… in runAndVerifyDefaultPipeline()
2582 …vkInstance.getPhysicalDeviceFormatProperties(vkPhysicalDevice, instance.interfaces.getOutputType()… in runAndVerifyDefaultPipeline()
2767 …requireFormatUsageSupport(vkInstance, vkPhysicalDevice, imageParams.format, imageParams.tiling, im… in runAndVerifyDefaultPipeline()