Home
last modified time | relevance | path

Searched refs:in_operand_index (Results 1 – 25 of 74) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Did_use_descriptor.cpp30 if (id_use_descriptor.in_operand_index() >= result->NumInOperands()) { in FindInstructionContainingUse()
33 if (result->GetSingleWordInOperand(id_use_descriptor.in_operand_index()) != in FindInstructionContainingUse()
43 uint32_t in_operand_index) { in MakeIdUseDescriptor() argument
47 result.set_in_operand_index(in_operand_index); in MakeIdUseDescriptor()
53 uint32_t in_operand_index) { in MakeIdUseDescriptorFromUse() argument
54 const auto& in_operand = inst->GetInOperand(in_operand_index); in MakeIdUseDescriptorFromUse()
58 in_operand_index); in MakeIdUseDescriptorFromUse()
H A Dtransformation_replace_id_with_synonym.cpp70 message_.id_use_descriptor().in_operand_index(), in IsApplicable()
78 message_.id_use_descriptor().in_operand_index())) { in IsApplicable()
86 message_.id_use_descriptor().in_operand_index(), in IsApplicable()
96 message_.id_use_descriptor().in_operand_index(), in Apply()
H A Dfuzzer_pass_obfuscate_constants.cpp412 const opt::Instruction& inst, uint32_t in_operand_index, in MaybeAddConstantIdUse() argument
416 if (inst.GetInOperand(in_operand_index).type != SPV_OPERAND_TYPE_ID) { in MaybeAddConstantIdUse()
420 auto operand_id = inst.GetSingleWordInOperand(in_operand_index); in MaybeAddConstantIdUse()
441 id_use_descriptor.set_in_operand_index(in_operand_index); in MaybeAddConstantIdUse()
485 for (uint32_t in_operand_index = 0; in Apply() local
486 in_operand_index < inst.NumInOperands(); in_operand_index++) { in Apply()
487 MaybeAddConstantIdUse(inst, in_operand_index, in Apply()
H A Dtransformation_replace_irrelevant_id.cpp78 message_.id_use_descriptor().in_operand_index(); in IsApplicable()
94 message_.id_use_descriptor().in_operand_index(), in IsApplicable()
107 message_.id_use_descriptor().in_operand_index(), in Apply()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Did_use_descriptor.cpp30 if (id_use_descriptor.in_operand_index() >= result->NumInOperands()) { in FindInstructionContainingUse()
33 if (result->GetSingleWordInOperand(id_use_descriptor.in_operand_index()) != in FindInstructionContainingUse()
43 uint32_t in_operand_index) { in MakeIdUseDescriptor() argument
47 result.set_in_operand_index(in_operand_index); in MakeIdUseDescriptor()
53 uint32_t in_operand_index) { in MakeIdUseDescriptorFromUse() argument
54 const auto& in_operand = inst->GetInOperand(in_operand_index); in MakeIdUseDescriptorFromUse()
58 in_operand_index); in MakeIdUseDescriptorFromUse()
H A Dtransformation_replace_id_with_synonym.cpp70 message_.id_use_descriptor().in_operand_index(), type_id_of_interest, in IsApplicable()
78 message_.id_use_descriptor().in_operand_index())) { in IsApplicable()
86 message_.id_use_descriptor().in_operand_index(), in IsApplicable()
96 message_.id_use_descriptor().in_operand_index(), in Apply()
H A Dfuzzer_pass_obfuscate_constants.cpp411 const opt::Instruction& inst, uint32_t in_operand_index, in MaybeAddConstantIdUse() argument
415 if (inst.GetInOperand(in_operand_index).type != SPV_OPERAND_TYPE_ID) { in MaybeAddConstantIdUse()
419 auto operand_id = inst.GetSingleWordInOperand(in_operand_index); in MaybeAddConstantIdUse()
440 id_use_descriptor.set_in_operand_index(in_operand_index); in MaybeAddConstantIdUse()
484 for (uint32_t in_operand_index = 0; in Apply() local
485 in_operand_index < inst.NumInOperands(); in_operand_index++) { in Apply()
486 MaybeAddConstantIdUse(inst, in_operand_index, in Apply()
H A Dtransformation_replace_irrelevant_id.cpp78 message_.id_use_descriptor().in_operand_index(); in IsApplicable()
94 message_.id_use_descriptor().in_operand_index(), in IsApplicable()
107 message_.id_use_descriptor().in_operand_index(), in Apply()
H A Did_use_descriptor.h36 uint32_t in_operand_index);
42 opt::IRContext* context, opt::Instruction* inst, uint32_t in_operand_index);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Did_use_descriptor.cpp30 if (id_use_descriptor.in_operand_index() >= result->NumInOperands()) { in FindInstructionContainingUse()
33 if (result->GetSingleWordInOperand(id_use_descriptor.in_operand_index()) != in FindInstructionContainingUse()
43 uint32_t in_operand_index) { in MakeIdUseDescriptor() argument
47 result.set_in_operand_index(in_operand_index); in MakeIdUseDescriptor()
53 uint32_t in_operand_index) { in MakeIdUseDescriptorFromUse() argument
54 const auto& in_operand = inst->GetInOperand(in_operand_index); in MakeIdUseDescriptorFromUse()
58 in_operand_index); in MakeIdUseDescriptorFromUse()
H A Dtransformation_replace_id_with_synonym.cpp70 message_.id_use_descriptor().in_operand_index(), in IsApplicable()
78 message_.id_use_descriptor().in_operand_index())) { in IsApplicable()
86 message_.id_use_descriptor().in_operand_index(), in IsApplicable()
96 message_.id_use_descriptor().in_operand_index(), in Apply()
H A Dfuzzer_pass_obfuscate_constants.cpp412 const opt::Instruction& inst, uint32_t in_operand_index, in MaybeAddConstantIdUse() argument
416 if (inst.GetInOperand(in_operand_index).type != SPV_OPERAND_TYPE_ID) { in MaybeAddConstantIdUse()
420 auto operand_id = inst.GetSingleWordInOperand(in_operand_index); in MaybeAddConstantIdUse()
441 id_use_descriptor.set_in_operand_index(in_operand_index); in MaybeAddConstantIdUse()
485 for (uint32_t in_operand_index = 0; in Apply() local
486 in_operand_index < inst.NumInOperands(); in_operand_index++) { in Apply()
487 MaybeAddConstantIdUse(inst, in_operand_index, in Apply()
H A Dtransformation_replace_irrelevant_id.cpp78 message_.id_use_descriptor().in_operand_index(); in IsApplicable()
94 message_.id_use_descriptor().in_operand_index(), in IsApplicable()
107 message_.id_use_descriptor().in_operand_index(), in Apply()
H A Did_use_descriptor.h36 uint32_t in_operand_index);
42 opt::IRContext* context, opt::Instruction* inst, uint32_t in_operand_index);
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Did_use_descriptor.cpp30 if (id_use_descriptor.in_operand_index() >= result->NumInOperands()) { in FindInstructionContainingUse()
33 if (result->GetSingleWordInOperand(id_use_descriptor.in_operand_index()) != in FindInstructionContainingUse()
43 uint32_t in_operand_index) { in MakeIdUseDescriptor() argument
47 result.set_in_operand_index(in_operand_index); in MakeIdUseDescriptor()
53 uint32_t in_operand_index) { in MakeIdUseDescriptorFromUse() argument
54 const auto& in_operand = inst->GetInOperand(in_operand_index); in MakeIdUseDescriptorFromUse()
58 in_operand_index); in MakeIdUseDescriptorFromUse()
H A Dtransformation_replace_id_with_synonym.cpp70 message_.id_use_descriptor().in_operand_index(), type_id_of_interest, in IsApplicable()
78 message_.id_use_descriptor().in_operand_index())) { in IsApplicable()
86 message_.id_use_descriptor().in_operand_index(), in IsApplicable()
96 message_.id_use_descriptor().in_operand_index(), in Apply()
H A Dfuzzer_pass_obfuscate_constants.cpp411 const opt::Instruction& inst, uint32_t in_operand_index, in MaybeAddConstantIdUse() argument
415 if (inst.GetInOperand(in_operand_index).type != SPV_OPERAND_TYPE_ID) { in MaybeAddConstantIdUse()
419 auto operand_id = inst.GetSingleWordInOperand(in_operand_index); in MaybeAddConstantIdUse()
440 id_use_descriptor.set_in_operand_index(in_operand_index); in MaybeAddConstantIdUse()
484 for (uint32_t in_operand_index = 0; in Apply() local
485 in_operand_index < inst.NumInOperands(); in_operand_index++) { in Apply()
486 MaybeAddConstantIdUse(inst, in_operand_index, in Apply()
H A Dtransformation_replace_irrelevant_id.cpp78 message_.id_use_descriptor().in_operand_index(); in IsApplicable()
94 message_.id_use_descriptor().in_operand_index(), in IsApplicable()
107 message_.id_use_descriptor().in_operand_index(), in Apply()
H A Did_use_descriptor.h36 uint32_t in_operand_index);
42 opt::IRContext* context, opt::Instruction* inst, uint32_t in_operand_index);
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Did_use_descriptor.cpp30 if (id_use_descriptor.in_operand_index() >= result->NumInOperands()) { in FindInstructionContainingUse()
33 if (result->GetSingleWordInOperand(id_use_descriptor.in_operand_index()) != in FindInstructionContainingUse()
43 uint32_t in_operand_index) { in MakeIdUseDescriptor() argument
47 result.set_in_operand_index(in_operand_index); in MakeIdUseDescriptor()
53 uint32_t in_operand_index) { in MakeIdUseDescriptorFromUse() argument
54 auto in_operand = inst->GetInOperand(in_operand_index); in MakeIdUseDescriptorFromUse()
71 in_operand_index); in MakeIdUseDescriptorFromUse()
H A Dfuzzer_pass_obfuscate_constants.cpp352 const opt::Instruction& inst, uint32_t in_operand_index, in MaybeAddConstantIdUse() argument
356 if (inst.GetInOperand(in_operand_index).type != SPV_OPERAND_TYPE_ID) { in MaybeAddConstantIdUse()
360 auto operand_id = inst.GetSingleWordInOperand(in_operand_index); in MaybeAddConstantIdUse()
381 id_use_descriptor.set_in_operand_index(in_operand_index); in MaybeAddConstantIdUse()
421 for (uint32_t in_operand_index = 0; in Apply() local
422 in_operand_index < inst.NumInOperands(); in_operand_index++) { in Apply()
423 MaybeAddConstantIdUse(inst, in_operand_index, in Apply()
H A Did_use_descriptor.h36 uint32_t in_operand_index);
42 opt::IRContext* context, opt::Instruction* inst, uint32_t in_operand_index);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Did_use_descriptor.cpp30 if (id_use_descriptor.in_operand_index() >= result->NumInOperands()) { in FindInstructionContainingUse()
33 if (result->GetSingleWordInOperand(id_use_descriptor.in_operand_index()) != in FindInstructionContainingUse()
43 uint32_t in_operand_index) { in MakeIdUseDescriptor() argument
47 result.set_in_operand_index(in_operand_index); in MakeIdUseDescriptor()
53 uint32_t in_operand_index) { in MakeIdUseDescriptorFromUse() argument
54 auto in_operand = inst->GetInOperand(in_operand_index); in MakeIdUseDescriptorFromUse()
71 in_operand_index); in MakeIdUseDescriptorFromUse()
H A Dfuzzer_pass_obfuscate_constants.cpp352 const opt::Instruction& inst, uint32_t in_operand_index, in MaybeAddConstantIdUse() argument
356 if (inst.GetInOperand(in_operand_index).type != SPV_OPERAND_TYPE_ID) { in MaybeAddConstantIdUse()
360 auto operand_id = inst.GetSingleWordInOperand(in_operand_index); in MaybeAddConstantIdUse()
381 id_use_descriptor.set_in_operand_index(in_operand_index); in MaybeAddConstantIdUse()
421 for (uint32_t in_operand_index = 0; in Apply() local
422 in_operand_index < inst.NumInOperands(); in_operand_index++) { in Apply()
423 MaybeAddConstantIdUse(inst, in_operand_index, in Apply()
H A Did_use_descriptor.h36 uint32_t in_operand_index);
42 opt::IRContext* context, opt::Instruction* inst, uint32_t in_operand_index);

123