Home
last modified time | relevance | path

Searched refs:BuildInstructionAndAddToModule (Results 1 – 11 of 11) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp316 return context()->get_constant_mgr()->BuildInstructionAndAddToModule( in DoComponentWiseOperation()
331 if (!context()->get_constant_mgr()->BuildInstructionAndAddToModule( in DoComponentWiseOperation()
345 return context()->get_constant_mgr()->BuildInstructionAndAddToModule( in DoComponentWiseOperation()
Dconstants.cpp206 Instruction* ConstantManager::BuildInstructionAndAddToModule( in BuildInstructionAndAddToModule() function in spvtools::opt::analysis::ConstantManager
233 return BuildInstructionAndAddToModule(c, pos, type_id); in GetDefiningInstruction()
Dconstants.h560 Instruction* BuildInstructionAndAddToModule(const Constant* c,
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp315 return const_mgr->BuildInstructionAndAddToModule(result_const, pos); in DoComponentWiseOperation()
329 if (!const_mgr->BuildInstructionAndAddToModule(rc, pos)) { in DoComponentWiseOperation()
341 return const_mgr->BuildInstructionAndAddToModule(reg_vec_const, pos); in DoComponentWiseOperation()
Dconstants.cpp205 Instruction* ConstantManager::BuildInstructionAndAddToModule( in BuildInstructionAndAddToModule() function in spvtools::opt::analysis::ConstantManager
232 return BuildInstructionAndAddToModule(c, pos, type_id); in GetDefiningInstruction()
Dconstants.h568 Instruction* BuildInstructionAndAddToModule(const Constant* c,
Dconst_folding_rules.cpp206 const_mgr->BuildInstructionAndAddToModule(new_constant, pos); in FoldInsertWithConstants()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp318 return const_mgr->BuildInstructionAndAddToModule(result_const, pos); in DoComponentWiseOperation()
332 if (!const_mgr->BuildInstructionAndAddToModule(rc, pos)) { in DoComponentWiseOperation()
344 return const_mgr->BuildInstructionAndAddToModule(reg_vec_const, pos); in DoComponentWiseOperation()
Dconstants.cpp206 Instruction* ConstantManager::BuildInstructionAndAddToModule( in BuildInstructionAndAddToModule() function in spvtools::opt::analysis::ConstantManager
233 return BuildInstructionAndAddToModule(c, pos, type_id); in GetDefiningInstruction()
Dconstants.h568 Instruction* BuildInstructionAndAddToModule(const Constant* c,
Dconst_folding_rules.cpp190 const_mgr->BuildInstructionAndAddToModule(new_constant, pos); in FoldInsertWithConstants()