/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_apply_id_synonyms.cpp | 48 [&uses](opt::Instruction* use_inst, uint32_t use_index) -> void { in Apply() argument 51 if (use_inst->GetOperand(use_index).type == SPV_OPERAND_TYPE_ID) { in Apply() 53 std::pair<opt::Instruction*, uint32_t>(use_inst, use_index)); in Apply() 58 auto use_inst = use.first; in Apply() local 60 auto block_containing_use = GetIRContext()->get_instr_block(use_inst); in Apply() 73 use_index - use_inst->NumOperands() + use_inst->NumInOperands(); in Apply() 75 GetIRContext(), use_inst, use_in_operand_index)) { in Apply() 101 use_inst) && in Apply() 102 use_inst->opcode() != SpvOpPhi) { in Apply() 108 if (!fuzzerutil::IdIsAvailableAtUse(GetIRContext(), use_inst, in Apply() [all …]
|
/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_apply_id_synonyms.cpp | 54 [&uses](opt::Instruction* use_inst, uint32_t use_index) -> void { in Apply() argument 57 if (use_inst->GetOperand(use_index).type == SPV_OPERAND_TYPE_ID) { in Apply() 59 std::pair<opt::Instruction*, uint32_t>(use_inst, use_index)); in Apply() 64 auto use_inst = use.first; in Apply() local 66 auto block_containing_use = GetIRContext()->get_instr_block(use_inst); in Apply() 79 use_index - use_inst->NumOperands() + use_inst->NumInOperands(); in Apply() 81 GetIRContext(), use_inst, use_in_operand_index)) { in Apply() 107 use_inst) && in Apply() 108 use_inst->opcode() != SpvOpPhi) { in Apply() 114 if (!fuzzerutil::IdIsAvailableAtUse(GetIRContext(), use_inst, in Apply() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_apply_id_synonyms.cpp | 45 [&uses](opt::Instruction* use_inst, uint32_t use_index) -> void { in Apply() argument 47 std::pair<opt::Instruction*, uint32_t>(use_inst, use_index)); in Apply() 51 auto use_inst = use.first; in Apply() local 53 auto block_containing_use = GetIRContext()->get_instr_block(use_inst); in Apply() 66 use_index - use_inst->NumOperands() + use_inst->NumInOperands(); in Apply() 68 GetIRContext(), use_inst, use_in_operand_index)) { in Apply() 89 use_inst->opcode() == SpvOpPhi) { in Apply() 100 if (!fuzzerutil::IdIsAvailableAtUse(GetIRContext(), use_inst, in Apply() 115 MakeInstructionDescriptor(GetIRContext(), use_inst); in Apply() 130 MakeIdUseDescriptorFromUse(GetIRContext(), use_inst, in Apply()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 841 const auto* use_inst = use.first; in PerformWebGPUCfgChecks() local 842 if (spvOpcodeIsBranch(use_inst->opcode())) { in PerformWebGPUCfgChecks() 893 const auto* use_inst = use.first; in PerformWebGPUCfgChecks() local 894 if (spvOpcodeIsBranch(use_inst->opcode())) { in PerformWebGPUCfgChecks()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 832 const auto* use_inst = use.first; in PerformWebGPUCfgChecks() local 833 if (spvOpcodeIsBranch(use_inst->opcode())) { in PerformWebGPUCfgChecks() 884 const auto* use_inst = use.first; in PerformWebGPUCfgChecks() local 885 if (spvOpcodeIsBranch(use_inst->opcode())) { in PerformWebGPUCfgChecks()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_cfg.cpp | 841 const auto* use_inst = use.first; in PerformWebGPUCfgChecks() local 842 if (spvOpcodeIsBranch(use_inst->opcode())) { in PerformWebGPUCfgChecks() 893 const auto* use_inst = use.first; in PerformWebGPUCfgChecks() local 894 if (spvOpcodeIsBranch(use_inst->opcode())) { in PerformWebGPUCfgChecks()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | loop_fusion.cpp | 211 [&is_used](Instruction* use_inst, uint32_t) { in AreCompatible() argument 212 if (use_inst->opcode() == SpvOpLoad) { in AreCompatible()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_fusion.cpp | 211 [&is_used](Instruction* use_inst, uint32_t) { in AreCompatible() argument 212 if (use_inst->opcode() == SpvOpLoad) { in AreCompatible()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_fusion.cpp | 211 [&is_used](Instruction* use_inst, uint32_t) { in AreCompatible() argument 212 if (use_inst->opcode() == SpvOpLoad) { in AreCompatible()
|