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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 52 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
83 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0);
88 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
lp_bld_assert.c 76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0);
lp_bld_printf.c 56 assert(LLVMTypeOf(args[0]) == LLVMPointerType(LLVMInt8TypeInContext(context), 0));
68 func_printf = LLVMBuildBitCast(builder, func_printf, LLVMPointerType(printf_type, 0), "debug_printf");
lp_bld_const.h 146 LLVMPointerType(int_type, 0),
lp_bld_format_aos_array.c 76 ptr = LLVMBuildPointerCast(builder, ptr, LLVMPointerType(src_vec_type, 0), "");
lp_bld_format_aos.c 521 LLVMTypeRef pi8t = LLVMPointerType(i8t, 0);
561 LLVMPointerType(function_type, 0),
625 LLVMTypeRef pf32t = LLVMPointerType(f32t, 0);
626 LLVMTypeRef pi8t = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0);
lp_bld_const.c 450 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0));
477 LLVMPointerType(function_type, 0),
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 52 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
83 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0);
88 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
lp_bld_assert.c 76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0);
lp_bld_printf.c 56 assert(LLVMTypeOf(args[0]) == LLVMPointerType(LLVMInt8TypeInContext(context), 0));
68 func_printf = LLVMBuildBitCast(builder, func_printf, LLVMPointerType(printf_type, 0), "debug_printf");
lp_bld_const.h 146 LLVMPointerType(int_type, 0),
lp_bld_format_aos_array.c 76 ptr = LLVMBuildPointerCast(builder, ptr, LLVMPointerType(src_vec_type, 0), "");
lp_bld_format_aos.c 521 LLVMTypeRef pi8t = LLVMPointerType(i8t, 0);
561 LLVMPointerType(function_type, 0),
625 LLVMTypeRef pf32t = LLVMPointerType(f32t, 0);
626 LLVMTypeRef pi8t = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0);
lp_bld_const.c 450 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0));
477 LLVMPointerType(function_type, 0),
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_jit.c 63 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(lc), 0),
125 elem_types[LP_JIT_CTX_CONSTANTS] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0);
129 elem_types[LP_JIT_CTX_BLEND_COLOR] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0);
163 lp->jit_context_ptr_type = LLVMPointerType(context_type, 0);
lp_test_arit.c 257 LLVMTypeRef args[2] = { LLVMPointerType(vf32t, 0), LLVMPointerType(vf32t, 0) };
lp_bld_interp.c 198 LLVMPointerType(setup_bld->vec_type, 0), "");
203 LLVMPointerType(setup_bld->vec_type, 0), "");
214 LLVMPointerType(setup_bld->vec_type, 0), "");
404 LLVMPointerType(setup_bld->vec_type, 0), "");
409 LLVMPointerType(setup_bld->vec_type, 0), "");
420 LLVMPointerType(setup_bld->vec_type, 0), "");
594 LLVMTypeRef ptr_type = LLVMPointerType(LLVMFloatTypeInContext(
lp_test_format.c 99 args[0] = LLVMPointerType(lp_build_vec_type(gallivm, type), 0);
100 args[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 63 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(lc), 0),
125 elem_types[LP_JIT_CTX_CONSTANTS] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0);
129 elem_types[LP_JIT_CTX_BLEND_COLOR] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0);
163 lp->jit_context_ptr_type = LLVMPointerType(context_type, 0);
lp_test_arit.c 257 LLVMTypeRef args[2] = { LLVMPointerType(vf32t, 0), LLVMPointerType(vf32t, 0) };
lp_bld_interp.c 198 LLVMPointerType(setup_bld->vec_type, 0), "");
203 LLVMPointerType(setup_bld->vec_type, 0), "");
214 LLVMPointerType(setup_bld->vec_type, 0), "");
404 LLVMPointerType(setup_bld->vec_type, 0), "");
409 LLVMPointerType(setup_bld->vec_type, 0), "");
420 LLVMPointerType(setup_bld->vec_type, 0), "");
594 LLVMTypeRef ptr_type = LLVMPointerType(LLVMFloatTypeInContext(
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 86 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0),
161 elem_types[0] = LLVMPointerType(float_type, 0); /* vs_constants */
162 elem_types[1] = LLVMPointerType(float_type, 0); /* gs_constants */
163 elem_types[2] = LLVMPointerType(LLVMArrayType(LLVMArrayType(float_type, 4),
165 elem_types[3] = LLVMPointerType(float_type, 0); /* viewport */
205 elem_types[3] = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); /* vs_constants */
295 variant->context_ptr_type = LLVMPointerType(context_type, 0);
297 buffer_type = LLVMPointerType(LLVMIntTypeInContext(gallivm->context, 8), 0);
298 variant->buffer_ptr_type = LLVMPointerType(buffer_type, 0);
301 variant->vb_ptr_type = LLVMPointerType(vb_type, 0)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 86 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0),
161 elem_types[0] = LLVMPointerType(float_type, 0); /* vs_constants */
162 elem_types[1] = LLVMPointerType(float_type, 0); /* gs_constants */
163 elem_types[2] = LLVMPointerType(LLVMArrayType(LLVMArrayType(float_type, 4),
165 elem_types[3] = LLVMPointerType(float_type, 0); /* viewport */
205 elem_types[3] = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); /* vs_constants */
295 variant->context_ptr_type = LLVMPointerType(context_type, 0);
297 buffer_type = LLVMPointerType(LLVMIntTypeInContext(gallivm->context, 8), 0);
298 variant->buffer_ptr_type = LLVMPointerType(buffer_type, 0);
301 variant->vb_ptr_type = LLVMPointerType(vb_type, 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 162 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE);
178 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE);
185 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE);
193 ret_type = LLVMPointerType(ret_type, USER_SGPR_ADDR_SPACE);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 162 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE);
178 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE);
185 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE);
193 ret_type = LLVMPointerType(ret_type, USER_SGPR_ADDR_SPACE);

Completed in 185 milliseconds

1 2