Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp595 bool hasRTStage (RayTracingShaderType stage) const in hasRTStage() function
630 return (hasRTStage(RayTracingShaderType::ANY_HIT) || hasRTStage(RayTracingShaderType::CLOSEST_HIT) || hasRTStage(RayTracingShaderType::INTERSECTION)); in hasHit()
635 return hasRTStage(RayTracingShaderType::INTERSECTION); in hasISec()
640 return hasRTStage(RayTracingShaderType::MISS); in hasMiss()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp589 bool hasRTStage (RayTracingShaderType stage) const in hasRTStage() function
624 return (hasRTStage(RayTracingShaderType::ANY_HIT) || hasRTStage(RayTracingShaderType::CLOSEST_HIT) || hasRTStage(RayTracingShaderType::INTERSECTION)); in hasHit()
629 return hasRTStage(RayTracingShaderType::INTERSECTION); in hasISec()
634 return hasRTStage(RayTracingShaderType::MISS); in hasMiss()

Completed in 12 milliseconds