/third_party/spirv-tools/source/opt/ |
D | wrap_opkill.cpp | 31 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/ |
D | wrap_opkill.cpp | 31 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/ |
D | wrap_opkill.cpp | 31 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/ |
D | transformation_wrap_early_terminator_in_function_test.cpp | 227 102, MakeInstructionDescriptor(10, SpvOpTerminateInvocation, 0), 0), in TEST() 233 105, MakeInstructionDescriptor(82, SpvOpTerminateInvocation, 0), in TEST()
|
D | transformation_add_early_terminator_wrapper_test.cpp | 114 104, 105, SpvOpTerminateInvocation); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_wrap_early_terminator_in_function_test.cpp | 227 102, MakeInstructionDescriptor(10, SpvOpTerminateInvocation, 0), 0), in TEST() 233 105, MakeInstructionDescriptor(82, SpvOpTerminateInvocation, 0), in TEST()
|
D | transformation_add_early_terminator_wrapper_test.cpp | 114 104, 105, SpvOpTerminateInvocation); in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
D | transformation_wrap_early_terminator_in_function_test.cpp | 227 102, MakeInstructionDescriptor(10, SpvOpTerminateInvocation, 0), 0), in TEST() 233 105, MakeInstructionDescriptor(82, SpvOpTerminateInvocation, 0), in TEST()
|
D | transformation_add_early_terminator_wrapper_test.cpp | 114 104, 105, SpvOpTerminateInvocation); in TEST()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_wrap_early_terminator_in_function.cpp | 57 case SpvOpTerminateInvocation: in IsApplicable() 159 early_terminator_opcode == SpvOpTerminateInvocation) && in MaybeGetWrapperFunction()
|
D | fuzzer_pass_merge_function_returns.cpp | 70 case SpvOpTerminateInvocation: { in Apply() 325 for (SpvOp opcode : {SpvOpKill, SpvOpUnreachable, SpvOpTerminateInvocation}) { in IsEarlyTerminatorWrapper()
|
D | transformation_add_early_terminator_wrapper.cpp | 41 message_.opcode() == SpvOpTerminateInvocation) && in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_wrap_early_terminator_in_function.cpp | 57 case SpvOpTerminateInvocation: in IsApplicable() 159 early_terminator_opcode == SpvOpTerminateInvocation) && in MaybeGetWrapperFunction()
|
D | fuzzer_pass_merge_function_returns.cpp | 71 case SpvOpTerminateInvocation: { in Apply() 327 for (SpvOp opcode : {SpvOpKill, SpvOpUnreachable, SpvOpTerminateInvocation}) { in IsEarlyTerminatorWrapper()
|
D | transformation_add_early_terminator_wrapper.cpp | 41 message_.opcode() == SpvOpTerminateInvocation) && in IsApplicable()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_wrap_early_terminator_in_function.cpp | 57 case SpvOpTerminateInvocation: in IsApplicable() 159 early_terminator_opcode == SpvOpTerminateInvocation) && in MaybeGetWrapperFunction()
|
D | fuzzer_pass_merge_function_returns.cpp | 71 case SpvOpTerminateInvocation: { in Apply() 327 for (SpvOp opcode : {SpvOpKill, SpvOpUnreachable, SpvOpTerminateInvocation}) { in IsEarlyTerminatorWrapper()
|
D | transformation_add_early_terminator_wrapper.cpp | 41 message_.opcode() == SpvOpTerminateInvocation) && in IsApplicable()
|
/third_party/spirv-tools/source/ |
D | opcode.cpp | 453 case SpvOpTerminateInvocation: in spvOpcodeIsAbort() 471 return opcode == SpvOpKill || opcode == SpvOpTerminateInvocation || in spvOpcodeTerminatesExecution()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 453 case SpvOpTerminateInvocation: in spvOpcodeIsAbort() 471 return opcode == SpvOpKill || opcode == SpvOpTerminateInvocation || in spvOpcodeTerminatesExecution()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | opcode.cpp | 453 case SpvOpTerminateInvocation: in spvOpcodeIsAbort() 471 return opcode == SpvOpKill || opcode == SpvOpTerminateInvocation || in spvOpcodeTerminatesExecution()
|
/third_party/spirv-tools/source/val/ |
D | validate_instruction.cpp | 302 inst->opcode() != SpvOpTerminateInvocation; in VersionCheck()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_instruction.cpp | 302 inst->opcode() != SpvOpTerminateInvocation; in VersionCheck()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_instruction.cpp | 302 inst->opcode() != SpvOpTerminateInvocation; in VersionCheck()
|
D | validate_cfg.cpp | 1004 case SpvOpTerminateInvocation: in CfgPass() 1013 if (opcode == SpvOpTerminateInvocation) { in CfgPass()
|