/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | dead_insert_elim_pass.cpp | 36 uint32_t DeadInsertElimPass::NumComponents(Instruction* typeInst) { in NumComponents() 67 Instruction* typeInst = get_def_use_mgr()->GetDef(insertChain->type_id()); in MarkInsertChain() local 180 Instruction* typeInst = get_def_use_mgr()->GetDef(ii->type_id()); in EliminateDeadInsertsOnePass() local
|
D | inline_opaque_pass.cpp | 28 const Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in IsOpaqueType() local
|
D | dead_branch_elim_pass.cpp | 63 Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in GetConstInteger() local
|
D | scalar_replacement_pass.cpp | 617 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable() local
|
D | type_manager.cpp | 212 std::unique_ptr<Instruction> typeInst; in GetTypeInstruction() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | dead_insert_elim_pass.cpp | 36 uint32_t DeadInsertElimPass::NumComponents(Instruction* typeInst) { in NumComponents() 67 Instruction* typeInst = get_def_use_mgr()->GetDef(insertChain->type_id()); in MarkInsertChain() local 180 Instruction* typeInst = get_def_use_mgr()->GetDef(ii->type_id()); in EliminateDeadInsertsOnePass() local
|
D | inline_opaque_pass.cpp | 28 const Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in IsOpaqueType() local
|
D | dead_branch_elim_pass.cpp | 63 Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in GetConstInteger() local
|
D | type_manager.cpp | 212 std::unique_ptr<Instruction> typeInst; in GetTypeInstruction() local
|
D | scalar_replacement_pass.cpp | 617 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable() local
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | dead_insert_elim_pass.cpp | 36 uint32_t DeadInsertElimPass::NumComponents(Instruction* typeInst) { in NumComponents() 67 Instruction* typeInst = get_def_use_mgr()->GetDef(insertChain->type_id()); in MarkInsertChain() local 180 Instruction* typeInst = get_def_use_mgr()->GetDef(ii->type_id()); in EliminateDeadInsertsOnePass() local
|
D | inline_opaque_pass.cpp | 28 const Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in IsOpaqueType() local
|
D | dead_branch_elim_pass.cpp | 63 Instruction* typeInst = get_def_use_mgr()->GetDef(typeId); in GetConstInteger() local
|
D | type_manager.cpp | 214 std::unique_ptr<Instruction> typeInst; in GetTypeInstruction() local
|
D | scalar_replacement_pass.cpp | 619 const Instruction* typeInst = GetStorageType(varInst); in CanReplaceVariable() local
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | spvIR.h | 553 Instruction* typeInst = parent.getInstruction(functionType); in Function() local
|
/external/deqp-deps/glslang/SPIRV/ |
D | spvIR.h | 553 Instruction* typeInst = parent.getInstruction(functionType); in Function() local
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_builtins.cpp | 684 auto typeInst = _.FindDef(pointerTypeInst->GetOperandAs<uint32_t>(2)); in isMeshInterfaceVar() local
|