Lines Matching refs:props
1204 const VkFormatProperties3 *props)
1212 features = props->linearTilingFeatures;
1214 features = props->optimalTilingFeatures;
1356 VkImageFormatProperties *props, VkFormat format, uint64_t modifier)
1421 props->maxMipLevels = 1;
1422 props->maxArrayLayers = 1;
1426 props->maxExtent.width = MIN2(props->maxExtent.width, max_width);
1427 props->maxExtent.height = MIN2(props->maxExtent.width, max_height);
1430 props->sampleCounts &= VK_SAMPLE_COUNT_1_BIT;