Home
last modified time | relevance | path

Searched refs:GUARD_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp117 GUARD_SIZE = 0x20, //!< Number of bytes to check enumerator
932 deUint8 buffer [sizeof(VkDeviceGroupPresentCapabilitiesKHR) + GUARD_SIZE]; in queryDevGroupSurfacePresentCapabilitiesTest()
999 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in queryDevGroupSurfacePresentCapabilitiesTest()
1039 deUint8 buffer [sizeof(VkDeviceGroupPresentModeFlagsKHR) + GUARD_SIZE]; in queryDevGroupSurfacePresentModesTest()
1106 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in queryDevGroupSurfacePresentModesTest()
1126 rectanglesBuffer.resize(sizeof(VkRect2D) * rectCount + GUARD_SIZE); in queryDevGroupSurfacePresentModesTest()
1133 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in queryDevGroupSurfacePresentModesTest()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp77 GUARD_SIZE = 0x20, //!< Number of bytes to check enumerator
2255 deUint8 buffer[sizeof(VkPhysicalDeviceFeatures) + GUARD_SIZE]; in deviceFeatures()
2335 for (int ndx = 0; ndx < GUARD_SIZE; ndx++) in deviceFeatures()
2482 deUint8 buffer[sizeof(VkPhysicalDeviceProperties) + GUARD_SIZE]; in deviceProperties()
2496 for (int ndx = 0; ndx < GUARD_SIZE; ndx++) in deviceProperties()
2555 deUint8 buffer[sizeof(VkPhysicalDeviceMemoryProperties) + GUARD_SIZE]; in deviceMemoryProperties()
2565 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in deviceMemoryProperties()
2679 deUint8 buffer [sizeof(VkPeerMemoryFeatureFlags) + GUARD_SIZE]; in deviceGroupPeerMemoryFeatures()
2752 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in deviceGroupPeerMemoryFeatures()
2784 deUint8 buffer[sizeof(VkPhysicalDeviceMemoryBudgetPropertiesEXT) + GUARD_SIZE]; in deviceMemoryBudgetProperties()
[all …]