Home
last modified time | relevance | path

Searched refs:condId (Results 1 – 25 of 33) sorted by relevance

12

/dports/audio/oaml/oaml-1.3.4/include/
H A DoamlAudio.h63 int condId; variable
90 void SetCondId(int audioCondId) { condId = audioCondId; } in SetCondId()
97 bool HasCondition(int id) { return id == condId; } in HasCondition()
130 int GetCondId() const { return condId; } in GetCondId()
H A Doaml.h140 int condId; member
401 void AudioSetCondId(std::string trackName, std::string audioName, int condId);
/dports/audio/oaml/oaml-1.3.4/src/
H A DoamlAudio.cpp67 condId = 0; in oamlAudio()
79 condId = id; in SetCondition()
86 if (id != condId) in TestCondition()
439 info->condId = GetCondId(); in ReadInfo()
H A DoamlStudioApi.cpp184 void oamlStudioApi::AudioSetCondId(std::string trackName, std::string audioName, int condId) { in AudioSetCondId() argument
185 oaml->AudioSetCondId(trackName, audioName, condId); in AudioSetCondId()
/dports/devel/ragel/ragel-6.10/ragel/
H A Dfsmgraph.h101 Action( const InputLoc &loc, const char *name, InlineList *inlineList, int condId ) in Action()
114 condId(condId) in Action()
149 int condId; member
156 if ( cond1->condId < cond2->condId ) in compare()
158 else if ( cond1->condId > cond2->condId ) in compare()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Ddead_branch_elim_pass.h55 bool GetConstCondition(uint32_t condId, bool* condVal);
H A Ddead_branch_elim_pass.cpp40 bool DeadBranchElimPass::GetConstCondition(uint32_t condId, bool* condVal) { in GetConstCondition() argument
42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Ddead_branch_elim_pass.h55 bool GetConstCondition(uint32_t condId, bool* condVal);
H A Ddead_branch_elim_pass.cpp40 bool DeadBranchElimPass::GetConstCondition(uint32_t condId, bool* condVal) { in GetConstCondition() argument
42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddead_branch_elim_pass.h55 bool GetConstCondition(uint32_t condId, bool* condVal);
H A Ddead_branch_elim_pass.cpp40 bool DeadBranchElimPass::GetConstCondition(uint32_t condId, bool* condVal) { in GetConstCondition() argument
42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.h55 bool GetConstCondition(uint32_t condId, bool* condVal);
H A Ddead_branch_elim_pass.cpp40 bool DeadBranchElimPass::GetConstCondition(uint32_t condId, bool* condVal) { in GetConstCondition() argument
42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.h55 bool GetConstCondition(uint32_t condId, bool* condVal);
H A Ddead_branch_elim_pass.cpp40 bool DeadBranchElimPass::GetConstCondition(uint32_t condId, bool* condVal) { in GetConstCondition() argument
42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Ddead_branch_elim_pass.h55 bool GetConstCondition(uint32_t condId, bool* condVal);
H A Ddead_branch_elim_pass.cpp40 bool DeadBranchElimPass::GetConstCondition(uint32_t condId, bool* condVal) { in GetConstCondition() argument
42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Ddead_branch_elim_pass.h55 bool GetConstCondition(uint32_t condId, bool* condVal);
H A Ddead_branch_elim_pass.cpp40 bool DeadBranchElimPass::GetConstCondition(uint32_t condId, bool* condVal) { in GetConstCondition() argument
42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition()
/dports/math/clasp/clasp-3.3.5/libpotassco/potassco/
H A Daspif_text.h133 virtual LitSpan getCondition(Id_t condId) const = 0;
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/potassco/
H A Daspif_text.h133 virtual LitSpan getCondition(Id_t condId) const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderControlFlow.cpp509 auto condId = Object::ID(block.branchInstruction.word(1)); in EmitBranchConditional() local
513 auto cond = Operand(this, state, condId); in EmitBranchConditional()
514 …ASSERT_MSG(getType(getObject(condId)).componentCount == 1, "Condition must be a Boolean type scala… in EmitBranchConditional()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DSpirvShaderControlFlow.cpp494 auto condId = Object::ID(block.branchInstruction.word(1)); in EmitBranchConditional() local
498 auto cond = GenericValue(this, state, condId); in EmitBranchConditional()
/dports/cad/openroad/OpenROAD-2.0/src/rcx/include/rcx/
H A Dextprocess.h135 extMasterConductor(uint condId,
/dports/math/clasp/clasp-3.3.5/libpotassco/src/
H A Daspif_text.cpp540 virtual LitSpan getCondition(Id_t condId) const { in visitTheories()
541 return self->data_->getCondition(condId); in visitTheories()

12