Home
last modified time | relevance | path

Searched refs:SpvOpNoLine (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dprocess_lines_pass.cpp82 inst->dbg_line_insts().push_back(Instruction(context(), SpvOpNoLine)); in PropagateLine()
92 if (line_itr->opcode() == SpvOpNoLine) { in PropagateLine()
113 if (last_inst.opcode() == SpvOpNoLine) { in EliminateDeadLines()
Dreflect.h38 return opcode == SpvOpLine || opcode == SpvOpNoLine; in IsDebugLineInst()
Dreplace_invalid_opc.cpp74 if (inst->opcode() == SpvOpLabel || inst->opcode() == SpvOpNoLine) { in RewriteFunction()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dprocess_lines_pass.cpp82 inst->dbg_line_insts().push_back(Instruction(context(), SpvOpNoLine)); in PropagateLine()
92 if (line_itr->opcode() == SpvOpNoLine) { in PropagateLine()
113 if (last_inst.opcode() == SpvOpNoLine) { in EliminateDeadLines()
Dreflect.h38 return opcode == SpvOpLine || opcode == SpvOpNoLine; in IsDebugLineInst()
Dreplace_invalid_opc.cpp74 if (inst->opcode() == SpvOpLabel || inst->opcode() == SpvOpNoLine) { in RewriteFunction()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_adjacency.cpp66 case SpvOpNoLine: in ValidateAdjacency()
Dvalidate_layout.cpp125 case SpvOpNoLine: in FunctionScopedInstructions()
Dvalidation_state.cpp93 case SpvOpNoLine: in IsInstructionInLayoutSection()
507 case SpvOpNoLine: in RegisterDebugInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_adjacency.cpp66 case SpvOpNoLine: in ValidateAdjacency()
Dvalidate_layout.cpp125 case SpvOpNoLine: in FunctionScopedInstructions()
Dvalidation_state.cpp93 case SpvOpNoLine: in IsInstructionInLayoutSection()
524 case SpvOpNoLine: in RegisterDebugInstruction()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.debug_test.cpp146 Eq(MakeInstruction(SpvOpNoLine, {}))); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.debug_test.cpp146 Eq(MakeInstruction(SpvOpNoLine, {}))); in TEST_F()
/external/mesa3d/prebuilt-intermediates/spirv/
Dspirv_info.c478 case SpvOpNoLine: return "SpvOpNoLine"; in spirv_op_to_string()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp600 case SpvOpNoLine: in spvOpcodeIsDebug()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp600 case SpvOpNoLine: in spvOpcodeIsDebug()
/external/skia/src/sksl/
Dspirv.h864 SpvOpNoLine = 317, enumerator
/external/skqp/src/sksl/
Dspirv.h864 SpvOpNoLine = 317, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h958 SpvOpNoLine = 317, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h958 SpvOpNoLine = 317, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.h958 SpvOpNoLine = 317, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.h975 SpvOpNoLine = 317, enumerator
/external/mesa3d/src/compiler/spirv/
Dspirv.h975 SpvOpNoLine = 317, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.h975 SpvOpNoLine = 317, enumerator

12