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

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_aos_array.c 59 struct lp_type src_type; local
61 memset(&src_type, 0, sizeof src_type);
62 src_type.floating = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FLOAT;
63 src_type.fixed = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FIXED;
64 src_type.sign = format_desc->channel[0].type != UTIL_FORMAT_TYPE_UNSIGNED;
65 src_type.norm = format_desc->channel[0].normalized;
66 src_type.width = format_desc->channel[0].size;
67 src_type.length = format_desc->nr_channels;
69 assert(src_type.length <= dst_type.length)
    [all...]
lp_bld_pack.c 184 struct lp_type src_type,
191 assert(src_type.length * num_vectors <= Elements(shuffles));
194 new_length = src_type.length;
276 struct lp_type src_type,
286 assert(!src_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) {
293 msb = LLVMBuildAShr(builder, src, lp_build_const_int_vec(gallivm, src_type, src_type.width - 1), "")
    [all...]
lp_bld_conv.h 47 struct lp_type src_type,
52 struct lp_type src_type,
65 struct lp_type src_type,
72 struct lp_type src_type,
lp_bld_pack.h 64 struct lp_type src_type,
73 struct lp_type src_type,
87 struct lp_type src_type,
92 struct lp_type src_type,
100 struct lp_type src_type,
108 struct lp_type src_type,
116 struct lp_type src_type,
125 struct lp_type src_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
81 * @param src_type <vector> type of int16
88 struct lp_type src_type,
91 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_type.length);
92 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_type.length);
153 struct lp_type src_type,
158 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, src_type);
162 assert(src_type.floating)
    [all...]
