Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp1124 bool hasAnyHit = false; in generateSources() local
1146 case RayTracingShaderType::ANY_HIT: hasAnyHit = true; ahitShaderIdx = curShaderIdx++; break; in generateSources()
1156 const bool needsRayTraced = (hasAnyHit || hasClosestHit || hasIntersection || hasMiss); in generateSources()
1199 if (hasAnyHit) in generateSources()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp1118 bool hasAnyHit = false; in generateSources() local
1140 case RayTracingShaderType::ANY_HIT: hasAnyHit = true; ahitShaderIdx = curShaderIdx++; break; in generateSources()
1150 const bool needsRayTraced = (hasAnyHit || hasClosestHit || hasIntersection || hasMiss); in generateSources()
1193 if (hasAnyHit) in generateSources()

Completed in 12 milliseconds