HomeSort by relevance Sort by last modified time
    Searched full:getphysicaldevicequeuefamilyproperties (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/deqp/external/vulkancts/framework/vulkan/
vkInstanceFunctionPointers.inl 10 GetPhysicalDeviceQueueFamilyPropertiesFunc getPhysicalDeviceQueueFamilyProperties;
vkQueryUtil.cpp 51 vector<VkQueueFamilyProperties> getPhysicalDeviceQueueFamilyProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice)
56 vk.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numQueues, DE_NULL);
61 vk.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numQueues, &properties[0]);
vkInitInstanceFunctionPointers.inl 10 m_vk.getPhysicalDeviceQueueFamilyProperties = (GetPhysicalDeviceQueueFamilyPropertiesFunc) GET_PROC_ADDR("vkGetPhysicalDeviceQueueFamilyProperties");
vkConcreteInstanceInterface.inl 10 virtual void getPhysicalDeviceQueueFamilyProperties (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) const;
vkInstanceDriverImpl.inl 35 void InstanceDriver::getPhysicalDeviceQueueFamilyProperties (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) const
37 m_vk.getPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties);
vkVirtualInstanceInterface.inl 10 virtual void getPhysicalDeviceQueueFamilyProperties (VkPhysicalDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) const = 0;
vkQueryUtil.hpp 38 std::vector<VkQueueFamilyProperties> getPhysicalDeviceQueueFamilyProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice);
  /external/vulkan-validation-layers/demos/smoke/
Helpers.h 79 vk::GetPhysicalDeviceQueueFamilyProperties(phy, &count, nullptr);
82 vk::GetPhysicalDeviceQueueFamilyProperties(phy, &count, queues.data());
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.cpp 73 instance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertiesCount, DE_NULL);
81 instance.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertiesCount, &queueFamilyProperties[0]);
  /frameworks/native/vulkan/libvulkan/
api_gen.h 35 PFN_vkGetPhysicalDeviceQueueFamilyProperties GetPhysicalDeviceQueueFamilyProperties;
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 190 GetPhysicalDeviceQueueFamilyProperties;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 179 GetPhysicalDeviceQueueFamilyProperties;
  /external/skia/src/gpu/vk/
GrVkBackendContext.cpp 136 ACQUIRE_VK_PROC(GetPhysicalDeviceQueueFamilyProperties, inst, VK_NULL_HANDLE);
GrVkInterface.cpp 53 ACQUIRE_PROC(GetPhysicalDeviceQueueFamilyProperties, instance, VK_NULL_HANDLE);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 183 {"vkGetPhysicalDeviceQueueFamilyProperties", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkGetPhysicalDeviceQueueFamilyProperties>(GetPhysicalDeviceQueueFamilyProperties))},
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 167 table->GetPhysicalDeviceQueueFamilyProperties = (PFN_vkGetPhysicalDeviceQueueFamilyProperties) gpa(instance, "vkGetPhysicalDeviceQueueFamilyProperties");
  /external/vulkan-validation-layers/loader/
table_ops.h 583 table->GetPhysicalDeviceQueueFamilyProperties =
    [all...]
loader.h 195 GetPhysicalDeviceQueueFamilyProperties;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
device_limits.cpp 239 GetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t *pCount,
271 phy_dev_data->instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pCount,
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
device_limits.cpp 239 GetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t *pCount,
271 phy_dev_data->instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pCount,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationCrossInstanceSharingTests.cpp 227 const std::vector<vk::VkQueueFamilyProperties> queueFamilyProperties = vk::getPhysicalDeviceQueueFamilyProperties(vki, physicalDevice);
858 , m_queueFamiliesA (vk::getPhysicalDeviceQueueFamilyProperties(m_vkiA, m_physicalDeviceA))
868 , m_queueFamiliesB (vk::getPhysicalDeviceQueueFamilyProperties(m_vkiB, m_physicalDeviceB))
    [all...]
vktSynchronizationBasicSemaphoreTests.cpp 140 queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(instance, physicalDevice);
vktSynchronizationOperationMultiQueueTests.cpp 94 const std::vector<VkQueueFamilyProperties> queueFamilyProperties = getPhysicalDeviceQueueFamilyProperties(instance, physicalDevice);
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 134 const vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vkInstance, physicalDevice);
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 154 phys_dev->inst->layer_disp.GetPhysicalDeviceQueueFamilyProperties(vk_phys_dev, pQueueFamilyPropertyCount, pQueueFamilyProperties);
    [all...]

Completed in 227 milliseconds

1 2 3