/third_party/PyYAML/tests/lib/ |
H A D | test_schema.py | 81 exp_type = test[0] 100 if exp_type == 'null': 107 t = types[exp_type][0] 108 code = types[exp_type][1]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_common.c | 82 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_common.c | 82 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()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_dump.cpp | 122 static const char *exp_type[] = {"PIXEL", "POS ", "PARAM"}; in dump() local 125 s << " " << exp_type[n.bc.type] << " "; in dump() local 142 static const char *exp_type[] = {"WRITE", "WRITE_IND", "WRITE_ACK", in dump() local 145 s << " " << exp_type[n.bc.type] << " "; in dump() local
|
H A D | sb_dump.cpp | 349 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()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_extensions.cpp | 1041 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1051 if (!_.GetPointerTypeInfo(exp_type, &exp_data_type, in ValidateExtInst() 1091 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1099 if (!_.IsIntScalarOrVectorType(exp_type)) { in ValidateExtInst() 1106 if (_.GetDimension(result_type) != _.GetDimension(exp_type)) { in ValidateExtInst() 1790 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1791 if (!_.IsIntScalarOrVectorType(exp_type) || in ValidateExtInst() 1792 _.GetBitWidth(exp_type) != 32) { in ValidateExtInst() 1798 if (_.GetDimension(exp_type) != num_components) { in ValidateExtInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_extensions.cpp | 1041 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1051 if (!_.GetPointerTypeInfo(exp_type, &exp_data_type, in ValidateExtInst() 1091 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1099 if (!_.IsIntScalarOrVectorType(exp_type)) { in ValidateExtInst() 1106 if (_.GetDimension(result_type) != _.GetDimension(exp_type)) { in ValidateExtInst() 1790 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1791 if (!_.IsIntScalarOrVectorType(exp_type) || in ValidateExtInst() 1792 _.GetBitWidth(exp_type) != 32) { in ValidateExtInst() 1798 if (_.GetDimension(exp_type) != num_components) { in ValidateExtInst()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | typed-optimization.cc | 267 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()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_extensions.cpp | 1370 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1380 if (!_.GetPointerTypeInfo(exp_type, &exp_data_type, in ValidateExtInst() 1420 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1428 if (!_.IsIntScalarOrVectorType(exp_type)) { in ValidateExtInst() 1435 if (_.GetDimension(result_type) != _.GetDimension(exp_type)) { in ValidateExtInst() 2119 const uint32_t exp_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2120 if (!_.IsIntScalarOrVectorType(exp_type) || in ValidateExtInst() 2121 _.GetBitWidth(exp_type) != 32) { in ValidateExtInst() 2127 if (_.GetDimension(exp_type) != num_components) { in ValidateExtInst()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.c | 2242 const char *exp_type[] = {"PIXEL", "POS ", "PARAM"}; in r600_bytecode_disasm() local 2246 o += fprintf(stderr, "%s ", exp_type[cf->output.type]); in r600_bytecode_disasm() 2277 const char *exp_type[] = {"WRITE", "WRITE_IND", "WRITE_ACK", in r600_bytecode_disasm() local 2282 o += fprintf(stderr, "%s ", exp_type[cf->output.type]); in r600_bytecode_disasm()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 12817 string CompilerGLSL::convert_row_major_matrix(string exp_str, const SPIRType &exp_type, uint32_t /* physical_type_id */, 12821 if (!is_matrix(exp_type)) 12830 auto transposed_expr = type_to_glsl_constructor(exp_type) + "("; 12833 for (uint32_t c = 0; c < exp_type.vecsize; c++) 12836 if (c + 1 < exp_type.vecsize) 12847 if (exp_type.vecsize == 2 && exp_type.columns == 2) 12855 else if (exp_type.vecsize == 3 && exp_type.columns == 3) 12863 else if (exp_type [all...] |
H A D | spirv_glsl.hpp | 524 virtual std::string convert_row_major_matrix(std::string exp_str, const SPIRType &exp_type,
|
H A D | spirv_msl.hpp | 783 std::string convert_row_major_matrix(std::string exp_str, const SPIRType &exp_type, uint32_t physical_type_id,
|
H A D | spirv_msl.cpp | 10404 string CompilerMSL::convert_row_major_matrix(string exp_str, const SPIRType &exp_type, uint32_t physical_type_id, 10407 if (!is_matrix(exp_type)) 10409 return CompilerGLSL::convert_row_major_matrix(move(exp_str), exp_type, physical_type_id, is_packed); 10415 exp_str = unpack_expression_type(exp_str, exp_type, physical_type_id, is_packed, true);
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 7680 builtin_builder::_ldexp(const glsl_type *x_type, const glsl_type *exp_type) in _ldexp() argument 7683 ir_binop_ldexp, x_type, x_type, exp_type); in _ldexp() 7687 builtin_builder::_dfrexp(const glsl_type *x_type, const glsl_type *exp_type) in _dfrexp() argument 7690 ir_variable *exponent = out_var(exp_type, "exp"); in _dfrexp() 7700 builtin_builder::_frexp(const glsl_type *x_type, const glsl_type *exp_type) in _frexp() argument 7703 ir_variable *exponent = out_var(exp_type, "exp"); in _frexp()
|