Lines Matching defs:fixes
272 struct vn_graphics_pipeline_create_info_fix *fixes = NULL;
320 if (!fixes) {
321 fixes = vk_zalloc(alloc, create_info_count * sizeof(fixes[0]),
324 if (!fixes)
328 fixes[i] = fix;
332 if (!fixes)
338 vk_free(alloc, fixes);
346 struct vn_graphics_pipeline_create_info_fix fix = fixes[i];
359 vk_free(alloc, fixes);