HomeSort by relevance Sort by last modified time
    Searched refs:LLVMInt8TypeInContext (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_assert.c 76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0);
lp_bld_gather.c 52 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
88 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
lp_bld_printf.c 56 assert(LLVMTypeOf(args[0]) == LLVMPointerType(LLVMInt8TypeInContext(context), 0));
lp_bld_format_yuv.c 316 LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n), "");
486 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n));
lp_bld_logic.c 161 args[2] = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), cc, 0);
523 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16);
lp_bld_format_aos.c 520 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context);
626 LLVMTypeRef pi8t = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0);
lp_bld_const.c 445 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_assert.c 76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0);
lp_bld_gather.c 52 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
88 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
lp_bld_printf.c 56 assert(LLVMTypeOf(args[0]) == LLVMPointerType(LLVMInt8TypeInContext(context), 0));
lp_bld_format_yuv.c 316 LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n), "");
486 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n));
lp_bld_logic.c 161 args[2] = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), cc, 0);
523 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16);
lp_bld_format_aos.c 520 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context);
626 LLVMTypeRef pi8t = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0);
lp_bld_const.c 445 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_jit.c 63 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(lc), 0),
129 elem_types[LP_JIT_CTX_BLEND_COLOR] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0);
lp_test_format.c 100 args[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0);
lp_bld_depth.c 472 LLVMTypeRef i8vntype = LLVMVectorType(LLVMInt8TypeInContext(context), type.length * 4);
lp_state_fs.c 777 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 63 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(lc), 0),
129 elem_types[LP_JIT_CTX_BLEND_COLOR] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0);
lp_test_format.c 100 args[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0);
lp_bld_depth.c 472 LLVMTypeRef i8vntype = LLVMVectorType(LLVMInt8TypeInContext(context), type.length * 4);
lp_state_fs.c 777 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 86 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0),
205 elem_types[3] = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); /* vs_constants */
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 86 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0),
205 elem_types[3] = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); /* vs_constants */
    [all...]
  /external/llvm/include/llvm-c/
Core.h 705 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
    [all...]

Completed in 251 milliseconds

1 2