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

1 2 3 4 5

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos_array.c 63 struct lp_type src_type; local
67 lp_type_from_format_desc(&src_type, format_desc);
69 assert(src_type.length <= dst_type.length);
71 src_vec_type = lp_build_vec_type(gallivm, src_type);
84 LLVMSetAlignment(res, src_type.width / 8);
87 if (src_type.floating && src_type.width == 64) {
88 src_type.width = 32;
89 src_vec_type = lp_build_vec_type(gallivm, src_type);
95 if (src_type.length < dst_type.length)
    [all...]
lp_bld_pack.c 189 struct lp_type src_type,
196 assert(src_type.length * num_vectors <= ARRAY_SIZE(shuffles));
199 new_length = src_type.length;
232 struct lp_type src_type,
252 dst[i] = lp_build_concat(gallivm, &src[i * size], src_type, size);
372 struct lp_type src_type,
382 assert(!src_type.floating);
384 assert(dst_type.width == src_type.width * 2);
385 assert(dst_type.length * 2 == src_type.length);
387 if(dst_type.sign && src_type.sign)
    [all...]
lp_bld_format_srgb.c 95 struct lp_type src_type,
99 struct lp_type f32_type = lp_type_float_vec(32, src_type.length * 32);
108 assert(src_type.width == 32);
161 struct lp_type src_type,
169 lp_build_context_init(&f32_bld, gallivm, src_type);
187 struct lp_type int_type = lp_int_type(src_type);
192 exponent = lp_build_const_vec(gallivm, src_type, exp_f);
193 coeff = lp_build_const_vec(gallivm, src_type,
206 lp_build_vec_type(gallivm, src_type), "");
227 coeff = lp_build_const_vec(gallivm, src_type,
    [all...]
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
95 LLVMTypeRef src_type = LLVMTypeOf(src); local
96 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ?
97 LLVMGetVectorSize(src_type) : 1;
240 struct lp_type src_type,
245 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, src_type);
249 assert(src_type.floating);
250 assert(dst_width <= src_type.width)
    [all...]
lp_bld_conv.h 55 struct lp_type src_type,
68 struct lp_type src_type,
76 struct lp_type src_type,
85 struct lp_type src_type,
lp_bld_pack.h 69 struct lp_type src_type,
78 struct lp_type src_type,
86 struct lp_type src_type,
100 struct lp_type src_type,
105 struct lp_type src_type,
114 struct lp_type src_type,
122 struct lp_type src_type,
130 struct lp_type src_type,
138 struct lp_type src_type,
146 struct lp_type src_type,
    [all...]
lp_bld_swizzle.h 63 struct lp_type src_type,
135 struct lp_type src_type,
143 struct lp_type src_type,
lp_bld_intr.c 265 struct lp_type src_type,
271 struct lp_type intrin_type = src_type;
275 unsigned intrin_length = intr_size / src_type.width;
279 if (intrin_length > src_type.length) {
283 for (i = 0; i < src_type.length; i++) {
289 if (src_type.length == 1) {
300 if (src_type.length > 1) {
301 constvec = LLVMConstVector(elems, src_type.length);
308 else if (intrin_length < src_type.length) {
309 unsigned num_vec = src_type.length / intrin_length
    [all...]
lp_bld_gather.c 90 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width); local
91 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0);
167 LLVMTypeRef src_type,
176 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0);
261 LLVMTypeRef src_type, src_vec_type; local
267 src_type = src_width == 64 ? LLVMDoubleTypeInContext(gallivm->context) :
270 src_type = LLVMIntTypeInContext(gallivm->context, src_width);
272 src_vec_type = LLVMVectorType(src_type, length);
290 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0);
396 LLVMTypeRef 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)
394 const struct lp_type *src_type; local
422 const struct lp_type *src_type; local
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
access.py 76 .src_type - The source type allowed access. [String or None]
86 self.src_type = None
105 positional arguments - i.e., 0 = src_type, 1 = tgt_type, etc.
117 self.src_type = list[0]
130 l = [self.src_type, self.tgt_type, self.obj_class]
138 return "allow %s %s:%s %s;" % (self.src_type, self.tgt_type,
144 a = (self.src_type, self.tgt_type, self.obj_class, x)
148 b = (other.src_type, other.tgt_type, other.obj_class, y)
169 for src_type in avrule.src_types:
173 access.src_type = src_typ
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
access.py 76 .src_type - The source type allowed access. [String or None]
86 self.src_type = None
105 positional arguments - i.e., 0 = src_type, 1 = tgt_type, etc.
117 self.src_type = list[0]
130 l = [self.src_type, self.tgt_type, self.obj_class]
138 return "allow %s %s:%s %s;" % (self.src_type, self.tgt_type,
144 a = (self.src_type, self.tgt_type, self.obj_class, x)
148 b = (other.src_type, other.tgt_type, other.obj_class, y)
169 for src_type in avrule.src_types:
173 access.src_type = src_typ
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.h 84 unsigned int src_type,
89 unsigned int src_type,
radeon_variable.c 84 unsigned int src_type = rc_source_type_swz( local
96 if (rc_pair_remove_src(reader->Inst, src_type,
103 if (src_type & RC_SOURCE_RGB) {
111 if (src_type & RC_SOURCE_ALPHA) {
122 src_type & RC_SOURCE_RGB,
123 src_type & RC_SOURCE_ALPHA,
129 "Inst %u src_type=%x "
131 var->Inst->IP, reader->Inst->IP, src_type, new_index, new_writemask);
446 unsigned int src_type,
449 if (reader.Inst->Type != src_type) {
    [all...]
radeon_pair_dead_sources.c 52 unsigned int src_type = rc_source_type_swz(sub->Arg[i].Swizzle); local
53 if (src_type & RC_SOURCE_RGB) {
57 if (src_type & RC_SOURCE_ALPHA) {
radeon_compiler_util.c 378 unsigned int src_type)
385 select->SrcType = src_type;
484 unsigned int src_type = d.Selects[i].SrcType; local
488 src_type &= ~d.Selects[j].SrcType;
491 if (src_type & RC_SOURCE_RGB) {
495 if (src_type & RC_SOURCE_ALPHA) {
556 unsigned int src_type)
564 || src_type != rc_source_type_swz(sub->Arg[i].Swizzle)) {
575 * @param src_type RC_SOURCE_RGB, RC_SOURCE_ALPHA, or both bitwise or'd
585 unsigned int src_type,
    [all...]
  /external/valgrind/none/tests/s390x/
rounding-1.c 26 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \
28 src_type src = value; \
rounding-3.c 42 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \
44 src_type src = value; \
  /external/selinux/python/sepolgen/tests/
test_access.py 30 self.assertEqual(a.src_type, None)
39 a.src_type = "foo"
45 self.assertEqual(a.src_type, l.src_type)
52 a.src_type = "foo"
59 self.assertEqual(a.src_type, l.src_type)
66 a.src_type = "foo"
82 a.src_type = "foo"
105 a.src_type = "foo
    [all...]
  /external/mesa3d/src/mesa/main/
format_utils.c 277 enum mesa_array_format_datatype src_type = 0, dst_type = 0, common_type; local
390 src_type = _mesa_array_format_get_datatype(src_array_format);
419 src, src_type, src_num_channels,
508 src, src_type, src_num_channels,
553 src, src_type, src_num_channels,
597 src, src_type, src_num_channels,
759 enum mesa_array_format_datatype src_type,
765 if (src_type != dst_type)
775 _mesa_array_format_datatype_get_size(src_type));
795 * \param SRC_TYPE the C datatype of the sourc
    [all...]
  /art/runtime/verifier/
register_line-inl.h 133 const RegType& src_type = GetRegisterType(verifier, vsrc); local
134 if (UNLIKELY(!check_type.IsAssignableFrom(src_type, verifier))) {
136 if (!check_type.IsNonZeroReferenceTypes() || !src_type.IsNonZeroReferenceTypes()) {
139 } else if (check_type.IsUninitializedTypes() || src_type.IsUninitializedTypes()) {
142 } else if (check_type.IsUnresolvedTypes() || src_type.IsUnresolvedTypes()) {
148 << src_type << " but expected " << check_type;
153 if (UNLIKELY(!src_type.CheckWidePair(src_type_h))) {
155 << src_type << "/" << src_type_h;
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 135 ResourceTableType* src_type) {
136 if (dst_type->symbol_status.state < src_type->symbol_status.state) {
139 if (src_type->symbol_status.state == SymbolState::kPublic) {
142 dst_type->id = src_type->id;
144 dst_type->symbol_status = std::move(src_type->symbol_status);
146 src_type->symbol_status.state == SymbolState::kPublic &&
147 dst_type->id && src_type->id &&
148 dst_type->id.value() != src_type->id.value()) {
151 << "cannot merge type '" << src_type->type
250 for (auto& src_type : src_package->types)
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_blit2d.c 117 enum blit2d_src_type src_type, VkFormat depth_format)
122 if (src_type == BLIT2D_SRC_TYPE_BUFFER) {
126 device->meta_state.blit2d.ds_layouts[src_type],
144 device->meta_state.blit2d.p_layouts[src_type],
152 device->meta_state.blit2d.ds_layouts[src_type],
179 device->meta_state.blit2d.p_layouts[src_type], 0, 1,
186 enum blit2d_src_type src_type)
238 enum blit2d_src_type src_type, unsigned fs_key)
241 cmd_buffer->device->meta_state.blit2d.pipelines[src_type][fs_key];
251 enum blit2d_src_type src_type)
430 enum blit2d_src_type src_type = src_buf ? BLIT2D_SRC_TYPE_BUFFER : local
    [all...]
  /art/runtime/entrypoints/quick/
quick_throw_entrypoints.cc 110 mirror::Class* src_type,
114 DCHECK(!dest_type->IsAssignableFrom(src_type));
115 ThrowClassCastException(dest_type, src_type);
  /external/mesa3d/src/compiler/nir/
nir_lower_samplers.c 117 new_srcs[i].src_type = instr->src[i].src_type;
128 instr->src[instr->num_srcs].src_type = nir_tex_src_texture_offset;
134 instr->src[instr->num_srcs].src_type = nir_tex_src_sampler_offset;

Completed in 338 milliseconds

1 2 3 4 5