Home
last modified time | relevance | path

Searched refs:LLVMInt8TypeInContext (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c52 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem_ptr()
88 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem()
Dlp_bld_assert.c76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0); in lp_build_assert()
Dlp_bld_printf.c56 assert(LLVMTypeOf(args[0]) == LLVMPointerType(LLVMInt8TypeInContext(context), 0)); in lp_build_print_args()
Dlp_bld_format_yuv.c316 LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n), ""); in rgb_to_rgba_aos()
486 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n)); in lp_build_fetch_subsampled_rgba_aos()
Dlp_bld_logic.c161 args[2] = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), cc, 0); in lp_build_compare()
523 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16); in lp_build_select()
Dlp_bld_format_aos.c520 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
626 LLVMTypeRef pi8t = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_fetch_rgba_aos()
Dlp_bld_const.c445 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context); in lp_build_const_string()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c63 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(lc), 0), in lp_jit_create_types()
129 elem_types[LP_JIT_CTX_BLEND_COLOR] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_types()
Dlp_test_format.c100 args[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0); in add_fetch_rgba_test()
Dlp_bld_depth.c472 LLVMTypeRef i8vntype = LLVMVectorType(LLVMInt8TypeInContext(context), type.length * 4); in lp_build_occlusion_count()
Dlp_state_fs.c777 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); in generate_fragment()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c86 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), in create_jit_texture_type()
205 elem_types[3] = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); /* vs_constants */ in create_jit_vertex_buffer_type()
/external/llvm/include/llvm-c/
DCore.h711 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp303 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) { in LLVMInt8TypeInContext() function
326 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c257 return LLVMInt8TypeInContext(Context); in llvm_i8_type()
/external/llvm/bindings/go/llvm/
Dir.go481 func (c Context) Int8Type() (t Type) { t.C = C.LLVMInt8TypeInContext(c.C); return }