/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | process_lines_pass.cpp | 82 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()
|
D | reflect.h | 38 return opcode == SpvOpLine || opcode == SpvOpNoLine; in IsDebugLineInst()
|
D | replace_invalid_opc.cpp | 74 if (inst->opcode() == SpvOpLabel || inst->opcode() == SpvOpNoLine) { in RewriteFunction()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | process_lines_pass.cpp | 82 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()
|
D | reflect.h | 38 return opcode == SpvOpLine || opcode == SpvOpNoLine; in IsDebugLineInst()
|
D | replace_invalid_opc.cpp | 74 if (inst->opcode() == SpvOpLabel || inst->opcode() == SpvOpNoLine) { in RewriteFunction()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_adjacency.cpp | 66 case SpvOpNoLine: in ValidateAdjacency()
|
D | validate_layout.cpp | 125 case SpvOpNoLine: in FunctionScopedInstructions()
|
D | validation_state.cpp | 93 case SpvOpNoLine: in IsInstructionInLayoutSection() 507 case SpvOpNoLine: in RegisterDebugInstruction()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_adjacency.cpp | 66 case SpvOpNoLine: in ValidateAdjacency()
|
D | validate_layout.cpp | 125 case SpvOpNoLine: in FunctionScopedInstructions()
|
D | validation_state.cpp | 93 case SpvOpNoLine: in IsInstructionInLayoutSection() 524 case SpvOpNoLine: in RegisterDebugInstruction()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.debug_test.cpp | 146 Eq(MakeInstruction(SpvOpNoLine, {}))); in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.debug_test.cpp | 146 Eq(MakeInstruction(SpvOpNoLine, {}))); in TEST_F()
|
/external/mesa3d/prebuilt-intermediates/spirv/ |
D | spirv_info.c | 478 case SpvOpNoLine: return "SpvOpNoLine"; in spirv_op_to_string()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 600 case SpvOpNoLine: in spvOpcodeIsDebug()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 600 case SpvOpNoLine: in spvOpcodeIsDebug()
|
/external/skia/src/sksl/ |
D | spirv.h | 864 SpvOpNoLine = 317, enumerator
|
/external/skqp/src/sksl/ |
D | spirv.h | 864 SpvOpNoLine = 317, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 958 SpvOpNoLine = 317, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 958 SpvOpNoLine = 317, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.h | 958 SpvOpNoLine = 317, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.h | 975 SpvOpNoLine = 317, enumerator
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv.h | 975 SpvOpNoLine = 317, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.h | 975 SpvOpNoLine = 317, enumerator
|