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.cpp118 GUARD_SIZE = 0x20, //!< Number of bytes to check enumerator
1287 deUint8 buffer [sizeof(VkDeviceGroupPresentCapabilitiesKHR) + GUARD_SIZE]; in queryDevGroupSurfacePresentCapabilitiesTest()
1352 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in queryDevGroupSurfacePresentCapabilitiesTest()
1392 deUint8 buffer [sizeof(VkDeviceGroupPresentModeFlagsKHR) + GUARD_SIZE]; in queryDevGroupSurfacePresentModesTest()
1459 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in queryDevGroupSurfacePresentModesTest()
1479 rectanglesBuffer.resize(sizeof(VkRect2D) * rectCount + GUARD_SIZE); in queryDevGroupSurfacePresentModesTest()
1486 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in queryDevGroupSurfacePresentModesTest()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp78 GUARD_SIZE = 0x20, //!< Number of bytes to check enumerator
2678 deUint8 buffer[sizeof(VkPhysicalDeviceFeatures) + GUARD_SIZE]; in deviceFeatures()
2754 for (int ndx = 0; ndx < GUARD_SIZE; ndx++) in deviceFeatures()
2901 deUint8 buffer[sizeof(VkPhysicalDeviceProperties) + GUARD_SIZE]; in deviceProperties()
2915 for (int ndx = 0; ndx < GUARD_SIZE; ndx++) in deviceProperties()
2978 deUint8 buffer[sizeof(VkPhysicalDeviceMemoryProperties) + GUARD_SIZE]; in deviceMemoryProperties()
2988 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in deviceMemoryProperties()
3103 deUint8 buffer [sizeof(VkPeerMemoryFeatureFlags) + GUARD_SIZE]; in deviceGroupPeerMemoryFeatures()
3227 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in deviceGroupPeerMemoryFeatures()
3259 deUint8 buffer[sizeof(VkPhysicalDeviceMemoryBudgetPropertiesEXT) + GUARD_SIZE]; in deviceMemoryBudgetProperties()
[all …]