Home
last modified time | relevance | path

Searched refs:SpvOpIgnoreIntersectionKHR (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp453 case SpvOpIgnoreIntersectionKHR: in spvOpcodeIsAbort()
470 opcode == SpvOpTerminateRayKHR || opcode == SpvOpIgnoreIntersectionKHR; in spvOpcodeTerminatesExecution()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp453 case SpvOpIgnoreIntersectionKHR: in spvOpcodeIsAbort()
470 opcode == SpvOpTerminateRayKHR || opcode == SpvOpIgnoreIntersectionKHR; in spvOpcodeTerminatesExecution()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp996 case SpvOpIgnoreIntersectionKHR: in CfgPass()
1009 if (opcode == SpvOpIgnoreIntersectionKHR) { in CfgPass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp996 case SpvOpIgnoreIntersectionKHR: in CfgPass()
1009 if (opcode == SpvOpIgnoreIntersectionKHR) { in CfgPass()
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1472 SpvOpIgnoreIntersectionKHR = 4448, enumerator
2056 case SpvOpIgnoreIntersectionKHR: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.h1475 SpvOpIgnoreIntersectionKHR = 4448, enumerator
2059 case SpvOpIgnoreIntersectionKHR: *hasResult = false; *hasResultType = false; break; in SpvHasResultAndType()
/external/mesa3d/src/compiler/spirv/
Dspirv.h1428 SpvOpIgnoreIntersectionKHR = 5335, enumerator
Dspirv_to_nir.c5124 case SpvOpIgnoreIntersectionKHR: in vtn_handle_ray_intrinsic()
5562 case SpvOpIgnoreIntersectionKHR: in vtn_handle_body_instruction()