HomeSort by relevance Sort by last modified time
    Searched full:type_kind (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 83 LLVMTypeKind type_kind; local
92 type_kind = LLVMGetTypeKind(type_ref);
94 if (type_kind == LLVMVectorTypeKind) {
98 type_kind = LLVMGetTypeKind(type_ref);
103 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) {
108 } else if (type_kind == LLVMIntegerTypeKind) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 83 LLVMTypeKind type_kind; local
92 type_kind = LLVMGetTypeKind(type_ref);
94 if (type_kind == LLVMVectorTypeKind) {
98 type_kind = LLVMGetTypeKind(type_ref);
103 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) {
108 } else if (type_kind == LLVMIntegerTypeKind) {

Completed in 400 milliseconds