Home | History | Annotate | Download | only in vulkan

Lines Matching refs:sinfo

1444       const VkPipelineShaderStageCreateInfo *sinfo = &info->pStages[i];
1445 gl_shader_stage stage = vk_to_mesa_shader_stage(sinfo->stage);
1450 stages[stage].module = vk_shader_module_from_handle(sinfo->module);
1451 stages[stage].entrypoint = sinfo->pName;
1452 stages[stage].spec_info = sinfo->pSpecializationInfo;
1460 anv_subgroup_size_type(stage, sinfo->flags, NULL);
2666 const VkPipelineShaderStageCreateInfo *sinfo = &info->pStages[i];
2667 if (sinfo->module == VK_NULL_HANDLE)
2673 .stage = vk_to_mesa_shader_stage(sinfo->stage),
2674 .module = vk_shader_module_from_handle(sinfo->module),
2675 .entrypoint = sinfo->pName,
2676 .spec_info = sinfo->pSpecializationInfo,
2678 .stage = vk_to_mesa_shader_stage(sinfo->stage),
2685 populate_bs_prog_key(&pipeline->base.device->info, sinfo->flags,