Lines Matching refs:ext
664 vk_foreach_struct(ext, properties->pNext) {
665 dzn_debug_ignored_stype(ext->sType);
1258 vk_foreach_struct(ext, pFeatures->pNext) {
1259 if (vk_get_physical_device_core_1_1_feature_ext(ext, &core_1_1) ||
1260 vk_get_physical_device_core_1_2_feature_ext(ext, &core_1_2) ||
1261 vk_get_physical_device_core_1_3_feature_ext(ext, &core_1_3))
1264 switch (ext->sType) {
1267 (VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT *)ext;
1273 dzn_debug_ignored_stype(ext->sType);
1651 vk_foreach_struct(ext, pProperties->pNext) {
1652 if (vk_get_physical_device_core_1_1_property_ext(ext, &core_1_1) ||
1653 vk_get_physical_device_core_1_2_property_ext(ext, &core_1_2) ||
1654 vk_get_physical_device_core_1_3_property_ext(ext, &core_1_3))
1657 switch (ext->sType) {
1660 (VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT *)ext;
1665 dzn_debug_ignored_stype(ext->sType);
1686 vk_foreach_struct(ext, pQueueFamilyProperties->pNext) {
1687 dzn_debug_ignored_stype(ext->sType);
1711 vk_foreach_struct(ext, pMemoryProperties->pNext) {
1712 dzn_debug_ignored_stype(ext->sType);
2260 vk_foreach_struct_const(ext, pAllocateInfo->pNext) {
2261 switch (ext->sType) {
2264 (const VkExportMemoryAllocateInfo *)ext;
2272 (const VkMemoryDedicatedAllocateInfo *)ext;
2280 dzn_debug_ignored_stype(ext->sType);
2655 vk_foreach_struct(ext, pMemoryRequirements->pNext) {
2656 switch (ext->sType) {
2659 (VkMemoryDedicatedRequirements *)ext;
2667 dzn_debug_ignored_stype(ext->sType);