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.cpp116 GUARD_SIZE = 0x20, //!< Number of bytes to check enumerator
879 deUint8 buffer [sizeof(VkDeviceGroupPresentCapabilitiesKHR) + GUARD_SIZE]; in queryDevGroupSurfacePresentCapabilitiesTest()
944 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in queryDevGroupSurfacePresentCapabilitiesTest()
984 deUint8 buffer [sizeof(VkDeviceGroupPresentModeFlagsKHR) + GUARD_SIZE]; in queryDevGroupSurfacePresentModesTest()
1050 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in queryDevGroupSurfacePresentModesTest()
1070 rectanglesBuffer.resize(sizeof(VkRect2D) * rectCount + GUARD_SIZE); in queryDevGroupSurfacePresentModesTest()
1077 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in queryDevGroupSurfacePresentModesTest()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp73 GUARD_SIZE = 0x20, //!< Number of bytes to check enumerator
1014 deUint8 buffer[sizeof(VkPhysicalDeviceFeatures) + GUARD_SIZE]; in deviceFeatures()
1094 for (int ndx = 0; ndx < GUARD_SIZE; ndx++) in deviceFeatures()
1241 deUint8 buffer[sizeof(VkPhysicalDeviceProperties) + GUARD_SIZE]; in deviceProperties()
1255 for (int ndx = 0; ndx < GUARD_SIZE; ndx++) in deviceProperties()
1314 deUint8 buffer[sizeof(VkPhysicalDeviceMemoryProperties) + GUARD_SIZE]; in deviceMemoryProperties()
1324 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in deviceMemoryProperties()
1438 deUint8 buffer [sizeof(VkPeerMemoryFeatureFlags) + GUARD_SIZE]; in deviceGroupPeerMemoryFeatures()
1510 for (deInt32 ndx = 0; ndx < GUARD_SIZE; ndx++) in deviceGroupPeerMemoryFeatures()