/external/deqp-deps/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()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
|
/external/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()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
|
/external/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()
|
/external/deqp-deps/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()
|
/external/deqp-deps/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()
|
/external/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()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 453 case SpvOpTerminateInvocation: in spvOpcodeIsAbort() 471 return opcode == SpvOpKill || opcode == SpvOpTerminateInvocation || in spvOpcodeTerminatesExecution()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | opcode.cpp | 453 case SpvOpTerminateInvocation: in spvOpcodeIsAbort() 471 return opcode == SpvOpKill || opcode == SpvOpTerminateInvocation || in spvOpcodeTerminatesExecution()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 453 case SpvOpTerminateInvocation: in spvOpcodeIsAbort() 471 return opcode == SpvOpKill || opcode == SpvOpTerminateInvocation || in spvOpcodeTerminatesExecution()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_instruction.cpp | 302 inst->opcode() != SpvOpTerminateInvocation; in VersionCheck()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_instruction.cpp | 302 inst->opcode() != SpvOpTerminateInvocation; in VersionCheck()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_instruction.cpp | 302 inst->opcode() != SpvOpTerminateInvocation; in VersionCheck()
|
D | validate_cfg.cpp | 1011 case SpvOpTerminateInvocation: in CfgPass() 1020 if (opcode == SpvOpTerminateInvocation) { in CfgPass()
|