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

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1002 static const ValidateQueryBits::QueryMemberTableEntry s_physicalDevicePropertiesOffsetTable[] = member in namespace:vkt::api::__anon4249
1154 if (!validateInitComplete(context.getPhysicalDevice(), &InstanceInterface::getPhysicalDeviceProperties, context.getInstanceInterface(), s_physicalDevicePropertiesOffsetTable))
2862 for (int propNdx = 0; propNdx < DE_LENGTH_OF_ARRAY(s_physicalDevicePropertiesOffsetTable); propNdx++)
2864 const size_t offset = s_physicalDevicePropertiesOffsetTable[propNdx].offset;
2865 const size_t size = s_physicalDevicePropertiesOffsetTable[propNdx].size;

Completed in 98 milliseconds