Home
last modified time | relevance | path

Searched refs:VkQueueFamilyProperties2KHR (Results 1 – 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkConcreteInstanceInterface.inl44 …calDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties2KHR* pQueue…
DvkVirtualInstanceInterface.inl44 …calDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties2KHR* pQueue…
DvkGetStructureTypeImpl.inl319 template<> VkStructureType getStructureType<VkQueueFamilyProperties2KHR> (void)
DvkInstanceDriverImpl.inl205 …calDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties2KHR* pQueue…
DvkFunctionPointerTypes.inl174 …calDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties2KHR* pQueue…
DvkStructTypes.inl1405 struct VkQueueFamilyProperties2KHR struct
DvkStrUtil.inl357 std::ostream& operator<< (std::ostream& s, const VkQueueFamilyProperties2KHR& value);
DvkNullDriverImpl.inl1129 …calDevice physicalDevice, deUint32* pQueueFamilyPropertyCount, VkQueueFamilyProperties2KHR* pQueue…
DvkStrUtilImpl.inl3628 std::ostream& operator<< (std::ostream& s, const VkQueueFamilyProperties2KHR& value)
3630 s << "VkQueueFamilyProperties2KHR = {\n";
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h3693 typedef struct VkQueueFamilyProperties2KHR { struct
3697 } VkQueueFamilyProperties2KHR; argument
3726 …calDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties2KHR* pQueue…
3752 VkQueueFamilyProperties2KHR* pQueueFamilyProperties);
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3958 typedef struct VkQueueFamilyProperties2KHR { struct
3962 } VkQueueFamilyProperties2KHR; typedef
3991 …calDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties2KHR* pQueue…
4017 VkQueueFamilyProperties2KHR* pQueueFamilyProperties);
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2519 std::vector<VkQueueFamilyProperties2KHR> extProperties (numExtQueueFamilies); in deviceQueueFamilyProperties2()
2522 deMemset(&extProperties[0], 0xcd, sizeof(VkQueueFamilyProperties2KHR)*numExtQueueFamilies); in deviceQueueFamilyProperties2()