/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 63 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(lc), 0), in lp_jit_create_types() 125 elem_types[LP_JIT_CTX_CONSTANTS] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0); in lp_jit_create_types() 129 elem_types[LP_JIT_CTX_BLEND_COLOR] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_types() 163 lp->jit_context_ptr_type = LLVMPointerType(context_type, 0); in lp_jit_create_types()
|
D | lp_bld_interp.c | 198 LLVMPointerType(setup_bld->vec_type, 0), ""); in coeffs_init_simple() 203 LLVMPointerType(setup_bld->vec_type, 0), ""); in coeffs_init_simple() 214 LLVMPointerType(setup_bld->vec_type, 0), ""); in coeffs_init_simple() 404 LLVMPointerType(setup_bld->vec_type, 0), ""); in coeffs_init() 409 LLVMPointerType(setup_bld->vec_type, 0), ""); in coeffs_init() 420 LLVMPointerType(setup_bld->vec_type, 0), ""); in coeffs_init() 594 LLVMTypeRef ptr_type = LLVMPointerType(LLVMFloatTypeInContext( in attribs_update()
|
D | lp_test_arit.c | 257 LLVMTypeRef args[2] = { LLVMPointerType(vf32t, 0), LLVMPointerType(vf32t, 0) }; in build_unary_test_func()
|
D | lp_state_setup.c | 712 arg_types[0] = LLVMPointerType(vec4f_type, 0); /* v0 */ in generate_setup_variant() 713 arg_types[1] = LLVMPointerType(vec4f_type, 0); /* v1 */ in generate_setup_variant() 714 arg_types[2] = LLVMPointerType(vec4f_type, 0); /* v2 */ in generate_setup_variant() 716 arg_types[4] = LLVMPointerType(vec4f_type, 0); /* a0, aligned */ in generate_setup_variant() 717 arg_types[5] = LLVMPointerType(vec4f_type, 0); /* dadx, aligned */ in generate_setup_variant() 718 arg_types[6] = LLVMPointerType(vec4f_type, 0); /* dady, aligned */ in generate_setup_variant()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 63 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(lc), 0), in lp_jit_create_types() 125 elem_types[LP_JIT_CTX_CONSTANTS] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0); in lp_jit_create_types() 129 elem_types[LP_JIT_CTX_BLEND_COLOR] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_types() 163 lp->jit_context_ptr_type = LLVMPointerType(context_type, 0); in lp_jit_create_types()
|
D | lp_bld_interp.c | 198 LLVMPointerType(setup_bld->vec_type, 0), ""); in coeffs_init_simple() 203 LLVMPointerType(setup_bld->vec_type, 0), ""); in coeffs_init_simple() 214 LLVMPointerType(setup_bld->vec_type, 0), ""); in coeffs_init_simple() 404 LLVMPointerType(setup_bld->vec_type, 0), ""); in coeffs_init() 409 LLVMPointerType(setup_bld->vec_type, 0), ""); in coeffs_init() 420 LLVMPointerType(setup_bld->vec_type, 0), ""); in coeffs_init() 594 LLVMTypeRef ptr_type = LLVMPointerType(LLVMFloatTypeInContext( in attribs_update()
|
D | lp_test_arit.c | 257 LLVMTypeRef args[2] = { LLVMPointerType(vf32t, 0), LLVMPointerType(vf32t, 0) }; in build_unary_test_func()
|
D | lp_state_setup.c | 712 arg_types[0] = LLVMPointerType(vec4f_type, 0); /* v0 */ in generate_setup_variant() 713 arg_types[1] = LLVMPointerType(vec4f_type, 0); /* v1 */ in generate_setup_variant() 714 arg_types[2] = LLVMPointerType(vec4f_type, 0); /* v2 */ in generate_setup_variant() 716 arg_types[4] = LLVMPointerType(vec4f_type, 0); /* a0, aligned */ in generate_setup_variant() 717 arg_types[5] = LLVMPointerType(vec4f_type, 0); /* dadx, aligned */ in generate_setup_variant() 718 arg_types[6] = LLVMPointerType(vec4f_type, 0); /* dady, aligned */ in generate_setup_variant()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.c | 52 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem_ptr() 83 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0); in lp_build_gather_elem() 88 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem()
|
D | lp_bld_printf.c | 56 assert(LLVMTypeOf(args[0]) == LLVMPointerType(LLVMInt8TypeInContext(context), 0)); in lp_build_print_args() 68 …func_printf = LLVMBuildBitCast(builder, func_printf, LLVMPointerType(printf_type, 0), "debug_print… in lp_build_print_args()
|
D | lp_bld_assert.c | 76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0); in lp_build_assert()
|
D | lp_bld_format_aos.c | 521 LLVMTypeRef pi8t = LLVMPointerType(i8t, 0); in lp_build_fetch_rgba_aos() 561 LLVMPointerType(function_type, 0), in lp_build_fetch_rgba_aos() 625 LLVMTypeRef pf32t = LLVMPointerType(f32t, 0); in lp_build_fetch_rgba_aos() 626 LLVMTypeRef pi8t = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_fetch_rgba_aos()
|
D | lp_bld_format_aos_array.c | 76 ptr = LLVMBuildPointerCast(builder, ptr, LLVMPointerType(src_vec_type, 0), ""); in lp_build_fetch_rgba_aos_array()
|
D | lp_bld_const.h | 146 LLVMPointerType(int_type, 0), in lp_build_const_int_pointer()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.c | 52 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem_ptr() 83 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0); in lp_build_gather_elem() 88 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem()
|
D | lp_bld_printf.c | 56 assert(LLVMTypeOf(args[0]) == LLVMPointerType(LLVMInt8TypeInContext(context), 0)); in lp_build_print_args() 68 …func_printf = LLVMBuildBitCast(builder, func_printf, LLVMPointerType(printf_type, 0), "debug_print… in lp_build_print_args()
|
D | lp_bld_assert.c | 76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0); in lp_build_assert()
|
D | lp_bld_format_aos.c | 521 LLVMTypeRef pi8t = LLVMPointerType(i8t, 0); in lp_build_fetch_rgba_aos() 561 LLVMPointerType(function_type, 0), in lp_build_fetch_rgba_aos() 625 LLVMTypeRef pf32t = LLVMPointerType(f32t, 0); in lp_build_fetch_rgba_aos() 626 LLVMTypeRef pi8t = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_fetch_rgba_aos()
|
D | lp_bld_format_aos_array.c | 76 ptr = LLVMBuildPointerCast(builder, ptr, LLVMPointerType(src_vec_type, 0), ""); in lp_build_fetch_rgba_aos_array()
|
D | lp_bld_const.h | 146 LLVMPointerType(int_type, 0), in lp_build_const_int_pointer()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 86 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), in create_jit_texture_type() 161 elem_types[0] = LLVMPointerType(float_type, 0); /* vs_constants */ in create_jit_context_type() 162 elem_types[1] = LLVMPointerType(float_type, 0); /* gs_constants */ in create_jit_context_type() 163 elem_types[2] = LLVMPointerType(LLVMArrayType(LLVMArrayType(float_type, 4), in create_jit_context_type() 165 elem_types[3] = LLVMPointerType(float_type, 0); /* viewport */ in create_jit_context_type() 205 elem_types[3] = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); /* vs_constants */ in create_jit_vertex_buffer_type() 295 variant->context_ptr_type = LLVMPointerType(context_type, 0); in create_jit_types() 297 buffer_type = LLVMPointerType(LLVMIntTypeInContext(gallivm->context, 8), 0); in create_jit_types() 298 variant->buffer_ptr_type = LLVMPointerType(buffer_type, 0); in create_jit_types() 301 variant->vb_ptr_type = LLVMPointerType(vb_type, 0); in create_jit_types() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 86 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), in create_jit_texture_type() 161 elem_types[0] = LLVMPointerType(float_type, 0); /* vs_constants */ in create_jit_context_type() 162 elem_types[1] = LLVMPointerType(float_type, 0); /* gs_constants */ in create_jit_context_type() 163 elem_types[2] = LLVMPointerType(LLVMArrayType(LLVMArrayType(float_type, 4), in create_jit_context_type() 165 elem_types[3] = LLVMPointerType(float_type, 0); /* viewport */ in create_jit_context_type() 205 elem_types[3] = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); /* vs_constants */ in create_jit_vertex_buffer_type() 295 variant->context_ptr_type = LLVMPointerType(context_type, 0); in create_jit_types() 297 buffer_type = LLVMPointerType(LLVMIntTypeInContext(gallivm->context, 8), 0); in create_jit_types() 298 variant->buffer_ptr_type = LLVMPointerType(buffer_type, 0); in create_jit_types() 301 variant->vb_ptr_type = LLVMPointerType(vb_type, 0); in create_jit_types() [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_shader.c | 162 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE); in use_sgpr() 178 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE); in use_sgpr() 185 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE); in use_sgpr() 193 ret_type = LLVMPointerType(ret_type, USER_SGPR_ADDR_SPACE); in use_sgpr()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
D | radeonsi_shader.c | 162 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE); in use_sgpr() 178 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE); in use_sgpr() 185 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE); in use_sgpr() 193 ret_type = LLVMPointerType(ret_type, USER_SGPR_ADDR_SPACE); in use_sgpr()
|
/external/llvm/tools/llvm-c-test/ |
D | calc.c | 121 LLVMTypeRef I64Ptrty = LLVMPointerType(I64ty, 0); in handle_line()
|