Searched refs:id_to_fold (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | fold_test.cpp | 63 : test_body(tb), id_to_fold(id), expected_result(result) {} in InstructionFoldingCase() 66 uint32_t id_to_fold; member 84 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() 567 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() 649 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() 1260 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() 1407 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() 2143 : test_body(tb), id_to_fold(id), expected_result(result), id_map(map) {} in InstructionFoldingCaseWithMap() 2146 uint32_t id_to_fold; member 2165 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | fold_test.cpp | 63 : test_body(tb), id_to_fold(id), expected_result(result) {} in InstructionFoldingCase() 66 uint32_t id_to_fold; member 84 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() 526 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() 608 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() 1219 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() 1366 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() 2102 : test_body(tb), id_to_fold(id), expected_result(result), id_map(map) {} in InstructionFoldingCaseWithMap() 2105 uint32_t id_to_fold; member 2124 Instruction* inst = def_use_mgr->GetDef(tc.id_to_fold); in TEST_P() [all …]
|