/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | invocation_interlock_placement_pass.cpp | 102 if (inst->opcode() == spv::Op::OpBeginInvocationInterlockEXT) { in killDuplicateBegin() 144 case spv::Op::OpBeginInvocationInterlockEXT: in recordBeginOrEndInFunction() 174 case spv::Op::OpBeginInvocationInterlockEXT: in removeBeginAndEndInstructionsFromFunction() 203 context(), spv::Op::OpBeginInvocationInterlockEXT); in extractInstructionsFromCalls() 224 case spv::Op::OpBeginInvocationInterlockEXT: in recordExistingBeginAndEndBlock() 277 return inst->opcode() == spv::Op::OpBeginInvocationInterlockEXT; in removeUnneededInstructions() 389 spv::Op::OpBeginInvocationInterlockEXT, /* reverse_cfg= */ true); in placeInstructions()
|
D | trim_capabilities_pass.cpp | 421 if (opcode == spv::Op::OpBeginInvocationInterlockEXT || in addInstructionRequirementsForOpcode()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | invocation_interlock_placement_pass.cpp | 102 if (inst->opcode() == spv::Op::OpBeginInvocationInterlockEXT) { in killDuplicateBegin() 144 case spv::Op::OpBeginInvocationInterlockEXT: in recordBeginOrEndInFunction() 174 case spv::Op::OpBeginInvocationInterlockEXT: in removeBeginAndEndInstructionsFromFunction() 203 context(), spv::Op::OpBeginInvocationInterlockEXT); in extractInstructionsFromCalls() 224 case spv::Op::OpBeginInvocationInterlockEXT: in recordExistingBeginAndEndBlock() 277 return inst->opcode() == spv::Op::OpBeginInvocationInterlockEXT; in removeUnneededInstructions() 389 spv::Op::OpBeginInvocationInterlockEXT, /* reverse_cfg= */ true); in placeInstructions()
|
H A D | trim_capabilities_pass.cpp | 433 case spv::Op::OpBeginInvocationInterlockEXT: in hasOpcodeConflictingCapabilities()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | invocation_interlock_placement_pass.cpp | 102 if (inst->opcode() == spv::Op::OpBeginInvocationInterlockEXT) { in killDuplicateBegin() 144 case spv::Op::OpBeginInvocationInterlockEXT: in recordBeginOrEndInFunction() 174 case spv::Op::OpBeginInvocationInterlockEXT: in removeBeginAndEndInstructionsFromFunction() 203 context(), spv::Op::OpBeginInvocationInterlockEXT); in extractInstructionsFromCalls() 224 case spv::Op::OpBeginInvocationInterlockEXT: in recordExistingBeginAndEndBlock() 277 return inst->opcode() == spv::Op::OpBeginInvocationInterlockEXT; in removeUnneededInstructions() 389 spv::Op::OpBeginInvocationInterlockEXT, /* reverse_cfg= */ true); in placeInstructions()
|
H A D | trim_capabilities_pass.cpp | 421 if (opcode == spv::Op::OpBeginInvocationInterlockEXT || in addInstructionRequirementsForOpcode()
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderInstructions.cpp | 86 case spv::OpBeginInvocationInterlockEXT: in IsStatement()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_misc.cpp | 115 case spv::Op::OpBeginInvocationInterlockEXT: in MiscPass()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_misc.cpp | 115 case spv::Op::OpBeginInvocationInterlockEXT: in MiscPass()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_misc.cpp | 127 case spv::Op::OpBeginInvocationInterlockEXT: in MiscPass()
|
/aosp_15_r20/external/mesa3d/docs/drivers/amd/hw/ |
H A D | pops.rst | 162 ``OpBeginInvocationInterlockEXT`` exactly once. However, if there are multiple 220 splits the subgroup exactly at ``OpBeginInvocationInterlockEXT`` and makes the 225 have considered a subgroup operation before ``OpBeginInvocationInterlockEXT``
|
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/unified1/ |
D | spirv.hpp | 1236 OpBeginInvocationInterlockEXT = 5364, enumerator 1768 case OpBeginInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in HasResultAndType()
|
D | spirv.lua | 1197 OpBeginInvocationInterlockEXT = 5364,
|
D | spirv.cs | 1240 OpBeginInvocationInterlockEXT = 5364, enumerator
|
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/ |
H A D | spirv.hpp | 1966 OpBeginInvocationInterlockEXT = 5364, enumerator 2739 case OpBeginInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in HasResultAndType() 4583 case OpBeginInvocationInterlockEXT: return "OpBeginInvocationInterlockEXT"; in OpToString()
|
H A D | spirv.lua | 1957 OpBeginInvocationInterlockEXT = 5364,
|
H A D | spirv.cs | 2029 OpBeginInvocationInterlockEXT = 5364, enumerator
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | spirv.hpp | 1966 OpBeginInvocationInterlockEXT = 5364, enumerator 2739 case OpBeginInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in HasResultAndType() 4583 case OpBeginInvocationInterlockEXT: return "OpBeginInvocationInterlockEXT"; in OpToString()
|
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | spirv.hpp | 1770 OpBeginInvocationInterlockEXT = 5364, enumerator 2491 case OpBeginInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in HasResultAndType()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.hpp | 1883 OpBeginInvocationInterlockEXT = 5364, enumerator 2619 case OpBeginInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in HasResultAndType()
|
H A D | spirv.lua | 1825 OpBeginInvocationInterlockEXT = 5364,
|
H A D | spirv.cs | 1891 OpBeginInvocationInterlockEXT = 5364, enumerator
|
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.hpp | 1854 OpBeginInvocationInterlockEXT = 5364, enumerator 2585 case OpBeginInvocationInterlockEXT: *hasResult = false; *hasResultType = false; break; in HasResultAndType()
|
D | spirv.lua | 1798 OpBeginInvocationInterlockEXT = 5364,
|
D | spirv.cs | 1861 OpBeginInvocationInterlockEXT = 5364, enumerator
|