Home
last modified time | relevance | path

Searched defs:getPhysicalDevice (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/tests/VulkanWrapper/
DVulkanTester.hpp30 vk::PhysicalDevice &getPhysicalDevice() { return physicalDevice; } in getPhysicalDevice() function in VulkanTester
/external/angle/src/tests/test_utils/
DVulkanExternalHelper.h26 VkPhysicalDevice getPhysicalDevice() const { return mPhysicalDevice; } in getPhysicalDevice() function
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.hpp83 vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0) { return m_physicalDevices[i];} in getPhysicalDevice() function in vkt::sparse::SparseResourcesBaseInstance
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemContext.hpp59 vk::VkPhysicalDevice getPhysicalDevice (void) const { return m_phyDevice; } in getPhysicalDevice() function in vkt::ProtectedMem::ProtectedContext
/external/swiftshader/src/Vulkan/
DVkDevice.hpp65 PhysicalDevice *getPhysicalDevice() const { return physicalDevice; } in getPhysicalDevice() function in vk::Device
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp309 …VkPhysicalDevice getPhysicalDevice (void) const { return m_physicalDevice; … in getPhysicalDevice() function in vkt::DefaultDevice
472 vk::VkPhysicalDevice Context::getPhysicalDevice (void) const { return m_device->getPhysical… in getPhysicalDevice() function in vkt::Context
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.hpp160 vk::VkPhysicalDevice getPhysicalDevice (void) const { return m_physicalDevice; } in getPhysicalDevice() function in vkt::synchronization::OperationContext
DvktSynchronizationWin32KeyedMutexTests.cpp1446 static vk::VkPhysicalDevice getPhysicalDevice() in getPhysicalDevice() function in vkt::synchronization::__anoneb7ae1d90111::InstanceAndDevice
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.h149 VkPhysicalDevice getPhysicalDevice() const { return mPhysicalDevice; } in getPhysicalDevice() function
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp669 VkPhysicalDevice ShaderRenderCaseInstance::getPhysicalDevice (void) const in getPhysicalDevice() function in vkt::sr::ShaderRenderCaseInstance
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2344 vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0){ return m_physicalDevices[i]; } in getPhysicalDevice() function in vkt::compute::__anonf313a2ed0111::ComputeTestInstance
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp981 vk::VkPhysicalDevice getPhysicalDevice (void) const { return m_physicalDevice; } in getPhysicalDevice() function in vkt::memory::__anon58c89e6c0111::Context