Searched refs:src_length (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c243 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? local in function:lp_build_float_to_r11g11b10
245 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length);
409 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? local in function:lp_build_r11g11b10_to_float
411 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_length);
467 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? local in function:lp_build_rgb9e5_to_float
469 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length);
470 struct lp_type u32_type = lp_type_uint_vec(32, 32 * src_length);
471 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_length);
H A Dlp_bld_pack.c1034 unsigned i, src_length; local in function:lp_build_pad_vector
1045 src_length = LLVMGetVectorSize(type);
1048 assert(dst_length >= src_length);
1050 if (src_length == dst_length)
1054 for (i = 0; i < src_length; ++i)
1058 for (i = src_length; i < dst_length; ++i)
1059 elems[i] = lp_build_const_int32(gallivm, src_length);
H A Dlp_bld_conv.c96 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? local in function:lp_build_half_to_float
99 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_length);
100 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length);
105 (src_length == 4 || src_length == 8)) {
107 if (src_length == 4) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c243 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? local in function:lp_build_float_to_r11g11b10
245 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length);
409 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? local in function:lp_build_r11g11b10_to_float
411 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_length);
467 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? local in function:lp_build_rgb9e5_to_float
469 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length);
470 struct lp_type u32_type = lp_type_uint_vec(32, 32 * src_length);
471 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_length);
H A Dlp_bld_conv.c104 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? local in function:lp_build_half_to_float
107 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_length);
108 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length);
113 (src_length == 4 || src_length == 8)) {
116 if (src_length == 4) {
138 LLVMVectorType(LLVMHalfTypeInContext(gallivm->context), src_length), "");
H A Dlp_bld_pack.c1034 unsigned i, src_length; local in function:lp_build_pad_vector
1045 src_length = LLVMGetVectorSize(type);
1048 assert(dst_length >= src_length);
1050 if (src_length == dst_length)
1054 for (i = 0; i < src_length; ++i)
1058 for (i = src_length; i < dst_length; ++i)
1059 elems[i] = lp_build_const_int32(gallivm, src_length);
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dwofftypes.h200 FT_ULong src_length; /* compressed table length */ member in struct:WOFF2_TableRec_
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfwoff2.c1577 table.src_offset, table.src_length ));
1587 if ( table.src_offset + table.src_length > transformed_buf_size )
1605 if ( table.src_length < 12 )
1616 table.src_length );
1620 table.src_length ) )
1925 table->src_length = table->TransformLength;
1947 last_table->src_length;

Completed in 14 milliseconds