Home
last modified time | relevance | path

Searched refs:rhs_def (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpropagator_test.cpp113 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
114 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
115 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
180 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
181 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
182 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpropagator_test.cpp113 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
114 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
115 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()
180 Instruction* rhs_def = ctx_->get_def_use_mgr()->GetDef(rhs_id); in TEST_F() local
181 if (rhs_def->opcode() == SpvOpConstant) { in TEST_F()
182 uint32_t val = rhs_def->GetSingleWordOperand(2); in TEST_F()