/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | remove_duplicates_pass.cpp | 115 analysis::Type* i_type = type_manager.GetType(i->result_id()); in RemoveDuplicateTypes() local 116 assert(i_type); in RemoveDuplicateTypes() 122 if (*i_type == *j_type) { in RemoveDuplicateTypes() 139 analysis::ForwardPointer i_type( in RemoveDuplicateTypes() 142 i_type.SetTargetPointer( in RemoveDuplicateTypes() 143 type_manager.GetType(i_type.target_id())->AsPointer()); in RemoveDuplicateTypes() 150 i_type) != std::end(visited_forward_pointers); in RemoveDuplicateTypes() 154 visited_forward_pointers.emplace_back(i_type); in RemoveDuplicateTypes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | remove_duplicates_pass.cpp | 115 analysis::Type* i_type = type_manager.GetType(i->result_id()); in RemoveDuplicateTypes() local 116 assert(i_type); in RemoveDuplicateTypes() 122 if (*i_type == *j_type) { in RemoveDuplicateTypes() 139 analysis::ForwardPointer i_type( in RemoveDuplicateTypes() 142 i_type.SetTargetPointer( in RemoveDuplicateTypes() 143 type_manager.GetType(i_type.target_id())->AsPointer()); in RemoveDuplicateTypes() 150 i_type) != std::end(visited_forward_pointers); in RemoveDuplicateTypes() 154 visited_forward_pointers.emplace_back(i_type); in RemoveDuplicateTypes()
|
/third_party/spirv-tools/source/opt/ |
H A D | remove_duplicates_pass.cpp | 112 analysis::Type* i_type = type_manager.GetType(i->result_id()); in RemoveDuplicateTypes() local 113 assert(i_type); in RemoveDuplicateTypes() 119 if (*i_type == *j_type) { in RemoveDuplicateTypes() 136 analysis::ForwardPointer i_type( in RemoveDuplicateTypes() 139 i_type.SetTargetPointer( in RemoveDuplicateTypes() 140 type_manager.GetType(i_type.target_id())->AsPointer()); in RemoveDuplicateTypes() 147 i_type) != std::end(visited_forward_pointers); in RemoveDuplicateTypes() 151 visited_forward_pointers.emplace_back(i_type); in RemoveDuplicateTypes()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libxavs.c | 143 x4->pic.i_type = XAVS_TYPE_AUTO; in XAVS_frame() 182 switch (pic_out.i_type) { in XAVS_frame() 200 if (pic_out.i_type == XAVS_TYPE_I) { in XAVS_frame() 365 if (nal[i].i_type == NAL_SEI) { in XAVS_init()
|
H A D | libx264.c | 359 x4->pic.i_type = x4->forced_idr > 0 ? X264_TYPE_IDR in X264_frame() 363 x4->pic.i_type = X264_TYPE_P; in X264_frame() 366 x4->pic.i_type = X264_TYPE_B; in X264_frame() 369 x4->pic.i_type = X264_TYPE_AUTO; in X264_frame() 520 switch (pic_out.i_type) { in X264_frame() 996 if (nal[i].i_type == NAL_SEI) { in X264_init()
|
H A D | libxavs2.c | 206 pic.i_type = XAVS2_TYPE_AUTO; in xavs2_encode_frame()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_extensions.cpp | 986 const uint32_t i_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 996 if (!_.GetPointerTypeInfo(i_type, &i_data_type, &i_storage_class)) { in ValidateExtInst() 1371 const uint32_t i_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1375 if (result_type != i_type) { in ValidateExtInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_extensions.cpp | 986 const uint32_t i_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 996 if (!_.GetPointerTypeInfo(i_type, &i_data_type, &i_storage_class)) { in ValidateExtInst() 1371 const uint32_t i_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1375 if (result_type != i_type) { in ValidateExtInst()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 1822 i::wasm::ValueType i_type = WasmValKindToV8(type->content()->kind()); variable 1828 i::MaybeHandle<i::FixedArray>(), i_type, offset, 1922 i::wasm::ValueType i_type; variable 1925 i_type = i::wasm::kWasmFuncRef; 1929 i_type = i::wasm::kWasmAnyRef; 1948 isolate, i::Handle<i::WasmInstanceObject>(), i_type, minimum, has_maximum,
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 3268 struct symbol *i_type = evaluate_expression(idx); in evaluate_offsetof() local 3270 int i_class = classify_type(i_type, &i_type); in evaluate_offsetof() 3276 unrestrict(idx, i_class, &i_type); in evaluate_offsetof()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_extensions.cpp | 1315 const uint32_t i_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1325 if (!_.GetPointerTypeInfo(i_type, &i_data_type, &i_storage_class)) { in ValidateExtInst() 1700 const uint32_t i_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1704 if (result_type != i_type) { in ValidateExtInst()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_bsd.c | 119 ireq.i_type = op; in bsd_set80211() 141 ireq->i_type = op; in bsd_get80211()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_bsd.c | 115 ireq.i_type = op; in bsd_set80211() 137 ireq->i_type = op; in bsd_get80211()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.c | 801 struct lp_type i_type = lp_int_type(bld->type); in lp_build_ilog2_sqrt() local 802 LLVMValueRef one = lp_build_const_int_vec(bld->gallivm, i_type, 1); in lp_build_ilog2_sqrt()
|