Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDevice.hpp46 VkPhysicalDevice getPhysicalDevice() const { return physicalDevice; } in getPhysicalDevice() function in vk::Device
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.hpp82 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.hpp58 vk::VkPhysicalDevice getPhysicalDevice (void) const { return m_phyDevice; } in getPhysicalDevice() function in vkt::ProtectedMem::ProtectedContext
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.hpp134 vk::VkPhysicalDevice getPhysicalDevice (void) const { return m_physicalDevice; } in getPhysicalDevice() function in vkt::synchronization::OperationContext
DvktSynchronizationCrossInstanceSharingTests.cpp378 vk::VkPhysicalDevice getPhysicalDevice (const vk::InstanceInterface& vki, in getPhysicalDevice() function
385 vk::VkPhysicalDevice getPhysicalDevice (const vk::InstanceInterface& vki, vk::VkInstance instance, … in getPhysicalDevice() function
DvktSynchronizationWin32KeyedMutexTests.cpp165 vk::VkPhysicalDevice getPhysicalDevice (const vk::InstanceInterface& vki, in getPhysicalDevice() function
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp470 VkPhysicalDevice getPhysicalDevice (void) const { return m_physicalDevice; } in getPhysicalDevice() function in vkt::DefaultDevice
630 vk::VkPhysicalDevice Context::getPhysicalDevice (void) const { return m_device->getPhysicalD… in getPhysicalDevice() function in vkt::Context
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp107 VkPhysicalDevice getPhysicalDevice (void) const in getPhysicalDevice() function in vkt::api::__anon7ccd0acd0111::BufferTestInstance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp650 VkPhysicalDevice ShaderRenderCaseInstance::getPhysicalDevice (void) const in getPhysicalDevice() function in vkt::sr::ShaderRenderCaseInstance
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2338 vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0){ return m_physicalDevices[i]; } in getPhysicalDevice() function in vkt::compute::__anon6ab2e88f0111::ComputeTestInstance
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp977 vk::VkPhysicalDevice getPhysicalDevice (void) const { return m_physicalDevice; } in getPhysicalDevice() function in vkt::memory::__anon4b5b56ce0111::Context