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

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp896 #define OFFSET_TABLE_ENTRY(STRUCT, MEMBER) { (size_t)DE_OFFSET_OF(STRUCT, MEMBER), VK_SIZE_OF(STRUCT, MEMBER) } macro
908 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, robustBufferAccess),
909 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, fullDrawIndexUint32),
910 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, imageCubeArray),
911 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, independentBlend),
912 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, geometryShader),
913 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, tessellationShader),
914 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, sampleRateShading),
915 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, dualSrcBlend),
916 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeature
[all...]

Completed in 140 milliseconds