/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_execution_limitations.cpp | 35 for (uint32_t entry_id : _.FunctionEntryPoints(inst->id())) { in ValidateExecutionLimitations() local 36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() 41 << entry_id << "."; in ValidateExecutionLimitations() 47 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_id) in ValidateExecutionLimitations() 58 if (!func->CheckLimitations(_, _.function(entry_id), &reason)) { in ValidateExecutionLimitations() 60 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_id) in ValidateExecutionLimitations()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_execution_limitations.cpp | 35 for (uint32_t entry_id : _.FunctionEntryPoints(inst->id())) { in ValidateExecutionLimitations() local 36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() 41 << entry_id << "."; in ValidateExecutionLimitations() 47 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_id) in ValidateExecutionLimitations() 58 if (!func->CheckLimitations(_, _.function(entry_id), &reason)) { in ValidateExecutionLimitations() 60 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_id) in ValidateExecutionLimitations()
|
/third_party/spirv-tools/source/val/ |
D | validate_execution_limitations.cpp | 35 for (uint32_t entry_id : _.FunctionEntryPoints(inst->id())) { in ValidateExecutionLimitations() local 36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() 41 << entry_id << "."; in ValidateExecutionLimitations() 47 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_id) in ValidateExecutionLimitations() 58 if (!func->CheckLimitations(_, _.function(entry_id), &reason)) { in ValidateExecutionLimitations() 60 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_id) in ValidateExecutionLimitations()
|
/third_party/curl/lib/ |
D | hostip.c | 273 char entry_id[MAX_HOSTCACHE_LEN]; in fetch_addr() local 276 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id)); in fetch_addr() 277 entry_len = strlen(entry_id); in fetch_addr() 280 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr() 284 create_hostcache_id("*", port, entry_id, sizeof(entry_id)); in fetch_addr() 285 entry_len = strlen(entry_id); in fetch_addr() 288 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr() 301 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len + 1); in fetch_addr() 427 char entry_id[MAX_HOSTCACHE_LEN]; in Curl_cache_addr() local 448 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id)); in Curl_cache_addr() [all …]
|
/third_party/curl/tests/unit/ |
D | unit1609.c | 116 void *entry_id; variable 139 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port); 140 if(!entry_id) 143 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1); 144 free(entry_id); 145 entry_id = NULL;
|
D | unit1607.c | 120 void *entry_id; variable 138 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port); 139 if(!entry_id) 141 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1); 142 free(entry_id); 143 entry_id = NULL;
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/ |
D | dvb-sub.c | 571 int entry_id, depth, full_range; in _dvb_sub_parse_clut_segment() local 593 entry_id = *buf++; in _dvb_sub_parse_clut_segment() 621 GST_DEBUG ("CLUT DEFINITION: clut %d := (%d,%d,%d,%d)", entry_id, y, cb, cr, in _dvb_sub_parse_clut_segment() 625 clut->clut4[entry_id] = AYUV (y, cb, cr, 255 - alpha); in _dvb_sub_parse_clut_segment() 627 clut->clut16[entry_id] = AYUV (y, cb, cr, 255 - alpha); in _dvb_sub_parse_clut_segment() 629 clut->clut256[entry_id] = AYUV (y, cb, cr, 255 - alpha); in _dvb_sub_parse_clut_segment()
|
/third_party/ffmpeg/libavcodec/ |
D | dvbsubdec.c | 1058 int entry_id, depth , full_range; in dvbsub_parse_clut_segment() local 1098 entry_id = *buf++; in dvbsub_parse_clut_segment() 1128 ff_dlog(avctx, "clut %d := (%d,%d,%d,%d)\n", entry_id, r, g, b, alpha); in dvbsub_parse_clut_segment() 1135 if (depth & 0x80 && entry_id < 4) in dvbsub_parse_clut_segment() 1136 clut->clut4[entry_id] = RGBA(r,g,b,255 - alpha); in dvbsub_parse_clut_segment() 1137 else if (depth & 0x40 && entry_id < 16) in dvbsub_parse_clut_segment() 1138 clut->clut16[entry_id] = RGBA(r,g,b,255 - alpha); in dvbsub_parse_clut_segment() 1140 clut->clut256[entry_id] = RGBA(r,g,b,255 - alpha); in dvbsub_parse_clut_segment()
|
/third_party/freetype/src/base/ |
D | ftrfork.c | 789 FT_Int32 entry_id, entry_offset, entry_length = 0; in raccess_guess_apple_generic() local 819 if ( FT_READ_LONG( entry_id ) ) in raccess_guess_apple_generic() 821 if ( entry_id == resource_fork_entry_id ) in raccess_guess_apple_generic()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftrfork.c | 783 FT_Int32 entry_id, entry_offset, entry_length = 0; in raccess_guess_apple_generic() local 813 if ( FT_READ_LONG( entry_id ) ) in raccess_guess_apple_generic() 815 if ( entry_id == resource_fork_entry_id ) in raccess_guess_apple_generic()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftrfork.c | 790 FT_Int32 entry_id, entry_offset, entry_length = 0; in raccess_guess_apple_generic() local 820 if ( FT_READ_LONG( entry_id ) ) in raccess_guess_apple_generic() 822 if ( entry_id == resource_fork_entry_id ) in raccess_guess_apple_generic()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | function.cc | 1501 const auto entry_id = function_.begin()->id(); in TerminatorsAreValid() local 1509 [this, &block, entry_id](const uint32_t succ_id) -> bool { in TerminatorsAreValid() 1510 if (succ_id == entry_id) { in TerminatorsAreValid() 1512 << " branches to function entry block " << entry_id; in TerminatorsAreValid() 1530 const auto entry_id = function_.begin()->id(); in RegisterMerges() local 1584 if (header == entry_id) { in RegisterMerges() 1585 return Fail() << "Function entry block " << entry_id in RegisterMerges() 1740 const auto entry_id = block_order_[0]; in LabelControlFlowConstructs() local 1773 push_construct(0, Construct::kFunction, entry_id, 0); in LabelControlFlowConstructs()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codech264dec.c | 544 gint i, entry_id = 0; in gst_v4l2_codec_h264_dec_fill_decoder_params() local 601 entry = &self->decode_params.dpb[entry_id++]; in gst_v4l2_codec_h264_dec_fill_decoder_params()
|