Home
last modified time | relevance | path

Searched refs:hasIntersection (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp1126 bool hasIntersection = false; in generateSources() local
1148 case RayTracingShaderType::INTERSECTION: hasIntersection = true; isecShaderIdx = curShaderIdx++; break; in generateSources()
1156 const bool needsRayTraced = (hasAnyHit || hasClosestHit || hasIntersection || hasMiss); in generateSources()
1250 if (hasIntersection) in generateSources()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp1120 bool hasIntersection = false; in generateSources() local
1142 case RayTracingShaderType::INTERSECTION: hasIntersection = true; isecShaderIdx = curShaderIdx++; break; in generateSources()
1150 const bool needsRayTraced = (hasAnyHit || hasClosestHit || hasIntersection || hasMiss); in generateSources()
1244 if (hasIntersection) in generateSources()

Completed in 12 milliseconds