Lines Matching refs:info

203           (VKSCR(GetPhysicalDeviceImageFormatProperties2) && screen->info.have_EXT_image_drm_format_modifier));
211 if (screen->info.have_KHR_sampler_ycbcr_conversion)
213 VkPhysicalDeviceImageFormatInfo2 info;
214 info.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2;
216 info.pNext = ici->pNext;
217 info.format = ici->format;
218 info.type = ici->imageType;
219 info.tiling = ici->tiling;
220 info.usage = ici->usage;
221 info.flags = ici->flags;
226 mod_info.pNext = info.pNext;
230 info.pNext = &mod_info;
233 ret = VKSCR(GetPhysicalDeviceImageFormatProperties2)(screen->pdev, &info, &props2);
273 assert(templ->nr_samples <= 1 || screen->info.feats.features.shaderStorageImageMultisample);
365 if (!screen->info.have_EXT_image_drm_format_modifier)
449 if (screen->info.have_EXT_image_2d_view_of_3d)
460 if (screen->info.have_EXT_sample_locations &&
472 ici->tiling = screen->info.have_EXT_image_drm_format_modifier && modifiers_count ?
606 if (shared && screen->info.have_EXT_external_memory_dma_buf)
941 if (screen->info.have_KHR_dedicated_allocation && need_dedicated) {
1006 alignment = MAX2(alignment, screen->info.props.limits.minMemoryMapAlignment);
1098 if (modifiers_count > 0 && screen->info.have_EXT_image_drm_format_modifier) {
1237 if (bind & ZINK_BIND_DMABUF && !res->modifiers_count && screen->info.have_EXT_image_drm_format_modifier) {
1313 if (screen->info.have_EXT_image_drm_format_modifier)
1482 !zink_screen(pscreen)->info.have_EXT_image_drm_format_modifier)
1663 align_offset_size(screen->info.props.limits.nonCoherentAtomSize, &offset, &size, obj->size);
1803 screen->info.props.limits.minMemoryMapAlignment, &offset,
1824 trans->offset = box->x % screen->info.props.limits.minMemoryMapAlignment;
1835 trans->offset = box->x % screen->info.props.limits.minMemoryMapAlignment;
2269 if (screen->info.have_KHR_external_memory_fd || screen->info.have_KHR_external_memory_win32) {