Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp80 VkPhysicalDeviceProperties PhysicalDevice::properties() const { in properties()
88 std::vector<VkQueueFamilyProperties> PhysicalDevice::queue_properties() const { in queue_properties()
100 VkPhysicalDeviceMemoryProperties PhysicalDevice::memory_properties() const { in memory_properties()
108 VkPhysicalDeviceFeatures PhysicalDevice::features() const { in features()
170 std::vector<VkExtensionProperties> PhysicalDevice::extensions() const { return extensions(NULL); } in extensions()
176 std::vector<VkExtensionProperties> PhysicalDevice::extensions(const char *pLayerName) const { in extensions()
195 bool PhysicalDevice::set_memory_type(const uint32_t type_bits, VkMemoryAllocateInfo *info, const Vk… in set_memory_type()
217 std::vector<VkLayerProperties> PhysicalDevice::layers() const { in layers()
Dvktestbinding.h35 class PhysicalDevice; variable
108 class PhysicalDevice : public internal::Handle<VkPhysicalDevice> {
110 explicit PhysicalDevice(VkPhysicalDevice phy) : Handle(phy) { in PhysicalDevice() function
153 const PhysicalDevice &phy() const { return phy_; } in phy()
216 PhysicalDevice phy_;
Dtest_environment.cpp128 vk_testing::PhysicalDevice phys_dev(gpus[0]); in SetUp()
/external/vulkan-validation-layers/demos/
Dcube.cpp959 std::unique_ptr<vk::PhysicalDevice[]> physical_devices( in init_vk()
960 new vk::PhysicalDevice[gpu_count]); in init_vk()
2624 vk::PhysicalDevice gpu;
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp17733 class PhysicalDevice class
17736 PhysicalDevice() in PhysicalDevice() function in vk::PhysicalDevice
17741 PhysicalDevice(VkPhysicalDevice physicalDevice) in PhysicalDevice() function in vk::PhysicalDevice
17745 PhysicalDevice& operator=(VkPhysicalDevice physicalDevice) in operator =()
17752 bool operator==(PhysicalDevice const &rhs) const in operator ==()
17757 bool operator!=(PhysicalDevice const &rhs) const in operator !=()
17762 bool operator<(PhysicalDevice const &rhs) const in operator <()
18276 …static_assert( sizeof( PhysicalDevice ) == sizeof( VkPhysicalDevice ), "handle and wrapper have di…
18324 …Result enumeratePhysicalDevices( uint32_t* pPhysicalDeviceCount, PhysicalDevice* pPhysicalDevices … in enumeratePhysicalDevices()
18330 template <typename Allocator = std::allocator<PhysicalDevice>>
[all …]