Home
last modified time | relevance | path

Searched refs:type_kind (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c84 LLVMTypeKind type_kind; in lp_build_print_value() local
93 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()
95 if (type_kind == LLVMVectorTypeKind) { in lp_build_print_value()
99 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()
104 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) { in lp_build_print_value()
109 } else if (type_kind == LLVMIntegerTypeKind) { in lp_build_print_value()
119 } else if (type_kind == LLVMPointerTypeKind) { in lp_build_print_value()
138 if (type_kind == LLVMIntegerTypeKind && in lp_build_print_value()
Dlp_bld_arit_overflow.c68 LLVMTypeKind type_kind; in build_binary_int_overflow() local
76 type_kind = LLVMGetTypeKind(type_ref); in build_binary_int_overflow()
78 debug_assert(type_kind == LLVMIntegerTypeKind); in build_binary_int_overflow()
/external/skqp/src/sksl/
DSkSLInterpreter.cpp179 static Interpreter::TypeKind type_kind(const Type& type) { in type_kind() function
276 switch (type_kind(b.fLeft->fType)) { \ in evaluate()
288 switch (type_kind(b.fLeft->fType)) { \ in evaluate()
298 switch (type_kind(b.fLeft->fType)) { \ in evaluate()
311 switch (type_kind(b.fLeft->fType)) { \ in evaluate()
328 switch (type_kind(b.fLeft->fType)) { \ in evaluate()
406 switch (type_kind(p.fType)) { in evaluate()
427 switch (type_kind(p.fType)) { in evaluate()
/external/skia/src/sksl/
DSkSLInterpreter.cpp179 static Interpreter::TypeKind type_kind(const Type& type) { in type_kind() function
276 switch (type_kind(b.fLeft->fType)) { \ in evaluate()
288 switch (type_kind(b.fLeft->fType)) { \ in evaluate()
298 switch (type_kind(b.fLeft->fType)) { \ in evaluate()
311 switch (type_kind(b.fLeft->fType)) { \ in evaluate()
328 switch (type_kind(b.fLeft->fType)) { \ in evaluate()
406 switch (type_kind(p.fType)) { in evaluate()
427 switch (type_kind(p.fType)) { in evaluate()