Home
last modified time | relevance | path

Searched refs:spvOpcodeTerminatesExecution (Results 1 – 9 of 9) sorted by relevance

/third_party/spirv-tools/source/
Dopcode.h123 bool spvOpcodeTerminatesExecution(SpvOp opcode);
Dopcode.cpp470 bool spvOpcodeTerminatesExecution(SpvOp opcode) { in spvOpcodeTerminatesExecution() function
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.h123 bool spvOpcodeTerminatesExecution(SpvOp opcode);
Dopcode.cpp470 bool spvOpcodeTerminatesExecution(SpvOp opcode) { in spvOpcodeTerminatesExecution() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.h123 bool spvOpcodeTerminatesExecution(SpvOp opcode);
Dopcode.cpp470 bool spvOpcodeTerminatesExecution(SpvOp opcode) { in spvOpcodeTerminatesExecution() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinline_pass.cpp771 return !spvOpcodeTerminatesExecution(inst->opcode()); in ContainsKillOrTerminateInvocation()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_pass.cpp771 return !spvOpcodeTerminatesExecution(inst->opcode()); in ContainsKillOrTerminateInvocation()
/third_party/spirv-tools/source/opt/
Dinline_pass.cpp760 return !spvOpcodeTerminatesExecution(inst->opcode()); in ContainsKillOrTerminateInvocation()