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

12 3 4 5

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_float.c 242 LLVMTypeRef src_type = LLVMTypeOf(*src); local
243 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ?
244 LLVMGetVectorSize(src_type) : 1;
408 LLVMTypeRef src_type = LLVMTypeOf(src); local
409 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ?
410 LLVMGetVectorSize(src_type) : 1;
465 LLVMTypeRef src_type = LLVMTypeOf(src); local
467 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ?
468 LLVMGetVectorSize(src_type) : 1;
lp_bld_format.h 218 struct lp_type src_type,
223 struct lp_type src_type,
lp_bld_swizzle.c 93 struct lp_type src_type,
101 assert(src_type.floating == dst_type.floating);
102 assert(src_type.width == dst_type.width);
104 assert(lp_check_value(src_type, vector));
107 if (src_type.length == 1) {
136 LLVMGetUndef(lp_build_vec_type(gallivm, src_type)),
734 struct lp_type src_type,
742 unsigned num_src = src_type.length / 4;
771 struct lp_type src_type,
781 assert(num_dst / 4 <= src_type.length)
    [all...]
lp_bld_intr.h 105 struct lp_type src_type,
  /external/mesa3d/src/intel/vulkan/
anv_nir_lower_input_attachments.c 94 tex->src[0].src_type = nir_tex_src_coord;
98 tex->src[1].src_type = nir_tex_src_lod;
103 tex->src[2].src_type = nir_tex_src_ms_index;
  /art/runtime/verifier/
register_line.cc 78 const RegType& src_type = GetRegisterType(verifier, vsrc); local
79 if (!check_type1.IsAssignableFrom(src_type, verifier)) {
80 verifier->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "register v" << vsrc << " has type " << src_type
85 if (!src_type.CheckWidePair(src_type_h)) {
87 << src_type << "/" << src_type_h;
197 const RegType& dst_type, const RegType& src_type) {
198 if (VerifyRegisterType(verifier, inst->VRegB_12x(), src_type)) {
213 const RegType& src_type) {
214 if (VerifyRegisterType(verifier, inst->VRegB_12x(), src_type)) {
313 const RegType& dst_type, const RegType& src_type,
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.h 103 unsigned int src_type,
  /external/mesa3d/src/compiler/nir/
nir_opcodes.py 357 def binop_reduce(name, output_size, output_type, src_type, prereduce_expr,
370 [2, 2], [src_type, src_type], commutative,
373 [3, 3], [src_type, src_type], commutative,
376 [4, 4], [src_type, src_type], commutative,
nir_lower_bitmap.c 98 tex->src[0].src_type = nir_tex_src_coord;
nir_normalize_cubemap_coords.c 52 if (tex->src[i].src_type != nir_tex_src_coord)
nir_lower_drawpixels.c 137 tex->src[0].src_type = nir_tex_src_coord;
165 tex->src[0].src_type = nir_tex_src_coord;
179 tex->src[0].src_type = nir_tex_src_coord;
nir_lower_tex.c 56 switch (tex->src[i].src_type) {
70 if (tex->is_array && tex->src[i].src_type == nir_tex_src_coord) {
173 txs->src[0].src_type = nir_tex_src_lod;
189 if (tex->src[i].src_type != nir_tex_src_coord)
213 plane_tex->src[0].src_type = nir_tex_src_coord;
215 plane_tex->src[1].src_type = nir_tex_src_plane;
332 if (tex->src[i].src_type == nir_tex_src_ddx ||
333 tex->src[i].src_type == nir_tex_src_ddy)
336 txl->src[src_num].src_type = tex->src[i].src_type;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 347 src_type = src_channel.type
353 if src_type == FLOAT and src_size == 16:
359 if src_type == UNSIGNED and src_norm and src_size == 8 and dst_channel.type == FLOAT and dst_channel.size == 32:
361 if src_type == FLOAT and src_size == 32 and dst_channel.type == UNSIGNED and dst_channel.norm and dst_channel.size == 8:
365 if dst_channel.type != FLOAT or src_type != FLOAT:
368 if src_type in (SIGNED, UNSIGNED) and dst_channel.type in (SIGNED, UNSIGNED):
390 if src_type != FLOAT:
391 if src_norm or src_type == FIXED:
411 src_type = FLOAT
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 914 struct lp_type src_type,
    [all...]
  /external/opencv/cv/src/
cvderiv.cpp 188 int src_type, dst_type; local
200 src_type = CV_MAT_TYPE( src->type );
208 (src_type == CV_8UC1 && dst_type == CV_16SC1/* ||
209 src_type == CV_32FC1 && dst_type == CV_32FC1*/) )
223 if( src_type == CV_8U )
232 if( src_type == CV_8U )
246 if( src_type == CV_8U )
255 if( src_type == CV_8U )
264 if( src_type == CV_8U )
273 if( src_type == CV_8U
810 int src_type, dst_type; local
    [all...]
cvsmooth.cpp 133 if( CV_MAT_DEPTH(src_type) == CV_8U )
135 else if( CV_MAT_DEPTH(src_type) == CV_32F )
148 if( normalized || CV_MAT_DEPTH(src_type) != CV_8U )
154 if( normalized || CV_MAT_DEPTH(src_type) != CV_8U )
161 if( CV_MAT_DEPTH(src_type) != CV_32F )
181 s = sum = buf_end + cvAlign((width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN);
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_txf_ms.c 59 switch (txf_ms->src[i].src_type) {
123 txf->src[0].src_type = nir_tex_src_coord;
  /external/valgrind/none/tests/s390x/
rounding-6.c 30 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \
32 src_type src = value; \
  /external/mesa3d/src/mesa/state_tracker/
st_atifs_to_tgsi.c 126 get_source(struct st_translate *t, GLuint src_type)
128 if (src_type >= GL_REG_0_ATI && src_type <= GL_REG_5_ATI) {
129 if (t->regs_written[t->current_pass][src_type - GL_REG_0_ATI]) {
130 return ureg_src(get_temp(t, src_type - GL_REG_0_ATI));
134 } else if (src_type >= GL_CON_0_ATI && src_type <= GL_CON_7_ATI) {
135 return t->constants[src_type - GL_CON_0_ATI];
136 } else if (src_type == GL_ZERO) {
138 } else if (src_type == GL_ONE)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 183 const abi::__class_type_info *src_type; member in struct:__anon111627::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
211 && *type == *context->src_type)
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 183 const abi::__class_type_info *src_type; member in struct:__anon112015::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
211 && *type == *context->src_type)
  /external/selinux/python/sepolgen/src/sepolgen/
policygen.py 190 for i in [x[TCONTEXT] for x in sesearch([ALLOW], {SCONTEXT: av.src_type, CLASS: av.obj_class, PERMS: av.perms})]:
194 rule.comment += "\n#!!!! The source type '%s' can write to a '%s' of the following type:\n# %s\n" % ( av.src_type, av.obj_class, ", ".join(types))
196 rule.comment += "\n#!!!! The source type '%s' can write to a '%s' of the following types:\n# %s\n" % ( av.src_type, av.obj_class, ", ".join(types))
269 (av.src_type, av.tgt_type, av.obj_class, av.perms.to_space_str()))
290 if params[i].type == refpolicy.SRC_TYPE:
291 ifcall.args.append(av.src_type)
329 if params[i].type not in [refpolicy.SRC_TYPE, refpolicy.TGT_TYPE,
interfaces.py 40 self.type = refpolicy.SRC_TYPE
70 if (type == refpolicy.SRC_TYPE or type == refpolicy.TGT_TYPE) and \
71 (p.type == refpolicy.TGT_TYPE or p.type == refpolicy.SRC_TYPE):
84 # "Promote" to a SRC_TYPE as this is the likely usage.
88 p.type = refpolicy.SRC_TYPE
117 a SRC_TYPE. In general an interface will look like this:
123 This is simple to figure out - $1 is a SRC_TYPE. A few interfaces
136 and therefore should be returned as a SRC_TYPE.
144 if access.is_idparam(av.src_type):
145 if __param_insert(av.src_type, refpolicy.SRC_TYPE, av, params) == 1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
policygen.py 190 for i in [x[TCONTEXT] for x in sesearch([ALLOW], {SCONTEXT: av.src_type, CLASS: av.obj_class, PERMS: av.perms})]:
194 rule.comment += "\n#!!!! The source type '%s' can write to a '%s' of the following type:\n# %s\n" % ( av.src_type, av.obj_class, ", ".join(types))
196 rule.comment += "\n#!!!! The source type '%s' can write to a '%s' of the following types:\n# %s\n" % ( av.src_type, av.obj_class, ", ".join(types))
269 (av.src_type, av.tgt_type, av.obj_class, av.perms.to_space_str()))
290 if params[i].type == refpolicy.SRC_TYPE:
291 ifcall.args.append(av.src_type)
329 if params[i].type not in [refpolicy.SRC_TYPE, refpolicy.TGT_TYPE,
interfaces.py 40 self.type = refpolicy.SRC_TYPE
70 if (type == refpolicy.SRC_TYPE or type == refpolicy.TGT_TYPE) and \
71 (p.type == refpolicy.TGT_TYPE or p.type == refpolicy.SRC_TYPE):
84 # "Promote" to a SRC_TYPE as this is the likely usage.
88 p.type = refpolicy.SRC_TYPE
117 a SRC_TYPE. In general an interface will look like this:
123 This is simple to figure out - $1 is a SRC_TYPE. A few interfaces
136 and therefore should be returned as a SRC_TYPE.
144 if access.is_idparam(av.src_type):
145 if __param_insert(av.src_type, refpolicy.SRC_TYPE, av, params) == 1
    [all...]

Completed in 906 milliseconds

12 3 4 5