Searched refs:coreProperties (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2847 VkPhysicalDeviceProperties coreProperties; local
2853 vki.getPhysicalDeviceProperties(devices[deviceNdx], &coreProperties);
2867 const deUint8* corePropertyBytes = reinterpret_cast<deUint8*>(&coreProperties) + offset;
2982 VkFormatProperties coreProperties; local
2985 deMemset(&coreProperties, 0xcd, sizeof(VkFormatProperties));
2991 vki.getPhysicalDeviceFormatProperties(physicalDevice, format, &coreProperties);
2997 if (deMemCmp(&coreProperties, &extProperties.formatProperties, sizeof(VkFormatProperties)) != 0)
3039 std::vector<VkQueueFamilyProperties> coreProperties (numCoreQueueFamilies);
3042 deMemset(&coreProperties[0], 0xcd, sizeof(VkQueueFamilyProperties)*numCoreQueueFamilies);
3051 vki.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numCoreQueueFamilies, &coreProperties[
3085 VkPhysicalDeviceMemoryProperties coreProperties; local
3152 VkImageFormatProperties coreProperties; local
[all...]

Completed in 111 milliseconds