/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingNullASTests.cpp | 69 RAYGEN_GROUP = FIRST_GROUP, enumerator 436 const Move<VkPipeline> pipeline = makePipeline(vkd, device, m_context.getBinaryCollection(), rayTracingPipeline, *pipelineLayout, RAYGEN_GROUP, MISS_GROUP, HIT_GROUP); in runTest() 437 const de::MovePtr<BufferWithMemory> raygenShaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, *pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, RAYGEN_GROUP, 1u); in runTest()
|
H A D | vktRayTracingBuildIndirectTests.cpp | 68 RAYGEN_GROUP = FIRST_GROUP, enumerator 520 const Move<VkPipeline> pipeline = makePipeline(vkd, device, m_context.getBinaryCollection(), rayTracingPipeline, *pipelineLayout, RAYGEN_GROUP, MISS_GROUP, HIT_GROUP); in runTest() 521 const de::MovePtr<BufferWithMemory> raygenShaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, *pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, RAYGEN_GROUP, 1u); in runTest()
|
H A D | vktRayTracingWatertightnessTests.cpp | 95 RAYGEN_GROUP = FIRST_GROUP, enumerator 617 const Move<VkPipeline> pipeline = makePipeline(vkd, device, m_context.getBinaryCollection(), rayTracingPipeline, *pipelineLayout, RAYGEN_GROUP, MISS_GROUP, HIT_GROUP, hitGroupCount); in runTest() 618 const de::MovePtr<BufferWithMemory> raygenShaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, *pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, RAYGEN_GROUP, 1u); in runTest()
|
H A D | vktRayTracingMemGuaranteeTests.cpp | 78 RAYGEN_GROUP = FIRST_GROUP, enumerator
|
H A D | vktRayTracingComplexControlFlowTests.cpp | 88 RAYGEN_GROUP = FIRST_GROUP, enumerator
|
H A D | vktRayTracingMiscTests.cpp | 93 RAYGEN_GROUP = FIRST_GROUP, member in vkt::RayTracing::__anon28542::ShaderGroups 8117 static_cast<deUint32>(ShaderGroups::RAYGEN_GROUP), in runTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingNullASTests.cpp | 69 RAYGEN_GROUP = FIRST_GROUP, enumerator 436 const Move<VkPipeline> pipeline = makePipeline(vkd, device, m_context.getBinaryCollection(), rayTracingPipeline, *pipelineLayout, RAYGEN_GROUP, MISS_GROUP, HIT_GROUP); in runTest() 437 const de::MovePtr<BufferWithMemory> raygenShaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, *pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, RAYGEN_GROUP, 1u); in runTest()
|
H A D | vktRayTracingBuildIndirectTests.cpp | 68 RAYGEN_GROUP = FIRST_GROUP, enumerator 520 const Move<VkPipeline> pipeline = makePipeline(vkd, device, m_context.getBinaryCollection(), rayTracingPipeline, *pipelineLayout, RAYGEN_GROUP, MISS_GROUP, HIT_GROUP); in runTest() 521 const de::MovePtr<BufferWithMemory> raygenShaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, *pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, RAYGEN_GROUP, 1u); in runTest()
|
H A D | vktRayTracingWatertightnessTests.cpp | 95 RAYGEN_GROUP = FIRST_GROUP, enumerator 617 const Move<VkPipeline> pipeline = makePipeline(vkd, device, m_context.getBinaryCollection(), rayTracingPipeline, *pipelineLayout, RAYGEN_GROUP, MISS_GROUP, HIT_GROUP, hitGroupCount); in runTest() 618 const de::MovePtr<BufferWithMemory> raygenShaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, *pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, RAYGEN_GROUP, 1u); in runTest()
|
H A D | vktRayTracingMemGuaranteeTests.cpp | 78 RAYGEN_GROUP = FIRST_GROUP, enumerator
|
H A D | vktRayTracingComplexControlFlowTests.cpp | 88 RAYGEN_GROUP = FIRST_GROUP, enumerator
|
H A D | vktRayTracingMiscTests.cpp | 93 RAYGEN_GROUP = FIRST_GROUP, member in vkt::RayTracing::__anon29726::ShaderGroups 8112 static_cast<deUint32>(ShaderGroups::RAYGEN_GROUP), in runTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 4519 RAYGEN_GROUP = FIRST_GROUP, enumerator 4954 rayTracingPipeline->addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR , rgenShaderModule, RAYGEN_GROUP, DE_NULL, rgenPipelineShaderStageCreateFlags, rgenRequiredSubgroupSizeCreateInfo); in makeRayTracingPipeline() 5025 de::MovePtr<BufferWithMemory> rgenShaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, *pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, RAYGEN_GROUP, 1u); in allRayTracingStagesRequiredSubgroupSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 4508 RAYGEN_GROUP = FIRST_GROUP, enumerator 4943 rayTracingPipeline->addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR , rgenShaderModule, RAYGEN_GROUP, DE_NULL, rgenPipelineShaderStageCreateFlags, rgenRequiredSubgroupSizeCreateInfo); in makeRayTracingPipeline() 5014 de::MovePtr<BufferWithMemory> rgenShaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, *pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, RAYGEN_GROUP, 1u); in allRayTracingStagesRequiredSubgroupSize()
|