Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c58 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem_ptr()
96 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem()
177 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem_vec()
275 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_avx2()
Dlp_bld_assert.c76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0); in lp_build_assert()
Dlp_bld_format_cached.c151 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in update_cached_block()
258 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_cached_texels()
Dlp_bld_logic.c378 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 32); in lp_build_select()
391 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16); in lp_build_select()
Dlp_bld_printf.c57 assert(LLVMTypeOf(args[0]) == LLVMPointerType(LLVMInt8TypeInContext(context), 0)); in lp_build_print_args()
Dlp_bld_format_yuv.c355 LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n), ""); in rgb_to_rgba_aos()
527 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n)); in lp_build_fetch_subsampled_rgba_aos()
Dlp_bld_const.c449 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context); in lp_build_const_string()
Dlp_bld_format_aos.c770 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
876 LLVMTypeRef pi8t = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_fetch_rgba_aos()
Dlp_bld_arit.c3758 LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), ""); in lp_build_fpstate_get()
3805 LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), ""); in lp_build_fpstate_set()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c80 elem_types[LP_JIT_TEXTURE_BASE] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_types()
160 elem_types[LP_JIT_CTX_U8_BLEND_COLOR] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_types()
Dlp_test_format.c104 args[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0); in add_fetch_rgba_test()
Dlp_bld_depth.c464 LLVMTypeRef i8vntype = LLVMVectorType(LLVMInt8TypeInContext(context), type.length * 4); in lp_build_occlusion_count()
Dlp_state_fs.c2395 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); in generate_fragment()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c129 LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in create_jit_texture_type()
358 elem_types[3] = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in create_jit_vertex_buffer_type()
1344 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); in clipmask_booli8()
1589 func_type = LLVMFunctionType(LLVMInt8TypeInContext(context), in draw_llvm_generate()
1659 LLVMPointerType(LLVMInt8TypeInContext(context), 0), ""); in draw_llvm_generate()
1753 LLVMPointerType(LLVMInt8TypeInContext(context), 0), ""); in draw_llvm_generate()
1839 LLVMPointerType(LLVMInt8TypeInContext(context), in draw_llvm_generate()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp184 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) { in LLVMInt8TypeInContext() function
204 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h370 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1357 ctx->i8 = LLVMInt8TypeInContext(ctx->gallivm.context); in si_llvm_context_init()
/external/llvm/include/llvm-c/
DCore.h849 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp383 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) { in LLVMInt8TypeInContext() function
406 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c193 return LLVMInt8TypeInContext(Context); in llvm_i8_type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c302 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 }