/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingValveMutableTests.cpp | 1896 RAY_GEN, 1916 case TestingStage::RAY_GEN: 1953 case TestingStage::RAY_GEN: flags |= VK_SHADER_STAGE_RAYGEN_BIT_KHR; break; 1979 case TestingStage::RAY_GEN: // fallthrough 2392 else if (m_params.testingStage == TestingStage::RAY_GEN) 2465 if (rayTracing && m_params.testingStage != TestingStage::RAY_GEN) 3310 if (m_params.testingStage == TestingStage::RAY_GEN) 3577 {TestingStage::RAY_GEN, "rgen"}, 3724 TestingStage::RAY_GEN, 3737 TestingStage::RAY_GEN, [all...] |
H A D | vktBindingMutableTests.cpp | 1977 RAY_GEN, 1997 case TestingStage::RAY_GEN: 2034 case TestingStage::RAY_GEN: flags |= VK_SHADER_STAGE_RAYGEN_BIT_KHR; break; 2060 case TestingStage::RAY_GEN: // fallthrough 2473 else if (m_params.testingStage == TestingStage::RAY_GEN) 2546 if (rayTracing && m_params.testingStage != TestingStage::RAY_GEN) 3402 if (m_params.testingStage == TestingStage::RAY_GEN) 3669 {TestingStage::RAY_GEN, "rgen"}, 3830 TestingStage::RAY_GEN, 3843 TestingStage::RAY_GEN, [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 242 RAY_GEN = 0, member in vkt::pipeline::__anon28265::RayTracingShaderType 273 case RayTracingShaderType::RAY_GEN: out << "rgen"; break; in operator <<() 690 case RayTracingShaderType::RAY_GEN: stageFlags |= VK_SHADER_STAGE_RAYGEN_BIT_KHR; break; in getShaderStageFlags() 1145 case RayTracingShaderType::RAY_GEN: hasRayGen = true; rgenShaderIdx = curShaderIdx++; break; in generateSources() 3516 { RayTracingShaderType::RAY_GEN, RayTracingShaderType::MISS }, in createShaderModuleIdentifierTests() member in vkt::pipeline::RayTracingShaderType 3517 { RayTracingShaderType::RAY_GEN, RayTracingShaderType::CLOSEST_HIT, RayTracingShaderType::MISS }, in createShaderModuleIdentifierTests() member in vkt::pipeline::RayTracingShaderType 3518 { RayTracingShaderType::RAY_GEN, RayTracingShaderType::ANY_HIT, RayTracingShaderType::CLOSEST_HIT, RayTracingShaderType::MISS }, in createShaderModuleIdentifierTests() member in vkt::pipeline::RayTracingShaderType 3519 { RayTracingShaderType::RAY_GEN, RayTracingShaderType::INTERSECTION, RayTracingShaderType::ANY_HIT, RayTracingShaderType::CLOSEST_HIT, RayTracingShaderType::MISS }, in createShaderModuleIdentifierTests() member in vkt::pipeline::RayTracingShaderType 3520 { RayTracingShaderType::RAY_GEN, RayTracingShaderType::CALLABLE }, in createShaderModuleIdentifierTests() member in vkt::pipeline::RayTracingShaderType
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 239 RAY_GEN = 0, member in vkt::pipeline::__anon29482::RayTracingShaderType 270 case RayTracingShaderType::RAY_GEN: out << "rgen"; break; in operator <<() 684 case RayTracingShaderType::RAY_GEN: stageFlags |= VK_SHADER_STAGE_RAYGEN_BIT_KHR; break; in getShaderStageFlags() 1139 case RayTracingShaderType::RAY_GEN: hasRayGen = true; rgenShaderIdx = curShaderIdx++; break; in generateSources() 3500 { RayTracingShaderType::RAY_GEN, RayTracingShaderType::MISS }, in createShaderModuleIdentifierTests() member in vkt::pipeline::RayTracingShaderType 3501 { RayTracingShaderType::RAY_GEN, RayTracingShaderType::CLOSEST_HIT, RayTracingShaderType::MISS }, in createShaderModuleIdentifierTests() member in vkt::pipeline::RayTracingShaderType 3502 { RayTracingShaderType::RAY_GEN, RayTracingShaderType::ANY_HIT, RayTracingShaderType::CLOSEST_HIT, RayTracingShaderType::MISS }, in createShaderModuleIdentifierTests() member in vkt::pipeline::RayTracingShaderType 3503 { RayTracingShaderType::RAY_GEN, RayTracingShaderType::INTERSECTION, RayTracingShaderType::ANY_HIT, RayTracingShaderType::CLOSEST_HIT, RayTracingShaderType::MISS }, in createShaderModuleIdentifierTests() member in vkt::pipeline::RayTracingShaderType 3504 { RayTracingShaderType::RAY_GEN, RayTracingShaderType::CALLABLE }, in createShaderModuleIdentifierTests() member in vkt::pipeline::RayTracingShaderType
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 1973 RAY_GEN, 1993 case TestingStage::RAY_GEN: 2030 case TestingStage::RAY_GEN: flags |= VK_SHADER_STAGE_RAYGEN_BIT_KHR; break; 2056 case TestingStage::RAY_GEN: // fallthrough 2469 else if (m_params.testingStage == TestingStage::RAY_GEN) 2542 if (rayTracing && m_params.testingStage != TestingStage::RAY_GEN) 3398 if (m_params.testingStage == TestingStage::RAY_GEN) 3665 {TestingStage::RAY_GEN, "rgen"}, 3826 TestingStage::RAY_GEN, 3839 TestingStage::RAY_GEN, [all...] |