/third_party/spirv-tools/source/opt/ |
D | dead_insert_elim_pass.cpp | 39 uint32_t DeadInsertElimPass::NumComponents(Instruction* typeInst) { in NumComponents() 70 Instruction* typeInst = get_def_use_mgr()->GetDef(insertChain->type_id()); in MarkInsertChain() local 183 Instruction* typeInst = get_def_use_mgr()->GetDef(ii->type_id()); in EliminateDeadInsertsOnePass() local
|
D | inline_opaque_pass.cpp | 30 const Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in IsOpaqueType() local
|
D | scalar_replacement_pass.cpp | 493 Instruction* typeInst = GetStorageType(varInst); in CreateVariable() local 683 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable() local
|
D | dead_branch_elim_pass.cpp | 67 Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in GetConstInteger() local
|
D | type_manager.cpp | 214 std::unique_ptr<Instruction> typeInst; in GetTypeInstruction() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | dead_insert_elim_pass.cpp | 39 uint32_t DeadInsertElimPass::NumComponents(Instruction* typeInst) { in NumComponents() 70 Instruction* typeInst = get_def_use_mgr()->GetDef(insertChain->type_id()); in MarkInsertChain() local 183 Instruction* typeInst = get_def_use_mgr()->GetDef(ii->type_id()); in EliminateDeadInsertsOnePass() local
|
D | inline_opaque_pass.cpp | 30 const Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in IsOpaqueType() local
|
D | scalar_replacement_pass.cpp | 488 Instruction* typeInst = GetStorageType(varInst); in CreateVariable() local 678 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable() local
|
D | dead_branch_elim_pass.cpp | 67 Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in GetConstInteger() local
|
D | type_manager.cpp | 213 std::unique_ptr<Instruction> typeInst; in GetTypeInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | dead_insert_elim_pass.cpp | 39 uint32_t DeadInsertElimPass::NumComponents(Instruction* typeInst) { in NumComponents() 70 Instruction* typeInst = get_def_use_mgr()->GetDef(insertChain->type_id()); in MarkInsertChain() local 183 Instruction* typeInst = get_def_use_mgr()->GetDef(ii->type_id()); in EliminateDeadInsertsOnePass() local
|
D | inline_opaque_pass.cpp | 30 const Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in IsOpaqueType() local
|
D | scalar_replacement_pass.cpp | 488 Instruction* typeInst = GetStorageType(varInst); in CreateVariable() local 678 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable() local
|
D | dead_branch_elim_pass.cpp | 67 Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in GetConstInteger() local
|
D | type_manager.cpp | 213 std::unique_ptr<Instruction> typeInst; in GetTypeInstruction() local
|
/third_party/glslang/SPIRV/ |
D | spvIR.h | 495 Instruction* typeInst = parent.getInstruction(functionType); in Function() local
|