Home
last modified time | relevance | path

Searched refs:gpu (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/jni/
DVulkanPreTransformTestHelpers.h38 VkPhysicalDevice gpu() const { return mGpu; } in gpu() function
DVulkanTestHelpers.h37 VkPhysicalDevice gpu() { return mGpu; } in gpu() function
DVulkanPreTransformTestHelpers.cpp260 VK_CALL(vkGetPhysicalDeviceSurfaceCapabilitiesKHR(mDeviceInfo->gpu(), mDeviceInfo->surface(), in init()
277 VK_CALL(vkGetPhysicalDeviceSurfaceFormatsKHR(mDeviceInfo->gpu(), mDeviceInfo->surface(), in init()
281 VK_CALL(vkGetPhysicalDeviceSurfaceFormatsKHR(mDeviceInfo->gpu(), mDeviceInfo->surface(), in init()
500 vkGetPhysicalDeviceMemoryProperties(mDeviceInfo->gpu(), &memoryProperties); in createVertexBuffers()