Home
last modified time | relevance | path

Searched defs:load_inst (Results 1 – 15 of 15) sorted by relevance

/third_party/spirv-tools/source/opt/
Dinterp_fixup_pass.cpp47 Instruction* load_inst = ctx->get_def_use_mgr()->GetDef(op1_id); in ReplaceInternalInterpolate() local
Dssa_rewrite_pass.cpp584 Instruction* load_inst = in ApplyReplacements() local
Dinstrument_pass.cpp219 Instruction* load_inst = builder->AddUnaryOp(type_id, SpvOpLoad, var_id); in GenVarLoad() local
912 Instruction* load_inst = in GetDirectReadFunctionId() local
Dcopy_prop_arrays.cpp240 CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction* load_inst) { in BuildMemoryObjectFromLoad()
Dinterface_var_sroa.cpp649 Instruction* load_inst = load.get(); in CreateLoad() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinterp_fixup_pass.cpp54 Instruction* load_inst = ctx->get_def_use_mgr()->GetDef(op1_id); in ReplaceInternalInterpolate() local
Dssa_rewrite_pass.cpp585 Instruction* load_inst = in ApplyReplacements() local
Dinstrument_pass.cpp174 Instruction* load_inst = builder->AddUnaryOp(type_id, SpvOpLoad, var_id); in GenVarLoad() local
852 Instruction* load_inst = in GetDirectReadFunctionId() local
Dcopy_prop_arrays.cpp230 CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction* load_inst) { in BuildMemoryObjectFromLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinterp_fixup_pass.cpp54 Instruction* load_inst = ctx->get_def_use_mgr()->GetDef(op1_id); in ReplaceInternalInterpolate() local
Dssa_rewrite_pass.cpp585 Instruction* load_inst = in ApplyReplacements() local
Dinstrument_pass.cpp174 Instruction* load_inst = builder->AddUnaryOp(type_id, SpvOpLoad, var_id); in GenVarLoad() local
852 Instruction* load_inst = in GetDirectReadFunctionId() local
Dcopy_prop_arrays.cpp230 CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction* load_inst) { in BuildMemoryObjectFromLoad()
/third_party/python/Lib/
Dpickle.py1497 def load_inst(self): member in _Unpickler
/third_party/python/Modules/
D_pickle.c5857 load_inst(UnpicklerObject *self) in load_inst() function