Home
last modified time | relevance | path

Searched refs:spvOpcodeIsDebug (Results 1 – 21 of 21) sorted by relevance

/third_party/spirv-tools/source/opt/
Dsimplification_pass.cpp99 if (!spvOpcodeIsDebug(opcode) && in SimplifyFunction()
146 if (!spvOpcodeIsDebug(opcode) && !spvOpcodeIsDecoration(opcode)) { in SimplifyFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dsimplification_pass.cpp99 if (!spvOpcodeIsDebug(opcode) && in SimplifyFunction()
146 if (!spvOpcodeIsDebug(opcode) && !spvOpcodeIsDecoration(opcode)) { in SimplifyFunction()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dsimplification_pass.cpp99 if (!spvOpcodeIsDebug(opcode) && in SimplifyFunction()
146 if (!spvOpcodeIsDebug(opcode) && !spvOpcodeIsDecoration(opcode)) { in SimplifyFunction()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_id.cpp173 !spvOpcodeGeneratesType(opcode) && !spvOpcodeIsDebug(opcode) && in IdPass()
183 !spvOpcodeIsDebug(opcode) && !inst->IsDebugInfo() && in IdPass()
Dvalidate_type.cpp513 if (use->opcode() != SpvOpFunction && !spvOpcodeIsDebug(use->opcode()) && in ValidateTypeFunction()
Dvalidate_decorations.cpp1355 if (spvOpcodeIsDebug(store->opcode())) continue; in CheckFPRoundingModeForShaders()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_id.cpp173 !spvOpcodeGeneratesType(opcode) && !spvOpcodeIsDebug(opcode) && in IdPass()
183 !spvOpcodeIsDebug(opcode) && !inst->IsDebugInfo() && in IdPass()
Dvalidate_type.cpp513 if (use->opcode() != SpvOpFunction && !spvOpcodeIsDebug(use->opcode()) && in ValidateTypeFunction()
Dvalidate_decorations.cpp1355 if (spvOpcodeIsDebug(store->opcode())) continue; in CheckFPRoundingModeForShaders()
/third_party/spirv-tools/source/val/
Dvalidate_id.cpp173 !spvOpcodeGeneratesType(opcode) && !spvOpcodeIsDebug(opcode) && in IdPass()
183 !spvOpcodeIsDebug(opcode) && !inst->IsDebugInfo() && in IdPass()
Dvalidate_type.cpp498 if (use->opcode() != SpvOpFunction && !spvOpcodeIsDebug(use->opcode()) && in ValidateTypeFunction()
Dvalidate_decorations.cpp1451 if (spvOpcodeIsDebug(store->opcode())) continue; in CheckFPRoundingModeForShaders()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.h139 bool spvOpcodeIsDebug(SpvOp opcode);
Dopcode.cpp624 bool spvOpcodeIsDebug(SpvOp opcode) { in spvOpcodeIsDebug() function
Ddisassemble.cpp179 if (comment_ && !inserted_debug_space_ && spvOpcodeIsDebug(opcode)) { in HandleInstruction()
/third_party/spirv-tools/source/
Dopcode.h137 bool spvOpcodeIsDebug(SpvOp opcode);
Dopcode.cpp621 bool spvOpcodeIsDebug(SpvOp opcode) { in spvOpcodeIsDebug() function
Ddisassemble.cpp305 if (comment_ && !inserted_debug_space && spvOpcodeIsDebug(opcode)) { in EmitSectionComment()
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.h139 bool spvOpcodeIsDebug(SpvOp opcode);
Dopcode.cpp624 bool spvOpcodeIsDebug(SpvOp opcode) { in spvOpcodeIsDebug() function
Ddisassemble.cpp179 if (comment_ && !inserted_debug_space_ && spvOpcodeIsDebug(opcode)) { in HandleInstruction()