lp_bld_intr.c 145 struct lp_type src_type,
151 struct lp_type intrin_type = src_type;
155 unsigned intrin_length = intr_size / src_type.width;
159 if (intrin_length > src_type.length) {
163 for (i = 0; i < src_type.length; i++) {
169 if (src_type.length == 1) {
180 if (src_type.length > 1) {
181 constvec = LLVMConstVector(elems, src_type.length);
188 else if (intrin_length < src_type.length) {
189 unsigned num_vec = src_type.length / intrin_length
    [all...]
lp_bld_swizzle.h 63 struct lp_type src_type,
118 struct lp_type src_type,
125 struct lp_type src_type,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos_array.c 59 struct lp_type src_type; local
61 memset(&src_type, 0, sizeof src_type);
62 src_type.floating = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FLOAT;
63 src_type.fixed = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FIXED;
64 src_type.sign = format_desc->channel[0].type != UTIL_FORMAT_TYPE_UNSIGNED;
65 src_type.norm = format_desc->channel[0].normalized;
66 src_type.width = format_desc->channel[0].size;
67 src_type.length = format_desc->nr_channels;
69 assert(src_type.length <= dst_type.length)
    [all...]
lp_bld_pack.c 184 struct lp_type src_type,
191 assert(src_type.length * num_vectors <= Elements(shuffles));
194 new_length = src_type.length;
276 struct lp_type src_type,
286 assert(!src_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) {
293 msb = LLVMBuildAShr(builder, src, lp_build_const_int_vec(gallivm, src_type, src_type.width - 1), "")
    [all...]
lp_bld_conv.h 47 struct lp_type src_type,
52 struct lp_type src_type,
65 struct lp_type src_type,
72 struct lp_type src_type,
lp_bld_pack.h 64 struct lp_type src_type,
73 struct lp_type src_type,
87 struct lp_type src_type,
92 struct lp_type src_type,
100 struct lp_type src_type,
108 struct lp_type src_type,
116 struct lp_type src_type,
125 struct lp_type src_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
81 * @param src_type <vector> type of int16
88 struct lp_type src_type,
91 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_type.length);
92 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_type.length);
153 struct lp_type src_type,
158 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, src_type);
162 assert(src_type.floating)
    [all...]
lp_bld_intr.c 145 struct lp_type src_type,
151 struct lp_type intrin_type = src_type;
155 unsigned intrin_length = intr_size / src_type.width;
159 if (intrin_length > src_type.length) {
163 for (i = 0; i < src_type.length; i++) {
169 if (src_type.length == 1) {
180 if (src_type.length > 1) {
181 constvec = LLVMConstVector(elems, src_type.length);
188 else if (intrin_length < src_type.length) {
189 unsigned num_vec = src_type.length / intrin_length
    [all...]
lp_bld_swizzle.h 63 struct lp_type src_type,
118 struct lp_type src_type,
125 struct lp_type src_type,
  /art/runtime/entrypoints/portable/
portable_cast_entrypoints.cc 24 const mirror::Class* src_type)
27 DCHECK(src_type != NULL);
28 return dest_type->IsAssignableFrom(src_type) ? 1 : 0;
32 const mirror::Class* src_type)
35 DCHECK(src_type->IsClass()) << PrettyClass(src_type);
36 if (UNLIKELY(!dest_type->IsAssignableFrom(src_type))) {
37 ThrowClassCastException(dest_type, src_type);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_conv.c 55 "src_type\t"
64 struct lp_type src_type,
71 fprintf(fp, "%.1f\t", cycles / MAX2(src_type.length, dst_type.length));
73 dump_type(fp, src_type);
85 struct lp_type src_type,
88 fprintf(fp, "src_type=");
89 dump_type(fp, src_type);
101 struct lp_type src_type, unsigned num_srcs,
116 args[0] = LLVMPointerType(lp_build_vec_type(gallivm, src_type), 0);
135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts)
389 const struct lp_type *src_type; local
417 const struct lp_type *src_type; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 55 "src_type\t"
64 struct lp_type src_type,
71 fprintf(fp, "%.1f\t", cycles / MAX2(src_type.length, dst_type.length));
73 dump_type(fp, src_type);
85 struct lp_type src_type,
88 fprintf(fp, "src_type=");
89 dump_type(fp, src_type);
101 struct lp_type src_type, unsigned num_srcs,
116 args[0] = LLVMPointerType(lp_build_vec_type(gallivm, src_type), 0);
135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts)
389 const struct lp_type *src_type; local
417 const struct lp_type *src_type; local
    [all...]
  /external/pixman/pixman/
pixman-mips-dspr2.h 52 src_type, src_cnt, \
56 src_type *src, \
65 src_type *src_line, *src; \
69 PIXMAN_IMAGE_GET_LINE (src_image, src_x, src_y, src_type, \
169 src_type, src_cnt, \
173 src_type *src, \
183 src_type *src_line, *src; \
195 PIXMAN_IMAGE_GET_LINE (src_image, src_x, src_y, src_type, \
211 #define PIXMAN_MIPS_BIND_FAST_PATH_SRC_MASK_DST(name, src_type, src_cnt, \
216 src_type *src,
    [all...]
pixman-arm-common.h 54 src_type, src_cnt, \
61 src_type *src, \
70 src_type *src_line; \
73 PIXMAN_IMAGE_GET_LINE (src_image, src_x, src_y, src_type, \
156 src_type, src_cnt, \
163 src_type *src, \
173 src_type *src_line; \
185 PIXMAN_IMAGE_GET_LINE (src_image, src_x, src_y, src_type, \
195 src_type, src_cnt, \
203 src_type *src,
    [all...]
  /art/runtime/entrypoints/quick/
quick_cast_entrypoints.cc 35 extern "C" int artCheckCastFromCode(mirror::Class* src_type, mirror::Class* dest_type,
38 DCHECK(src_type->IsClass()) << PrettyClass(src_type);
40 if (LIKELY(dest_type->IsAssignableFrom(src_type))) {
44 ThrowClassCastException(dest_type, src_type);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_variable.h 84 unsigned int src_type,
89 unsigned int src_type,
radeon_variable.c 83 unsigned int src_type = rc_source_type_swz( local
95 if (rc_pair_remove_src(reader->Inst, src_type,
102 if (src_type & RC_SOURCE_RGB) {
110 if (src_type & RC_SOURCE_ALPHA) {
121 src_type & RC_SOURCE_RGB,
122 src_type & RC_SOURCE_ALPHA,
128 "Inst %u src_type=%x "
130 var->Inst->IP, reader->Inst->IP, src_type, new_index, new_writemask);
445 unsigned int src_type,
448 if (reader.Inst->Type != src_type) {
    [all...]
radeon_pair_dead_sources.c 26 unsigned int src_type = rc_source_type_swz(sub->Arg[i].Swizzle); local
27 if (src_type & RC_SOURCE_RGB) {
31 if (src_type & RC_SOURCE_ALPHA) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.h 84 unsigned int src_type,
89 unsigned int src_type,
radeon_variable.c 83 unsigned int src_type = rc_source_type_swz( local
95 if (rc_pair_remove_src(reader->Inst, src_type,
102 if (src_type & RC_SOURCE_RGB) {
110 if (src_type & RC_SOURCE_ALPHA) {
121 src_type & RC_SOURCE_RGB,
122 src_type & RC_SOURCE_ALPHA,
128 "Inst %u src_type=%x "
130 var->Inst->IP, reader->Inst->IP, src_type, new_index, new_writemask);
445 unsigned int src_type,
448 if (reader.Inst->Type != src_type) {
    [all...]

Completed in 1105 milliseconds

1 2 3