Lines Matching refs:xhitGroup
2486 tcu::Maybe<uint32_t> xhitGroup;
2499 xhitGroup = (static_cast<bool>(xhitGroup) ? xhitGroup : tcu::just(groupCount++));
2507 xhitGroup = (static_cast<bool>(xhitGroup) ? xhitGroup : tcu::just(groupCount++));
2515 xhitGroup = (static_cast<bool>(xhitGroup) ? xhitGroup : tcu::just(groupCount++));
2547 rayTracingPipeline->addShader(VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR, chitModule.getModule(), xhitGroup.get(), chitSpecInfo.get());
2550 rayTracingPipeline->addShader(VK_SHADER_STAGE_ANY_HIT_BIT_KHR, ahitModule.getModule(), xhitGroup.get(), ahitSpecInfo.get());
2553 rayTracingPipeline->addShader(VK_SHADER_STAGE_INTERSECTION_BIT_KHR, isecModule.getModule(), xhitGroup.get(), isecSpecInfo.get());
2623 tcu::Maybe<uint32_t> xhitGroup;
2635 xhitGroup = (xhitGroup ? xhitGroup : tcu::just(groupCount++));
2637 xhitGroup = (xhitGroup ? xhitGroup : tcu::just(groupCount++));
2639 xhitGroup = (xhitGroup ? xhitGroup : tcu::just(groupCount++));
2684 xhitGroup.get(),
2694 xhitGroup.get(),
2704 xhitGroup.get(),
2782 if (xhitGroup)
2784 xhitSBT = boundPipeline->createShaderBindingTable(vkd, device, pipeline, alloc, shaderGroupHandleSize, shaderGroupBaseAlignment, xhitGroup.get(), 1u);