/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_coro.c | 47 …coro_id_args[1] = LLVMConstPointerNull(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)… in lp_build_coro_id() 73 … LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), in lp_build_coro_begin() 86 LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), in lp_build_coro_free() 132 LLVMInt8TypeInContext(gallivm->context), in lp_build_coro_suspend() 170 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_declare_malloc_hooks() 181 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_begin_alloc_mem() 208 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_alloc_mem_array() 243 …LLVMAddCase(myswitch, LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 1, 0), sus_info->clean… in lp_build_coro_suspend_switch() 245 … LLVMAddCase(myswitch, LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 0, 0), resume_block); in lp_build_coro_suspend_switch()
|
D | lp_bld_gather.c | 58 ASSERTED LLVMTypeRef element_type = LLVMInt8TypeInContext(gallivm->context); in lp_build_gather_elem_ptr() 96 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem() 176 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem_vec() 300 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_avx2()
|
D | lp_bld_assert.c | 76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0); in lp_build_assert()
|
D | lp_bld_format_aos_array.c | 81 LLVMTypeRef byte_type = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos_array()
|
D | lp_bld_nir_aos.c | 78 LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), val, 0); in lp_nir_aos_conv_const() 84 LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), val, 0); in lp_nir_aos_conv_const()
|
D | lp_bld_logic.c | 387 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 32); in lp_build_select() 400 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16); in lp_build_select()
|
D | lp_bld_printf.c | 63 assert(LLVMTypeOf(args[0]) == LLVMPointerType(LLVMInt8TypeInContext(context), 0)); in lp_build_print_args()
|
D | lp_bld_format_yuv.c | 354 LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n), ""); in rgb_to_rgba_aos() 526 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n)); in lp_build_fetch_subsampled_rgba_aos()
|
D | lp_bld_nir_soa.c | 104 return LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 0, 0); in lp_build_zero_bits() 801 …addr_ptr = LLVMBuildIntToPtr(builder, addr_ptr, LLVMPointerType(LLVMInt8TypeInContext(gallivm->con… in global_addr_to_ptr() 902 … value_ptr = LLVMBuildBitCast(builder, value_ptr, LLVMInt8TypeInContext(gallivm->context), ""); in emit_store_global() 2305 store_val = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), UINT8_MAX, 0); in emit_reduce() 2322 store_val = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), INT8_MAX, 0); in emit_reduce() 2339 store_val = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), INT8_MIN, 0); in emit_reduce() 2356 store_val = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 1, 0); in emit_reduce() 2373 store_val = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 0xff, 0); in emit_reduce() 2808 LLVMInt8TypeInContext(gallivm->context), in lp_build_nir_soa()
|
D | lp_bld_const.c | 438 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context); in lp_build_const_string()
|
D | lp_bld_format_aos.c | 805 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos() 912 LLVMTypeRef pi8t = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_fetch_rgba_aos()
|
D | lp_bld_format_soa.c | 1094 LLVMTypeRef int8_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_store_rgba_soa() 1115 data = LLVMBuildTrunc(gallivm->builder, data, LLVMInt8TypeInContext(gallivm->context), ""); in lp_build_store_rgba_soa()
|
D | lp_bld_format_s3tc.c | 1775 LLVMTypeRef type8s = LLVMInt8TypeInContext(gallivm->context); in s3tc_decode_block_dxt5() 1993 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in update_cached_block() 2050 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in compressed_fetch_cached() 2199 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_s3tc_rgba_aos() 2564 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_rgtc_rgba_aos()
|
D | lp_bld_arit.c | 3726 LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), ""); in lp_build_fpstate_get() 3774 LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), ""); in lp_build_fpstate_set()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 60 elem_types[LP_JIT_TEXTURE_BASE] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in create_jit_texture_type() 152 elem_types[LP_JIT_IMAGE_BASE] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in create_jit_image_type() 238 elem_types[LP_JIT_CTX_U8_BLEND_COLOR] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_types() 330 ret_type = LLVMPointerType(LLVMVectorType(LLVMInt8TypeInContext(lc), 16), 0); in lp_jit_create_types() 332 arg_types[0] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_types() 351 elem_types[LP_JIT_LINEAR_CTX_CONSTANTS] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_types() 356 elem_types[LP_JIT_LINEAR_CTX_COLOR0] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_types() 358 elem_types[LP_JIT_LINEAR_CTX_ALPHA_REF] = LLVMInt8TypeInContext(lc); in lp_jit_create_types() 464 elem_types[LP_JIT_CS_CTX_KERNEL_ARGS] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_cs_types()
|
D | lp_test_format.c | 103 args[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0); in add_fetch_rgba_test()
|
D | lp_bld_interp.c | 451 LLVMTypeRef u8ptr = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_interp_soa_indirect() 556 … LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), ""); in lp_build_interp_soa()
|
D | lp_state_fs_linear_llvm.c | 253 LLVMTypeRef int8t = LLVMInt8TypeInContext(gallivm->context); in llvmpipe_fs_variant_linear_llvm()
|
D | lp_state_cs.c | 124 arg_types[18] = LLVMPointerType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), 0); in generate_compute() 128 coro_func_type = LLVMFunctionType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), in generate_compute() 198 LLVMTypeRef hdl_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in generate_compute()
|
D | lp_bld_depth.c | 466 LLVMTypeRef i8vntype = LLVMVectorType(LLVMInt8TypeInContext(context), type.length * 4); in lp_build_occlusion_count()
|
D | lp_state_fs.c | 3064 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); in generate_fragment()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 159 LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in create_jit_texture_type() 270 LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in create_jit_image_type() 472 elem_types[1] = LLVMInt8TypeInContext(gallivm->context); in create_jit_vertex_buffer_type() 474 elem_types[3] = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in create_jit_vertex_buffer_type() 1700 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); in clipmask_booli8() 1971 func_type = LLVMFunctionType(LLVMInt8TypeInContext(context), in draw_llvm_generate() 2046 LLVMPointerType(LLVMInt8TypeInContext(context), 0), ""); in draw_llvm_generate() 2047 … fake_buf_ptr = LLVMBuildGEP2(builder, LLVMInt8TypeInContext(context), fake_buf, &bld.zero, 1, ""); in draw_llvm_generate() 2143 LLVMTypeRef byte_type = LLVMInt8TypeInContext(context); in draw_llvm_generate() 2232 LLVMPointerType(LLVMInt8TypeInContext(context), in draw_llvm_generate() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 1130 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLJIT.cpp | 107 fInt8Type = LLVMInt8TypeInContext(fContext); in JIT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 549 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) { in LLVMInt8TypeInContext() function 572 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
|