Searched refs:in_operand (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 387 void UpgradeMemoryModel::UpgradeFlags(Instruction* inst, uint32_t in_operand, in UpgradeFlags() argument 394 if (inst->NumInOperands() > in_operand) { in UpgradeFlags() 395 flags |= inst->GetSingleWordInOperand(in_operand); in UpgradeFlags() 423 if (inst->NumInOperands() > in_operand) { in UpgradeFlags() 424 inst->SetInOperand(in_operand, {flags}); in UpgradeFlags()
|
D | upgrade_memory_model.h | 94 void UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent,
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 404 void UpgradeMemoryModel::UpgradeFlags(Instruction* inst, uint32_t in_operand, in UpgradeFlags() argument 411 if (inst->NumInOperands() > in_operand) { in UpgradeFlags() 412 flags |= inst->GetSingleWordInOperand(in_operand); in UpgradeFlags() 440 if (inst->NumInOperands() > in_operand) { in UpgradeFlags() 441 inst->SetInOperand(in_operand, {flags}); in UpgradeFlags()
|
D | upgrade_memory_model.h | 94 void UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent,
|