Lines Matching defs:ginfo
2704 const VkRayTracingShaderGroupCreateInfoKHR *ginfo = &info->pGroups[i];
2706 if (ginfo->type != VK_RAY_TRACING_SHADER_GROUP_TYPE_PROCEDURAL_HIT_GROUP_KHR)
2711 uint32_t intersection_idx = ginfo->intersectionShader;
2714 uint32_t any_hit_idx = ginfo->anyHitShader;
2894 const VkRayTracingShaderGroupCreateInfoKHR *ginfo = &info->pGroups[i];
2896 group->type = ginfo->type;
2897 switch (ginfo->type) {
2899 assert(ginfo->generalShader < info->stageCount);
2900 group->general = stages[ginfo->generalShader].bin;
2904 if (ginfo->anyHitShader < info->stageCount)
2905 group->any_hit = stages[ginfo->anyHitShader].bin;
2907 if (ginfo->closestHitShader < info->stageCount)
2908 group->closest_hit = stages[ginfo->closestHitShader].bin;
2912 if (ginfo->closestHitShader < info->stageCount)
2913 group->closest_hit = stages[ginfo->closestHitShader].bin;