Home
last modified time | relevance | path

Searched defs:current_type (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dvector_dce.cpp251 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasVectorResult() local
266 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasScalarResult() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dvector_dce.cpp271 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasVectorResult() local
286 const analysis::Type* current_type = type_mgr->GetType(inst->type_id()); in HasScalarResult() local
/external/e2fsprogs/ext2ed/
Dmain.c79 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable
/external/libpng/contrib/tools/
Dpngfix.c1611 current_type(struct file *file, int code) in current_type() function
/external/v8/src/compiler/
Dsimplified-lowering.cc560 Type Weaken(Node* node, Type previous_type, Type current_type) { in Weaken()
Dtyper.cc1253 Type Typer::Visitor::Weaken(Node* node, Type current_type, Type previous_type) { in Weaken()