Home
last modified time | relevance | path

Searched refs:base_inst (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp159 Instruction* base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() local
162 switch (base_inst->opcode()) { in GetBaseAddress()
171 base = base_inst->GetSingleWordInOperand(0); in GetBaseAddress()
172 base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress()
179 return base_inst; in GetBaseAddress()
Dgraphics_robust_access_pass.cpp469 const Instruction* base_inst = GetDef(inst.GetSingleWordInOperand(0)); in ClampIndicesForAccessChain() local
470 const Instruction* base_type = GetDef(base_inst->type_id()); in ClampIndicesForAccessChain()
/external/angle/third_party/spirv-tools/src/source/opt/
Dinstruction.cpp212 Instruction* base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() local
215 switch (base_inst->opcode()) { in GetBaseAddress()
224 base = base_inst->GetSingleWordInOperand(0); in GetBaseAddress()
225 base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress()
232 return base_inst; in GetBaseAddress()
Dgraphics_robust_access_pass.cpp469 const Instruction* base_inst = GetDef(inst.GetSingleWordInOperand(0)); in ClampIndicesForAccessChain() local
470 const Instruction* base_type = GetDef(base_inst->type_id()); in ClampIndicesForAccessChain()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.cpp193 Instruction* base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() local
196 switch (base_inst->opcode()) { in GetBaseAddress()
205 base = base_inst->GetSingleWordInOperand(0); in GetBaseAddress()
206 base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress()
213 return base_inst; in GetBaseAddress()
Dgraphics_robust_access_pass.cpp469 const Instruction* base_inst = GetDef(inst.GetSingleWordInOperand(0)); in ClampIndicesForAccessChain() local
470 const Instruction* base_type = GetDef(base_inst->type_id()); in ClampIndicesForAccessChain()