Home
last modified time | relevance | path

Searched refs:entry_id (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_execution_limitations.cpp35 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/
Dvalidate_execution_limitations.cpp35 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/
Dvalidate_execution_limitations.cpp35 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/opt/
Dspread_volatile_semantics.cpp245 for (auto entry_id : entry_function_ids) { in SetVolatileForLoadsInEntries() local
247 context()->CollectCallTreeFromRoots(entry_id, &funcs); in SetVolatileForLoadsInEntries()
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Ddvb-sub.c571 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/
Ddvbsubdec.c1058 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/
Dftrfork.c783 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/skia/third_party/externals/freetype/src/base/
Dftrfork.c783 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/
Dftrfork.c790 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/
Dfunction.cc1501 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/
Dgstv4l2codech264dec.c544 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()
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest16-pr18904.so.abi10566 …<parameter type-id='type-id-44' name='entry_id' filepath='../../../gcc/liboffloadmic/runtime/compi…
10580 …<parameter type-id='type-id-44' name='entry_id' filepath='../../../gcc/liboffloadmic/runtime/compi…
10596 …<parameter type-id='type-id-44' name='entry_id' filepath='../../../gcc/liboffloadmic/runtime/compi…