Home
last modified time | relevance | path

Searched refs:exp_type (Results 1 – 10 of 10) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dtipc_config.h275 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() argument
278 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK()
339 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() argument
341 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
/external/wpa_supplicant_8/src/eap_common/
Deap_common.c82 u32 exp_type; in eap_hdr_validate() local
91 exp_type = WPA_GET_BE32(pos); in eap_hdr_validate()
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) { in eap_hdr_validate()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_dump.cpp349 static const char *exp_type[] = {"PIXEL", "POS ", "PARAM"}; in dump_op() local
350 sblog << " " << exp_type[c->bc.type] << " " << c->bc.array_base; in dump_op()
353 static const char *exp_type[] = {"WRITE", "WRITE_IND", "WRITE_ACK", in dump_op() local
355 sblog << " " << exp_type[c->bc.type] << " " << c->bc.array_base in dump_op()
Dsb_bc_dump.cpp122 static const char *exp_type[] = {"PIXEL", "POS ", "PARAM"}; in dump() local
125 s << " " << exp_type[n.bc.type] << " "; in dump()
142 static const char *exp_type[] = {"WRITE", "WRITE_IND", "WRITE_ACK", in dump() local
145 s << " " << exp_type[n.bc.type] << " "; in dump()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp373 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
383 if (!_.GetPointerTypeInfo(exp_type, &exp_data_type, in ValidateExtInst()
423 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
431 if (!_.IsIntScalarOrVectorType(exp_type)) { in ValidateExtInst()
438 if (_.GetDimension(result_type) != _.GetDimension(exp_type)) { in ValidateExtInst()
1113 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1114 if (!_.IsIntScalarOrVectorType(exp_type) || in ValidateExtInst()
1115 _.GetBitWidth(exp_type) != 32) { in ValidateExtInst()
1121 if (_.GetDimension(exp_type) != num_components) { in ValidateExtInst()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_extensions.cpp511 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
521 if (!_.GetPointerTypeInfo(exp_type, &exp_data_type, in ValidateExtInst()
561 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
569 if (!_.IsIntScalarOrVectorType(exp_type)) { in ValidateExtInst()
576 if (_.GetDimension(result_type) != _.GetDimension(exp_type)) { in ValidateExtInst()
1251 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1252 if (!_.IsIntScalarOrVectorType(exp_type) || in ValidateExtInst()
1253 _.GetBitWidth(exp_type) != 32) { in ValidateExtInst()
1259 if (_.GetDimension(exp_type) != num_components) { in ValidateExtInst()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp511 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
521 if (!_.GetPointerTypeInfo(exp_type, &exp_data_type, in ValidateExtInst()
561 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
569 if (!_.IsIntScalarOrVectorType(exp_type)) { in ValidateExtInst()
576 if (_.GetDimension(result_type) != _.GetDimension(exp_type)) { in ValidateExtInst()
1251 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
1252 if (!_.IsIntScalarOrVectorType(exp_type) || in ValidateExtInst()
1253 _.GetBitWidth(exp_type) != 32) { in ValidateExtInst()
1259 if (_.GetDimension(exp_type) != num_components) { in ValidateExtInst()
/external/v8/src/compiler/
Dtyped-optimization.cc267 Type const exp_type = NodeProperties::GetType(exp); in ReduceCheckEqualsInternalizedString() local
271 if (val_type.Is(exp_type)) return Replace(effect); in ReduceCheckEqualsInternalizedString()
279 Type const exp_type = NodeProperties::GetType(exp); in ReduceCheckEqualsSymbol() local
283 if (val_type.Is(exp_type)) return Replace(effect); in ReduceCheckEqualsSymbol()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c2155 const char *exp_type[] = {"PIXEL", "POS ", "PARAM"}; in r600_bytecode_disasm() local
2159 o += fprintf(stderr, "%s ", exp_type[cf->output.type]); in r600_bytecode_disasm()
2190 const char *exp_type[] = {"WRITE", "WRITE_IND", "WRITE_ACK", in r600_bytecode_disasm() local
2195 o += fprintf(stderr, "%s ", exp_type[cf->output.type]); in r600_bytecode_disasm()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp6954 builtin_builder::_ldexp(const glsl_type *x_type, const glsl_type *exp_type) in _ldexp() argument
6957 ir_binop_ldexp, x_type, x_type, exp_type); in _ldexp()
6961 builtin_builder::_dfrexp(const glsl_type *x_type, const glsl_type *exp_type) in _dfrexp() argument
6964 ir_variable *exponent = out_var(exp_type, "exp"); in _dfrexp()
6974 builtin_builder::_frexp(const glsl_type *x_type, const glsl_type *exp_type) in _frexp() argument
6977 ir_variable *exponent = out_var(exp_type, "exp"); in _frexp()