| 82 | } |
| 83 | |
| 84 | bool spvExtInstIsDebugInfo(const spv_ext_inst_type_t type) { |
| 85 | if (type == SPV_EXT_INST_TYPE_OPENCL_DEBUGINFO_100 || |
| 86 | type == SPV_EXT_INST_TYPE_NONSEMANTIC_SHADER_DEBUGINFO_100 || |
| 87 | type == SPV_EXT_INST_TYPE_DEBUGINFO) { |
| 88 | return true; |
| 89 | } |
| 90 | return false; |
| 91 | } |
no outgoing calls
no test coverage detected