/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_conv.c | 56 "dst_type\n"); 65 struct lp_type dst_type, 71 fprintf(fp, "%.1f\t", cycles / MAX2(src_type.length, dst_type.length)); 76 dump_type(fp, dst_type); 86 struct lp_type dst_type) 91 fprintf(fp, " dst_type="); 92 dump_type(fp, dst_type); 102 struct lp_type dst_type, unsigned num_dsts) 117 args[1] = LLVMPointerType(lp_build_vec_type(gallivm, dst_type), 0); 135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts) 390 const struct lp_type *dst_type; local 418 const struct lp_type *dst_type; local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_conv.c | 56 "dst_type\n"); 65 struct lp_type dst_type, 71 fprintf(fp, "%.1f\t", cycles / MAX2(src_type.length, dst_type.length)); 76 dump_type(fp, dst_type); 86 struct lp_type dst_type) 91 fprintf(fp, " dst_type="); 92 dump_type(fp, dst_type); 102 struct lp_type dst_type, unsigned num_dsts) 117 args[1] = LLVMPointerType(lp_build_vec_type(gallivm, dst_type), 0); 135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts) 390 const struct lp_type *dst_type; local 418 const struct lp_type *dst_type; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_pack.c | 277 struct lp_type dst_type, 287 assert(!dst_type.floating); 288 assert(dst_type.width == src_type.width * 2); 289 assert(dst_type.length * 2 == src_type.length); 291 if(dst_type.sign && src_type.sign) { 310 dst_vec_type = lp_build_vec_type(gallivm, dst_type); 326 struct lp_type dst_type, 334 assert(src_type.width * src_type.length == dst_type.width * dst_type.length); 337 assert(src_type.length == dst_type.length * num_dsts) [all...] |
lp_bld_conv.h | 59 struct lp_type dst_type, 66 struct lp_type dst_type, 73 struct lp_type dst_type,
|
lp_bld_pack.h | 65 struct lp_type dst_type, 74 struct lp_type dst_type, 93 struct lp_type dst_type, 101 struct lp_type dst_type, 109 struct lp_type dst_type, 117 struct lp_type dst_type,
|
lp_bld_conv.c | 43 * src_type.width * src_type.length == dst_type.width * dst_type.length 47 * src_type.length * num_srcs == dst_type.length * num_dsts 277 struct lp_type dst_type, 281 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, dst_type); 282 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, dst_type); 292 assert(dst_type.floating); 294 mantissa = lp_mantissa(dst_type); 306 lp_build_const_vec(gallivm, dst_type, scale), ""); 327 lp_build_const_int_vec(gallivm, dst_type, shift), "") [all...] |
lp_bld_format_aos_array.c | 44 * \param dst_type output type 51 struct lp_type dst_type, 69 assert(src_type.length <= dst_type.length); 90 if (src_type.length < dst_type.length) { 91 res = lp_build_pad_vector(gallivm, res, src_type, dst_type.length); 92 src_type.length = dst_type.length; 96 lp_build_conv(gallivm, src_type, dst_type, &res, 1, &res, 1); 99 lp_build_context_init(&bld, gallivm, dst_type);
|
lp_bld_tgsi_action.h | 64 LLVMTypeRef dst_type; member in struct:lp_build_emit_data 93 * 3. Setting the destination type in emit_data->dst_type (usually only
|
lp_bld_swizzle.h | 64 struct lp_type dst_type, 119 struct lp_type dst_type, 126 struct lp_type dst_type,
|
lp_bld_swizzle.c | 104 struct lp_type dst_type, 111 assert(src_type.floating == dst_type.floating); 112 assert(src_type.width == dst_type.width); 118 if (dst_type.length == 1) { 131 lp_build_vec_type(gallivm, dst_type), 136 if (dst_type.length > 1) { 143 LLVMVectorType(i32t, dst_type.length), 565 struct lp_type dst_type, 572 unsigned num_dst = dst_type.length; 601 struct lp_type dst_type, [all...] |
lp_bld_format.h | 97 struct lp_type dst_type,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_pack.c | 277 struct lp_type dst_type, 287 assert(!dst_type.floating); 288 assert(dst_type.width == src_type.width * 2); 289 assert(dst_type.length * 2 == src_type.length); 291 if(dst_type.sign && src_type.sign) { 310 dst_vec_type = lp_build_vec_type(gallivm, dst_type); 326 struct lp_type dst_type, 334 assert(src_type.width * src_type.length == dst_type.width * dst_type.length); 337 assert(src_type.length == dst_type.length * num_dsts) [all...] |
lp_bld_conv.h | 59 struct lp_type dst_type, 66 struct lp_type dst_type, 73 struct lp_type dst_type,
|
lp_bld_pack.h | 65 struct lp_type dst_type, 74 struct lp_type dst_type, 93 struct lp_type dst_type, 101 struct lp_type dst_type, 109 struct lp_type dst_type, 117 struct lp_type dst_type,
|
lp_bld_conv.c | 43 * src_type.width * src_type.length == dst_type.width * dst_type.length 47 * src_type.length * num_srcs == dst_type.length * num_dsts 277 struct lp_type dst_type, 281 LLVMTypeRef vec_type = lp_build_vec_type(gallivm, dst_type); 282 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, dst_type); 292 assert(dst_type.floating); 294 mantissa = lp_mantissa(dst_type); 306 lp_build_const_vec(gallivm, dst_type, scale), ""); 327 lp_build_const_int_vec(gallivm, dst_type, shift), "") [all...] |
lp_bld_format_aos_array.c | 44 * \param dst_type output type 51 struct lp_type dst_type, 69 assert(src_type.length <= dst_type.length); 90 if (src_type.length < dst_type.length) { 91 res = lp_build_pad_vector(gallivm, res, src_type, dst_type.length); 92 src_type.length = dst_type.length; 96 lp_build_conv(gallivm, src_type, dst_type, &res, 1, &res, 1); 99 lp_build_context_init(&bld, gallivm, dst_type);
|
lp_bld_tgsi_action.h | 64 LLVMTypeRef dst_type; member in struct:lp_build_emit_data 93 * 3. Setting the destination type in emit_data->dst_type (usually only
|
lp_bld_swizzle.h | 64 struct lp_type dst_type, 119 struct lp_type dst_type, 126 struct lp_type dst_type,
|
lp_bld_swizzle.c | 104 struct lp_type dst_type, 111 assert(src_type.floating == dst_type.floating); 112 assert(src_type.width == dst_type.width); 118 if (dst_type.length == 1) { 131 lp_build_vec_type(gallivm, dst_type), 136 if (dst_type.length > 1) { 143 LLVMVectorType(i32t, dst_type.length), 565 struct lp_type dst_type, 572 unsigned num_dst = dst_type.length; 601 struct lp_type dst_type, [all...] |
lp_bld_format.h | 97 struct lp_type dst_type,
|
/external/pixman/pixman/ |
pixman-mips-dspr2.h | 53 dst_type, dst_cnt) \ 55 pixman_composite_##name##_asm_mips (dst_type *dst, \ 64 dst_type *dst_line, *dst; \ 71 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 91 dst_type, dst_cnt) \ 93 pixman_composite_##name##_asm_mips (dst_type *dst, \ 102 dst_type *dst_line, *dst; \ 112 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 128 dst_type, dst_cnt) \ 130 pixman_composite_##name##_asm_mips (dst_type *dst, [all...] |
pixman-arm-common.h | 55 dst_type, dst_cnt) \ 59 dst_type *dst, \ 69 dst_type *dst_line; \ 75 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 84 dst_type, dst_cnt) \ 88 dst_type *dst, \ 97 dst_type *dst_line; \ 107 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \ 117 dst_type, dst_cnt) \ 121 dst_type *dst, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
radeon_llvm.h | 123 LLVMTypeRef dst_type; local 128 dst_type = LLVMInt32TypeInContext(ctx); 132 dst_type = LLVMFloatTypeInContext(ctx); 135 dst_type = 0; 139 if (dst_type) 140 return LLVMBuildBitCast(builder, value, dst_type, "");
|
/external/mesa3d/src/gallium/drivers/radeon/ |
radeon_llvm.h | 123 LLVMTypeRef dst_type; local 128 dst_type = LLVMInt32TypeInContext(ctx); 132 dst_type = LLVMFloatTypeInContext(ctx); 135 dst_type = 0; 139 if (dst_type) 140 return LLVMBuildBitCast(builder, value, dst_type, "");
|
/art/runtime/verifier/ |
register_line.cc | 283 const RegType& dst_type, 286 SetRegisterType(inst->VRegA_12x(), dst_type); 307 const RegType& dst_type, 310 SetRegisterType(inst->VRegA_12x(), dst_type); 315 const RegType& dst_type, 323 DCHECK(dst_type.IsInteger()); 330 SetRegisterType(inst->VRegA_23x(), dst_type); 354 const RegType& dst_type, const RegType& src_type1, 361 DCHECK(dst_type.IsInteger()); 368 SetRegisterType(vregA, dst_type); [all...] |