Home
last modified time | relevance | path

Searched refs:SpvOpTerminateInvocation (Results 1 – 25 of 39) sorted by relevance

12

/third_party/spirv-tools/source/opt/
Dwrap_opkill.cpp31 if ((opcode == SpvOpKill) || (opcode == SpvOpTerminateInvocation)) { in Process()
60 inst->opcode() == SpvOpTerminateInvocation) && in ReplaceWithFunctionCall()
120 assert(opcode == SpvOpKill || opcode == SpvOpTerminateInvocation); in GetKillingFuncId()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dwrap_opkill.cpp31 if ((opcode == SpvOpKill) || (opcode == SpvOpTerminateInvocation)) { in Process()
60 inst->opcode() == SpvOpTerminateInvocation) && in ReplaceWithFunctionCall()
120 assert(opcode == SpvOpKill || opcode == SpvOpTerminateInvocation); in GetKillingFuncId()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dwrap_opkill.cpp31 if ((opcode == SpvOpKill) || (opcode == SpvOpTerminateInvocation)) { in Process()
60 inst->opcode() == SpvOpTerminateInvocation) && in ReplaceWithFunctionCall()
120 assert(opcode == SpvOpKill || opcode == SpvOpTerminateInvocation); in GetKillingFuncId()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_wrap_early_terminator_in_function_test.cpp227 102, MakeInstructionDescriptor(10, SpvOpTerminateInvocation, 0), 0), in TEST()
233 105, MakeInstructionDescriptor(82, SpvOpTerminateInvocation, 0), in TEST()
Dtransformation_add_early_terminator_wrapper_test.cpp114 104, 105, SpvOpTerminateInvocation); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_wrap_early_terminator_in_function_test.cpp227 102, MakeInstructionDescriptor(10, SpvOpTerminateInvocation, 0), 0), in TEST()
233 105, MakeInstructionDescriptor(82, SpvOpTerminateInvocation, 0), in TEST()
Dtransformation_add_early_terminator_wrapper_test.cpp114 104, 105, SpvOpTerminateInvocation); in TEST()
/third_party/spirv-tools/test/fuzz/
Dtransformation_wrap_early_terminator_in_function_test.cpp227 102, MakeInstructionDescriptor(10, SpvOpTerminateInvocation, 0), 0), in TEST()
233 105, MakeInstructionDescriptor(82, SpvOpTerminateInvocation, 0), in TEST()
Dtransformation_add_early_terminator_wrapper_test.cpp114 104, 105, SpvOpTerminateInvocation); in TEST()
/third_party/spirv-tools/source/fuzz/
Dtransformation_wrap_early_terminator_in_function.cpp57 case SpvOpTerminateInvocation: in IsApplicable()
159 early_terminator_opcode == SpvOpTerminateInvocation) && in MaybeGetWrapperFunction()
Dfuzzer_pass_merge_function_returns.cpp70 case SpvOpTerminateInvocation: { in Apply()
325 for (SpvOp opcode : {SpvOpKill, SpvOpUnreachable, SpvOpTerminateInvocation}) { in IsEarlyTerminatorWrapper()
Dtransformation_add_early_terminator_wrapper.cpp41 message_.opcode() == SpvOpTerminateInvocation) && in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_wrap_early_terminator_in_function.cpp57 case SpvOpTerminateInvocation: in IsApplicable()
159 early_terminator_opcode == SpvOpTerminateInvocation) && in MaybeGetWrapperFunction()
Dfuzzer_pass_merge_function_returns.cpp71 case SpvOpTerminateInvocation: { in Apply()
327 for (SpvOp opcode : {SpvOpKill, SpvOpUnreachable, SpvOpTerminateInvocation}) { in IsEarlyTerminatorWrapper()
Dtransformation_add_early_terminator_wrapper.cpp41 message_.opcode() == SpvOpTerminateInvocation) && in IsApplicable()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_wrap_early_terminator_in_function.cpp57 case SpvOpTerminateInvocation: in IsApplicable()
159 early_terminator_opcode == SpvOpTerminateInvocation) && in MaybeGetWrapperFunction()
Dfuzzer_pass_merge_function_returns.cpp71 case SpvOpTerminateInvocation: { in Apply()
327 for (SpvOp opcode : {SpvOpKill, SpvOpUnreachable, SpvOpTerminateInvocation}) { in IsEarlyTerminatorWrapper()
Dtransformation_add_early_terminator_wrapper.cpp41 message_.opcode() == SpvOpTerminateInvocation) && in IsApplicable()
/third_party/spirv-tools/source/
Dopcode.cpp453 case SpvOpTerminateInvocation: in spvOpcodeIsAbort()
471 return opcode == SpvOpKill || opcode == SpvOpTerminateInvocation || in spvOpcodeTerminatesExecution()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp453 case SpvOpTerminateInvocation: in spvOpcodeIsAbort()
471 return opcode == SpvOpKill || opcode == SpvOpTerminateInvocation || in spvOpcodeTerminatesExecution()
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp453 case SpvOpTerminateInvocation: in spvOpcodeIsAbort()
471 return opcode == SpvOpKill || opcode == SpvOpTerminateInvocation || in spvOpcodeTerminatesExecution()
/third_party/spirv-tools/source/val/
Dvalidate_instruction.cpp302 inst->opcode() != SpvOpTerminateInvocation; in VersionCheck()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_instruction.cpp302 inst->opcode() != SpvOpTerminateInvocation; in VersionCheck()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp302 inst->opcode() != SpvOpTerminateInvocation; in VersionCheck()
Dvalidate_cfg.cpp1004 case SpvOpTerminateInvocation: in CfgPass()
1013 if (opcode == SpvOpTerminateInvocation) { in CfgPass()

12